/* ==================== RESET & BASE ==================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --black: #050508;
  --dark: #0c0c10;
  --dark-2: #12121a;
  --dark-3: #1a1a2e;
  --gray-900: #22223a;
  --gray-800: #333355;
  --gray-700: #555577;
  --gray-600: #777799;
  --gray-500: #9999bb;
  --gray-400: #b0b0cc;
  --gray-300: #d0d0e5;
  --gray-200: #e5e5f0;
  --gray-100: #f0f0f8;
  --white: #ffffff;
  --accent-1: #8b5cf6;
  --accent-2: #06b6d4;
  --accent-3: #ec4899;
  --glow-1: rgba(139, 92, 246, 0.4);
  --glow-2: rgba(6, 182, 212, 0.4);
  --glow-3: rgba(236, 72, 153, 0.3);
  --gradient: linear-gradient(135deg, #8b5cf6, #06b6d4);
  --gradient-2: linear-gradient(135deg, #ec4899, #8b5cf6, #06b6d4);
  --gradient-3: linear-gradient(135deg, #8b5cf6 0%, #06b6d4 50%, #10b981 100%);
  --font: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --mono: 'JetBrains Mono', 'Fira Code', monospace;
  --transition: cubic-bezier(0.16, 1, 0.3, 1);
}

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  font-family: var(--font);
  background: var(--black);
  color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ==================== SNOWFALL ==================== */
.snowfall {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.snowfall span {
  position: absolute;
  top: -10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  animation: snowDrop linear infinite;
  will-change: transform;
}

@keyframes snowDrop {
  0% { transform: translateY(-10px) translateX(0); opacity: 1; }
  50% { opacity: 0.6; }
  100% { transform: translateY(100vh) translateX(40px); opacity: 0; }
}

.snowfall span:nth-child(1) { left:3%; width:3px; height:3px; animation-duration:8s; animation-delay:0s; }
.snowfall span:nth-child(2) { left:10%; width:2px; height:2px; animation-duration:12s; animation-delay:-2s; }
.snowfall span:nth-child(3) { left:17%; width:4px; height:4px; animation-duration:7s; animation-delay:-4s; }
.snowfall span:nth-child(4) { left:23%; width:2px; height:2px; animation-duration:10s; animation-delay:-1s; }
.snowfall span:nth-child(5) { left:30%; width:3px; height:3px; animation-duration:9s; animation-delay:-3s; }
.snowfall span:nth-child(6) { left:36%; width:2px; height:2px; animation-duration:11s; animation-delay:-5s; }
.snowfall span:nth-child(7) { left:42%; width:4px; height:4px; animation-duration:8s; animation-delay:-2s; }
.snowfall span:nth-child(8) { left:48%; width:2px; height:2px; animation-duration:13s; animation-delay:-6s; }
.snowfall span:nth-child(9) { left:53%; width:3px; height:3px; animation-duration:7s; animation-delay:-1s; }
.snowfall span:nth-child(10) { left:58%; width:2px; height:2px; animation-duration:10s; animation-delay:-4s; }
.snowfall span:nth-child(11) { left:63%; width:3px; height:3px; animation-duration:9s; animation-delay:-3s; }
.snowfall span:nth-child(12) { left:68%; width:2px; height:2px; animation-duration:12s; animation-delay:-7s; }
.snowfall span:nth-child(13) { left:73%; width:4px; height:4px; animation-duration:8s; animation-delay:-2s; }
.snowfall span:nth-child(14) { left:78%; width:2px; height:2px; animation-duration:11s; animation-delay:-5s; }
.snowfall span:nth-child(15) { left:83%; width:3px; height:3px; animation-duration:7s; animation-delay:-1s; }
.snowfall span:nth-child(16) { left:88%; width:2px; height:2px; animation-duration:10s; animation-delay:-4s; }
.snowfall span:nth-child(17) { left:93%; width:3px; height:3px; animation-duration:9s; animation-delay:-6s; }
.snowfall span:nth-child(18) { left:97%; width:2px; height:2px; animation-duration:12s; animation-delay:-3s; }
.snowfall span:nth-child(19) { left:6%; width:2px; height:2px; animation-duration:14s; animation-delay:-8s; }
.snowfall span:nth-child(20) { left:14%; width:3px; height:3px; animation-duration:8s; animation-delay:-5s; }
.snowfall span:nth-child(21) { left:21%; width:2px; height:2px; animation-duration:11s; animation-delay:-2s; }
.snowfall span:nth-child(22) { left:27%; width:4px; height:4px; animation-duration:9s; animation-delay:-7s; }
.snowfall span:nth-child(23) { left:34%; width:2px; height:2px; animation-duration:13s; animation-delay:-4s; }
.snowfall span:nth-child(24) { left:40%; width:3px; height:3px; animation-duration:7s; animation-delay:-1s; }
.snowfall span:nth-child(25) { left:46%; width:2px; height:2px; animation-duration:10s; animation-delay:-6s; }
.snowfall span:nth-child(26) { left:51%; width:3px; height:3px; animation-duration:8s; animation-delay:-3s; }
.snowfall span:nth-child(27) { left:56%; width:2px; height:2px; animation-duration:12s; animation-delay:-5s; }
.snowfall span:nth-child(28) { left:61%; width:4px; height:4px; animation-duration:9s; animation-delay:-8s; }
.snowfall span:nth-child(29) { left:66%; width:2px; height:2px; animation-duration:11s; animation-delay:-2s; }
.snowfall span:nth-child(30) { left:71%; width:3px; height:3px; animation-duration:7s; animation-delay:-4s; }
.snowfall span:nth-child(31) { left:76%; width:2px; height:2px; animation-duration:10s; animation-delay:-7s; }
.snowfall span:nth-child(32) { left:81%; width:3px; height:3px; animation-duration:13s; animation-delay:-1s; }
.snowfall span:nth-child(33) { left:86%; width:2px; height:2px; animation-duration:8s; animation-delay:-6s; }
.snowfall span:nth-child(34) { left:91%; width:4px; height:4px; animation-duration:9s; animation-delay:-3s; }
.snowfall span:nth-child(35) { left:95%; width:2px; height:2px; animation-duration:11s; animation-delay:-5s; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { flex-shrink: 0; }
body svg { width: 1em; height: 1em; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

.container { width: 90%; max-width: 1320px; margin: 0 auto; padding: 0; }

/* ==================== TYPOGRAPHY ==================== */
h1, h2, h3, h4, h5 { font-weight: 700; line-height: 1.12; letter-spacing: -0.03em; }
h1 { font-size: clamp(3rem, 7vw, 5.5rem); }
h2 { font-size: clamp(2.2rem, 4.5vw, 3.5rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); }

.text-gradient {
  background: var(--gradient-2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-1);
  margin-bottom: 16px;
}

.label::before { content: ''; width: 24px; height: 2px; background: var(--gradient); border-radius: 2px; }

/* ==================== BUTTONS ==================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 60px;
  transition: all 0.4s var(--transition);
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: var(--gradient);
  color: var(--white);
  border: none;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px var(--glow-1), 0 4px 15px var(--glow-2);
}

.btn-outline {
  border: 1px solid var(--gray-800);
  color: var(--white);
  background: rgba(139, 92, 246, 0.05);
}

.btn-outline:hover {
  border-color: var(--accent-1);
  background: rgba(139, 92, 246, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(139, 92, 246, 0.15);
}

.btn svg { width: 18px; height: 18px; transition: transform 0.3s var(--transition); }
.btn:hover svg { transform: translateX(4px); }

/* ==================== ANNOUNCEMENT BAR ==================== */
.announcement-bar {
  background: linear-gradient(90deg, rgba(139,92,246,0.12), rgba(6,182,212,0.08), rgba(236,72,153,0.08));
  border-bottom: 1px solid rgba(139,92,246,0.12);
  padding: 9px 0;
  text-align: center;
  overflow: hidden;
}
.announcement-bar p {
  font-size: 0.8rem; font-weight: 500; color: var(--gray-300);
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.announcement-badge {
  padding: 2px 10px; background: var(--gradient); border-radius: 100px;
  font-size: 0.65rem; font-weight: 700; color: var(--white);
  text-transform: uppercase; letter-spacing: 0.05em;
}
.announcement-bar a { color: var(--accent-2); font-weight: 600; display: inline-flex; align-items: center; gap: 4px; }
.announcement-bar a:hover { color: var(--white); }
.announcement-bar a svg { width: 14px; height: 14px; }

/* ==================== TOP BAR ==================== */
.top-bar {
  background: var(--dark-2);
  border-bottom: 1px solid rgba(139,92,246,0.08);
  padding: 8px 0;
  font-size: 0.78rem;
  color: var(--gray-500);
}
.top-bar .container { display: flex; justify-content: space-between; align-items: center; }
.top-bar-left { display: flex; gap: 16px; align-items: center; }
.top-bar-left a { transition: color 0.3s; display: inline-flex; align-items: center; gap: 5px; }
.top-bar-left a:hover { color: var(--accent-2); }
.top-bar-left svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 1.5; }
.top-bar-divider { width: 1px; height: 12px; background: rgba(139,92,246,0.15); }
.top-bar-status { display: inline-flex; align-items: center; gap: 6px; color: #10b981; font-weight: 600; font-size: 0.72rem; }
.status-dot { width: 6px; height: 6px; background: #10b981; border-radius: 50%; animation: pulse-dot 2s infinite; }
.top-bar-right { display: flex; gap: 12px; align-items: center; }
#live-clock { font-family: var(--mono); font-size: 0.72rem; color: var(--accent-2); letter-spacing: 0.04em; }
.top-bar-social { display: flex; gap: 8px; }
.top-bar-social a { color: var(--gray-600); transition: color 0.3s; }
.top-bar-social a:hover { color: var(--accent-1); }
.top-bar-social svg { width: 13px; height: 13px; fill: currentColor; }

/* ==================== NAVIGATION ==================== */
.nav {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(5,5,8,0.85);
  backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px);
  border-bottom: 1px solid rgba(139,92,246,0.08);
}
.nav-glow { display: none; }
.nav .container { display: flex; align-items: center; justify-content: space-between; height: 68px; }

.nav-logo {
  font-size: 1.3rem; font-weight: 800; letter-spacing: -0.03em;
  display: flex; align-items: center; gap: 10px;
}
.nav-logo .logo-mark {
  width: 38px; height: 38px;
  background: var(--gradient); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  box-shadow: 0 2px 12px var(--glow-1);
}
.nav-logo .logo-mark::before { display: none; }
.nav-logo .logo-mark svg { width: 20px; height: 20px; }
.logo-text { display: flex; gap: 5px; }
.logo-highlight { background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-item {
  position: relative; padding: 22px 15px;
  font-size: 0.85rem; font-weight: 500; color: var(--gray-500); transition: color 0.3s; cursor: pointer;
  letter-spacing: -0.01em;
}
.nav-item:hover, .nav-item.active { color: var(--white); }
.nav-item::before { display: none; }

.nav-item.has-mega::after {
  content: ''; display: inline-block;
  width: 0; height: 0;
  border-left: 4px solid transparent; border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  margin-left: 6px; vertical-align: middle; transition: transform 0.3s;
}
.nav-item.has-mega:hover::after { transform: rotate(180deg); }

.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-cta {
  padding: 10px 24px; background: var(--accent-1); color: var(--white);
  font-size: 0.82rem; font-weight: 600; border-radius: 10px;
  transition: all 0.3s; box-shadow: 0 2px 12px var(--glow-1);
  display: inline-flex; align-items: center; gap: 8px;
}
.nav-cta::before { display: none; }
.nav-cta-pulse { display: none; }
.nav-cta svg { width: 15px; height: 15px; transition: transform 0.3s; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 20px var(--glow-1); }
.nav-cta:hover svg { transform: translateX(3px); }

/* ==================== MEGA MENU ==================== */
.mega-menu {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 700px;
  background: var(--dark-2);
  border: 1px solid rgba(139,92,246,0.15);
  border-radius: 16px; padding: 28px;
  opacity: 0; visibility: hidden;
  transition: all 0.3s var(--transition);
  pointer-events: none;
  box-shadow: 0 25px 60px rgba(0,0,0,0.6);
}
.mega-menu::before { display: none; }
.nav-item.has-mega:hover .mega-menu {
  opacity: 1; visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.mega-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.mega-item {
  display: flex; align-items: center; gap: 14px;
  padding: 12px 14px; border-radius: 12px; transition: background 0.3s;
}
.mega-item:hover { background: rgba(139,92,246,0.08); }
.mega-item-icon {
  width: 42px; height: 42px; min-width: 42px;
  border: 1px solid rgba(139,92,246,0.15); border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(139,92,246,0.05); transition: all 0.3s;
}
.mega-item:hover .mega-item-icon {
  border-color: var(--accent-1);
  background: rgba(139,92,246,0.12);
}
.mega-item-icon svg { width: 20px; height: 20px; stroke: var(--accent-1); stroke-width: 1.5; fill: none; }
.mega-item:hover .mega-item-icon svg { stroke: var(--white); }
.mega-item-text h4 { font-size: 0.88rem; font-weight: 600; margin-bottom: 2px; }
.mega-item-text p { font-size: 0.74rem; color: var(--gray-600); }

/* Hamburger */
.hamburger { display: none; flex-direction: column; gap: 6px; width: 28px; cursor: pointer; z-index: 1001; }
.hamburger span { width: 100%; height: 2px; background: var(--white); transition: all 0.3s; display: block; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--black);
  z-index: 999;
  padding: 100px 24px 40px;
  flex-direction: column;
  gap: 28px;
  overflow-y: auto;
}
.mobile-menu.active { display: flex; }
.mobile-menu a { font-size: 1.6rem; font-weight: 700; color: var(--gray-400); transition: color 0.3s; }
.mobile-menu a:hover { color: var(--accent-1); }

/* ==================== HERO ==================== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(139, 92, 246, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 92, 246, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 20%, transparent 70%);
}

.hero-bg-glow {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 600px;
  background: radial-gradient(ellipse, rgba(139, 92, 246, 0.12) 0%, rgba(6, 182, 212, 0.05) 40%, transparent 70%);
}

.hero-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: float 15s ease-in-out infinite;
}

.hero-bg-orb:nth-child(3) {
  width: 400px; height: 400px;
  background: var(--accent-1);
  opacity: 0.08;
  top: 10%; left: 10%;
}

.hero-bg-orb:nth-child(4) {
  width: 300px; height: 300px;
  background: var(--accent-2);
  opacity: 0.06;
  bottom: 10%; right: 15%;
  animation-delay: -7s;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0); }
  33% { transform: translate(30px, -30px); }
  66% { transform: translate(-20px, 20px); }
}

.hero .container { position: relative; z-index: 2; }

.hero-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  perspective: 1200px;
}

.hero-content { max-width: none; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--accent-1);
  margin-bottom: 28px;
  background: rgba(139, 92, 246, 0.08);
  backdrop-filter: blur(10px);
}

.hero-badge .dot {
  width: 7px; height: 7px;
  background: #10b981;
  border-radius: 50%;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(16,185,129,0.4); }
  50% { opacity: 0.6; box-shadow: 0 0 0 6px rgba(16,185,129,0); }
}

.hero h1 { margin-bottom: 24px; }
.hero p { font-size: 1.15rem; color: var(--gray-500); line-height: 1.75; margin-bottom: 36px; }

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ==================== HERO VISUAL - DASHBOARD MOCKUP ==================== */
.hero-visual {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.3s ease-out;
}

.hero-glow-orb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(139,92,246,0.18) 0%, rgba(6,182,212,0.06) 45%, transparent 70%);
  filter: blur(50px);
  pointer-events: none;
  z-index: 0;
}

/* Browser Mockup */
.mockup-browser {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(139,92,246,0.2);
  background: #0e0e14;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 40px rgba(139,92,246,0.08);
}

.mockup-topbar {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #0a0a12;
  border-bottom: 1px solid rgba(139,92,246,0.12);
}

.mockup-dots {
  display: flex !important;
  flex-direction: row !important;
  gap: 6px;
  flex-shrink: 0;
}

.mockup-dots span {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  display: block;
  position: static;
  animation: none;
  opacity: 1;
}

.mockup-dots span:nth-child(1) { background: #ef4444 !important; }
.mockup-dots span:nth-child(2) { background: #f59e0b !important; }
.mockup-dots span:nth-child(3) { background: #22c55e !important; }

.mockup-url {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(139,92,246,0.06);
  border: 1px solid rgba(139,92,246,0.1);
  border-radius: 8px;
  font-size: 0.7rem;
  color: var(--gray-600);
  font-family: var(--mono);
}

.mockup-url svg {
  width: 12px !important;
  height: 12px !important;
  color: #22c55e;
}

.mockup-screen {
  padding: 20px;
  overflow: hidden;
  background: #0e0e14;
}

/* Dashboard Content */
.dash-header {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.dash-greeting {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
}

.dash-subtitle {
  font-size: 0.68rem;
  color: var(--gray-600);
  margin-top: 2px;
  margin-bottom: 0;
  line-height: 1.4;
}

.dash-avatar {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background: var(--gradient);
  flex-shrink: 0;
}

.dash-stats {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 10px;
  margin-bottom: 16px;
}

.dash-stat-card {
  background: rgba(139,92,246,0.08);
  border: 1px solid rgba(139,92,246,0.15);
  border-radius: 10px;
  padding: 12px;
  min-width: 0;
}

.dash-stat-label {
  font-size: 0.58rem;
  color: var(--gray-600);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.dash-stat-value {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--white);
  margin-top: 4px;
  margin-bottom: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.dash-stat-change {
  font-size: 0.58rem;
  font-weight: 600;
  margin-top: 3px;
  margin-bottom: 0;
  line-height: 1;
}

.dash-stat-change.up { color: #22c55e; }

.dash-chart {
  background: rgba(139,92,246,0.05);
  border: 1px solid rgba(139,92,246,0.1);
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 16px;
}

.dash-chart-title {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--gray-500);
  margin-bottom: 12px;
  margin-top: 0;
  line-height: 1;
}

.dash-chart-bars {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-end;
  gap: 6px;
  height: 70px;
}

.dash-bar {
  flex: 1;
  min-width: 0;
  border-radius: 3px 3px 0 0;
  background: var(--gradient);
  opacity: 0.75;
  transition: opacity 0.3s;
}

.dash-bar:hover { opacity: 1; }

.dash-projects {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px;
}

.dash-project-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(139,92,246,0.05);
  border: 1px solid rgba(139,92,246,0.08);
  border-radius: 8px;
  font-size: 0.7rem;
  color: var(--gray-400);
  font-weight: 500;
}

.dash-project-dot {
  width: 8px !important;
  height: 8px !important;
  min-width: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  display: block;
}

.dash-project-row span {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dash-progress {
  width: 70px;
  min-width: 70px;
  height: 5px;
  background: rgba(139,92,246,0.12);
  border-radius: 4px;
  overflow: hidden;
}

.dash-progress div {
  height: 100%;
  border-radius: 4px;
  background: var(--gradient);
}

/* ==================== STATS BAR ==================== */
.hero-badge-float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(12, 12, 28, 0.85);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(139, 92, 246, 0.25);
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--white);
  z-index: 10;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.hero-badge-float svg {
  color: var(--accent-1);
}

.hero-badge-ai {
  bottom: 8%;
  right: -12%;
  animation: floatBadge 5s ease-in-out infinite;
}

.hero-badge-projects {
  top: 4%;
  left: -10%;
  animation: floatBadge 5s ease-in-out infinite -2.5s;
}

@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ==================== STATS BAR ==================== */
.stats-bar {
  padding: 56px 0;
  border-top: 1px solid rgba(139, 92, 246, 0.1);
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
  background: linear-gradient(180deg, rgba(139, 92, 246, 0.03) 0%, transparent 100%);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}

.stat-item h3 { font-size: 2.8rem; font-weight: 900; letter-spacing: -0.04em; }
.stat-item h3 span {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-item p { font-size: 0.85rem; color: var(--gray-600); margin-top: 4px; }

/* ==================== MARQUEE ==================== */
.marquee-section {
  padding: 40px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(139, 92, 246, 0.08);
  background: rgba(139, 92, 246, 0.02);
}

.marquee-track {
  display: flex;
  gap: 60px;
  animation: marquee 30s linear infinite;
  width: max-content;
}

.marquee-track span {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gray-800);
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  gap: 60px;
  transition: color 0.3s;
}

.marquee-track span::after { content: '\2726'; font-size: 0.6rem; color: var(--accent-1); opacity: 0.5; }

@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ==================== SERVICES ==================== */
.services { padding: 120px 0; }

.section-header { max-width: 650px; margin-bottom: 64px; }
.section-header.center { text-align: center; max-width: 650px; margin: 0 auto 64px; }
.section-header.center .label { justify-content: center; }
.section-header p { font-size: 1.1rem; color: var(--gray-500); margin-top: 16px; line-height: 1.7; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-card {
  background: linear-gradient(180deg, var(--dark-2) 0%, var(--dark) 100%);
  border: 1px solid rgba(139, 92, 246, 0.1);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s var(--transition);
  display: flex;
  flex-direction: column;
  position: relative;
  transform-style: preserve-3d;
  perspective: 800px;
}

.service-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.3), rgba(6, 182, 212, 0.3), rgba(139, 92, 246, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 1;
  pointer-events: none;
}

.service-card:hover::before { opacity: 1; }

.service-card:hover {
  transform: translateY(-8px) perspective(800px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.5), 0 0 40px rgba(139, 92, 246, 0.15);
}

.service-card-img {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
}

.service-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--transition);
  filter: brightness(0.8) saturate(0.8);
}

.service-card:hover .service-card-img img {
  transform: scale(1.08);
  filter: brightness(1) saturate(1);
}

.service-card-body { padding: 28px 24px; flex: 1; display: flex; flex-direction: column; }

.service-card-body h3 { font-size: 1.1rem; margin-bottom: 8px; }
.service-card-body p { font-size: 0.85rem; color: var(--gray-600); line-height: 1.6; flex: 1; }

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent-1);
  transition: all 0.3s;
}
.service-link:hover { color: var(--accent-2); }
.service-link svg { width: 16px; height: 16px; transition: transform 0.3s var(--transition); }
.service-link:hover svg { transform: translateX(4px); }

/* ==================== PORTFOLIO / WORK SLIDER ==================== */
.portfolio { padding: 120px 0; border-top: 1px solid rgba(139, 92, 246, 0.08); overflow: hidden; }

.portfolio-slider {
  display: flex;
  gap: 24px;
  animation: scroll-portfolio 40s linear infinite;
  width: max-content;
}

.portfolio-slider:hover { animation-play-state: paused; }

.portfolio-slider-reverse {
  animation: scroll-portfolio-reverse 40s linear infinite;
  margin-top: 24px;
}

.portfolio-slider-reverse:hover { animation-play-state: paused; }

.portfolio-item {
  width: 480px;
  min-width: 480px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(139, 92, 246, 0.1);
  position: relative;
  cursor: pointer;
  transition: all 0.5s var(--transition);
  transform-style: preserve-3d;
}

.portfolio-item:hover {
  transform: translateY(-8px) scale(1.02) perspective(800px);
  border-color: rgba(139, 92, 246, 0.35);
  box-shadow: 0 30px 60px rgba(0,0,0,0.5), 0 0 40px rgba(139, 92, 246, 0.2);
}

.portfolio-item img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  filter: brightness(0.85);
  transition: all 0.6s var(--transition);
}

.portfolio-item:hover img { filter: brightness(1); transform: scale(1.05); }

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 5, 8, 0.9) 0%, rgba(139, 92, 246, 0.1) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  opacity: 0;
  transition: opacity 0.4s;
}

.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-overlay h4 { font-size: 1.1rem; margin-bottom: 4px; }
.portfolio-overlay p { font-size: 0.82rem; color: var(--gray-400); }
.portfolio-overlay .tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(139, 92, 246, 0.2);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--accent-1);
  margin-top: 10px;
}

@keyframes scroll-portfolio { from{transform:translateX(0)} to{transform:translateX(-50%)} }
@keyframes scroll-portfolio-reverse { from{transform:translateX(-50%)} to{transform:translateX(0)} }

/* ==================== ABOUT ==================== */
.about { padding: 120px 0; border-top: 1px solid rgba(139, 92, 246, 0.08); }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }

.about-visual {
  position: relative;
  perspective: 1000px;
}

.about-img-main {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(139, 92, 246, 0.15);
  transform: rotateY(5deg);
  transition: transform 0.6s var(--transition);
  box-shadow: 0 40px 80px rgba(0,0,0,0.4), 0 0 30px rgba(139, 92, 246, 0.08);
}

.about-visual:hover .about-img-main { transform: rotateY(0deg); box-shadow: 0 40px 80px rgba(0,0,0,0.4), 0 0 40px rgba(139, 92, 246, 0.15); }

.about-img-main img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

.about-img-float {
  position: absolute;
  width: 200px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid var(--dark);
  box-shadow: 0 20px 40px rgba(0,0,0,0.5), 0 0 20px rgba(6, 182, 212, 0.1);
  bottom: -30px;
  right: -30px;
  z-index: 2;
  transform: rotate(3deg);
  transition: transform 0.5s var(--transition);
}

.about-visual:hover .about-img-float { transform: rotate(0deg) scale(1.05); }
.about-img-float img { width: 100%; aspect-ratio: 1; object-fit: cover; }

.about-content h2 { margin-bottom: 24px; }
.about-content > p { font-size: 1.05rem; color: var(--gray-500); line-height: 1.75; margin-bottom: 36px; }

.about-features { display: flex; flex-direction: column; gap: 20px; }
.about-feature { display: flex; align-items: flex-start; gap: 16px; }

.about-feature-icon {
  width: 44px; height: 44px; min-width: 44px;
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(139, 92, 246, 0.08);
}
.about-feature-icon svg { width: 20px; height: 20px; stroke: var(--accent-1); stroke-width: 2; fill: none; }
.about-feature h4 { font-size: 0.95rem; font-weight: 600; margin-bottom: 2px; }
.about-feature p { font-size: 0.85rem; color: var(--gray-600); }

/* ==================== PROCESS ==================== */
.process { padding: 120px 0; border-top: 1px solid rgba(139, 92, 246, 0.08); }

.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

.process-step {
  background: linear-gradient(180deg, var(--dark-2) 0%, var(--dark) 100%);
  border: 1px solid rgba(139, 92, 246, 0.1);
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  transition: all 0.5s var(--transition);
  position: relative;
}

.process-step:hover {
  transform: translateY(-8px) perspective(800px);
  border-color: rgba(139, 92, 246, 0.3);
  box-shadow: 0 25px 50px rgba(0,0,0,0.4), 0 0 30px rgba(139, 92, 246, 0.12);
}

.step-num {
  font-size: 3rem;
  font-weight: 900;
  font-family: var(--mono);
  line-height: 1;
  margin-bottom: 16px;
  transition: all 0.4s;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.25;
}

.process-step:hover .step-num { opacity: 0.6; }
.process-step h3 { font-size: 1.1rem; margin-bottom: 10px; }
.process-step p { font-size: 0.85rem; color: var(--gray-600); line-height: 1.6; }

/* ==================== TESTIMONIALS ==================== */
.testimonials { padding: 120px 0; border-top: 1px solid rgba(139, 92, 246, 0.08); }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.testimonial-card {
  background: linear-gradient(180deg, var(--dark-2) 0%, var(--dark) 100%);
  border: 1px solid rgba(139, 92, 246, 0.1);
  border-radius: 20px;
  padding: 36px;
  transition: all 0.5s var(--transition);
}

.testimonial-card:hover {
  transform: translateY(-8px) perspective(800px);
  border-color: rgba(139, 92, 246, 0.3);
  box-shadow: 0 25px 50px rgba(0,0,0,0.4), 0 0 30px rgba(139, 92, 246, 0.12);
}

.testimonial-stars { display: flex; gap: 3px; margin-bottom: 20px; }
.testimonial-stars svg { width: 16px; height: 16px; fill: #FBBF24; }

.testimonial-card blockquote { font-size: 0.95rem; color: var(--gray-400); line-height: 1.7; margin-bottom: 24px; font-style: italic; }

.testimonial-author { display: flex; align-items: center; gap: 12px; }

.testimonial-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(139, 92, 246, 0.3);
}
.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }

.testimonial-author h4 { font-size: 0.9rem; font-weight: 600; }
.testimonial-author p { font-size: 0.78rem; color: var(--gray-600); }

/* ==================== CTA ==================== */
.cta { padding: 120px 0; border-top: 1px solid rgba(139, 92, 246, 0.08); }

.cta-box {
  text-align: center;
  padding: 100px 40px;
  border: 1px solid rgba(139, 92, 246, 0.15);
  border-radius: 28px;
  background: linear-gradient(180deg, var(--dark-2) 0%, var(--dark) 100%);
  position: relative;
  overflow: hidden;
}

.cta-box::before {
  content: '';
  position: absolute;
  top: -200px; left: 50%;
  transform: translateX(-50%);
  width: 600px; height: 400px;
  background: radial-gradient(ellipse, rgba(139, 92, 246, 0.15) 0%, rgba(6, 182, 212, 0.05) 40%, transparent 70%);
  pointer-events: none;
}

.cta-box::after {
  content: '';
  position: absolute;
  bottom: -150px; left: 50%;
  transform: translateX(-50%);
  width: 400px; height: 300px;
  background: radial-gradient(ellipse, rgba(236, 72, 153, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.cta-box h2 { margin-bottom: 16px; position: relative; }
.cta-box p { color: var(--gray-500); font-size: 1.1rem; max-width: 500px; margin: 0 auto 40px; position: relative; }
.cta-actions { position: relative; display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ==================== FOOTER ==================== */
.footer { padding: 72px 0 32px; border-top: 1px solid rgba(139, 92, 246, 0.08); }

.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(139, 92, 246, 0.06); }

.footer-brand p { font-size: 0.88rem; color: var(--gray-600); line-height: 1.7; margin-top: 16px; max-width: 300px; }

.footer-social { display: flex; gap: 10px; margin-top: 24px; }
.footer-social a {
  width: 40px; height: 40px;
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.3s;
  background: rgba(139, 92, 246, 0.05);
}
.footer-social a:hover { border-color: var(--accent-1); background: rgba(139, 92, 246, 0.15); box-shadow: 0 0 15px rgba(139, 92, 246, 0.2); }
.footer-social svg { width: 16px; height: 16px; fill: var(--gray-500); transition: fill 0.3s; }
.footer-social a:hover svg { fill: var(--white); }

.footer-col h4 { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gray-400); margin-bottom: 20px; }
.footer-col a { display: block; font-size: 0.88rem; color: var(--gray-600); padding: 5px 0; transition: color 0.3s; }
.footer-col a:hover { color: var(--accent-1); }

.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 32px; font-size: 0.8rem; color: var(--gray-700); }

/* ==================== PAGE HERO ==================== */
.page-hero {
  padding: 180px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content:'';
  position:absolute;
  top:0; left:50%;
  transform:translateX(-50%);
  width:800px; height:500px;
  background:radial-gradient(ellipse, rgba(139, 92, 246, 0.12) 0%, rgba(6, 182, 212, 0.04) 40%, transparent 70%);
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero .label { justify-content: center; }
.page-hero p { font-size: 1.1rem; color: var(--gray-500); max-width: 600px; margin: 16px auto 0; line-height: 1.7; }

/* Service Detail */
.service-detail { padding: 80px 0 120px; }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.service-detail-content h2 { font-size: 1.8rem; margin-bottom: 20px; }
.service-detail-content p { font-size: 1rem; color: var(--gray-500); line-height: 1.8; margin-bottom: 16px; }
.service-features-list { margin-top: 32px; display: flex; flex-direction: column; gap: 16px; }
.service-features-list li { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; color: var(--gray-400); }
.service-features-list li svg { width: 20px; height: 20px; stroke: var(--accent-1); stroke-width: 2; fill: none; min-width: 20px; }

.service-visual {
  background: linear-gradient(180deg, var(--dark-2) 0%, var(--dark) 100%);
  border: 1px solid rgba(139, 92, 246, 0.15);
  border-radius: 20px;
  overflow: hidden;
  position: sticky;
  top: 100px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3), 0 0 30px rgba(139, 92, 246, 0.08);
}
.service-visual svg {
  width: 100%;
  aspect-ratio: 4/3;
  padding: 25%;
  stroke: var(--accent-1);
  stroke-width: 0.8;
  fill: none;
  opacity: 0.4;
}
.service-visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

/* ==================== CONTACT ==================== */
.contact-section { padding: 80px 0 120px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.contact-info h2 { font-size: 2rem; margin-bottom: 20px; }
.contact-info > p { color: var(--gray-500); font-size: 1.05rem; line-height: 1.7; margin-bottom: 40px; }
.contact-items { display: flex; flex-direction: column; gap: 24px; }
.contact-item { display: flex; align-items: center; gap: 16px; }
.contact-item-icon {
  width: 48px; height: 48px; min-width: 48px;
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(139, 92, 246, 0.08);
}
.contact-item-icon svg { width: 20px; height: 20px; stroke: var(--accent-1); stroke-width: 1.5; fill: none; }
.contact-item h4 { font-size: 0.95rem; }
.contact-item p { font-size: 0.9rem; color: var(--gray-500); }

.contact-form {
  background: linear-gradient(180deg, var(--dark-2) 0%, var(--dark) 100%);
  border: 1px solid rgba(139, 92, 246, 0.15);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2), 0 0 30px rgba(139, 92, 246, 0.05);
}
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 8px; color: var(--gray-400); }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: 14px 18px;
  background: rgba(139, 92, 246, 0.04);
  border: 1px solid rgba(139, 92, 246, 0.12);
  border-radius: 12px; color: var(--white); font-family: var(--font); font-size: 0.95rem;
  transition: all 0.3s; outline: none;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: var(--accent-1);
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.15);
  background: rgba(139, 92, 246, 0.06);
}
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--gray-700); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select option { background: var(--dark-3); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form .btn-primary { width: 100%; justify-content: center; }

/* ==================== ANIMATIONS ==================== */
.reveal { opacity: 0; transform: translateY(40px); transition: all 0.8s var(--transition); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ==================== RESPONSIVE ==================== */
@media (max-width: 1024px) {
  .hero-layout { grid-template-columns: 1fr; perspective: none; gap: 40px; }
  .hero-visual { max-width: 520px; margin: 0 auto; }
  .hero-badge-float { display: none; }
  .hero-content { max-width: 100%; text-align: center; }
  .hero-actions { justify-content: center; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .portfolio-item { width: 400px; min-width: 400px; }
}

@media (max-width: 768px) {
  .hero-visual { display: none; }
  .announcement-bar { display: none; }
  .top-bar { display: none; }
  .nav-menu { display: none; }
  .nav-glow { display: none; }
  .hamburger { display: flex; }
  .mega-menu { display: none !important; }
  .services-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .portfolio-item { width: 340px; min-width: 340px; }
}

@media (max-width: 480px) {
  .hero h1 { font-size: 2.4rem; }
  .hero-actions { flex-direction: column; width: 100%; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .cta-box { padding: 60px 24px; }
}
