  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --void: #04060d; --deep: #070b17; --surface: #0c1225; --panel: #0d1520;
    --border: rgba(96,165,250,0.12); --border-bright: rgba(96,165,250,0.3);
    --accent: #60A5FA; --accent-dim: rgba(96,165,250,0.1);
    --orange: #F97316; --orange-bright: #FB923C;
    --text: #E8EDF8; --muted: #7B8DB0; --dim: #3A4560;
  }
  html { scroll-behavior: smooth; }
  body { background: var(--void); color: var(--text); font-family: 'Outfit', sans-serif; overflow-x: hidden; cursor: none; }

  .cursor { position: fixed; width: 10px; height: 10px; border-radius: 50%; background: var(--accent); pointer-events: none; z-index: 9999; transform: translate(-50%,-50%); mix-blend-mode: screen; }
  .cursor-ring { position: fixed; width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(96,165,250,0.4); pointer-events: none; z-index: 9998; transform: translate(-50%,-50%); transition: all 0.12s ease; }

  #stars { position: fixed; top:0; left:0; width:100%; height:100%; z-index:0; pointer-events:none; }
  .grid-lines { position: fixed; inset:0; z-index:0; pointer-events:none; background-image: linear-gradient(rgba(60,100,255,0.025) 1px,transparent 1px),linear-gradient(90deg,rgba(60,100,255,0.025) 1px,transparent 1px); background-size: 80px 80px; }
  .nebula { position: fixed; border-radius: 50%; filter: blur(120px); pointer-events: none; z-index:0; }
  .nb1 { width:500px; height:500px; background: radial-gradient(circle,rgba(96,165,250,0.1) 0%,transparent 70%); top:-80px; right:-80px; }
  .nb2 { width:400px; height:400px; background: radial-gradient(circle,rgba(6,182,212,0.07) 0%,transparent 70%); bottom:10%; left:-100px; }

  .wrap { max-width: 1180px; margin: 0 auto; padding: 0 2.5rem; position: relative; z-index:1; }

  /* NAV */
  nav { position: fixed; top:0; left:0; right:0; z-index:100; padding:1.2rem 0; border-bottom:1px solid transparent; transition: all 0.4s; }
  nav.scrolled { background: rgba(4,6,13,0.85); backdrop-filter: blur(20px); border-bottom-color: var(--border); }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; }
  .logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
  .logo img { width: 44px; height: auto; filter: drop-shadow(0 0 6px rgba(249,115,22,0.4)); }
  .logo-text { font-size: 1rem; font-weight: 700; color: var(--text); letter-spacing: 0.04em; }
  .logo-text span { color: var(--orange-bright); }
  .back-link { display: flex; align-items: center; gap: 8px; color: var(--muted); text-decoration: none; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; transition: color 0.2s; }
  .back-link:hover { color: var(--text); }
  .back-link svg { transition: transform 0.2s; }
  .back-link:hover svg { transform: translateX(-3px); }
  .nav-cta { background: transparent; border: 1px solid rgba(96,165,250,0.4); color: var(--accent); padding: 0.55rem 1.3rem; border-radius: 4px; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; transition: all 0.25s; }
  .nav-cta:hover { background: var(--accent-dim); color: var(--text); }

  /* HERO */
  .hero { min-height: 100vh; display: flex; align-items: center; padding: 8rem 0 5rem; position: relative; }
  .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
  .division-badge { display: inline-flex; align-items: center; gap: 8px; font-family: 'DM Mono',monospace; font-size: 0.7rem; color: var(--accent); letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1.5rem; padding: 0.35rem 0.9rem; border: 1px solid rgba(96,165,250,0.25); border-radius: 2px; background: rgba(96,165,250,0.06); }
  .division-badge::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--accent); animation: pulse 2s infinite; }
  @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
  h1 { font-size: clamp(2.6rem,4.5vw,3.8rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.02em; margin-bottom: 1.5rem; }
  h1 span { color: var(--accent); }
  .hero-sub { font-size: 1rem; color: var(--muted); line-height: 1.8; max-width: 480px; margin-bottom: 2.5rem; font-family: 'DM Mono',monospace; font-weight: 300; }
  .hero-actions { display: flex; gap: 1rem; align-items: center; }
  .btn-primary { background: var(--accent); color: var(--void); border: none; padding: 0.85rem 2rem; border-radius: 4px; font-family: 'Outfit',sans-serif; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; transition: all 0.25s; }
  .btn-primary:hover { opacity: 0.85; transform: translateY(-1px); }
  .btn-ghost { color: var(--muted); text-decoration: none; font-size: 0.88rem; font-weight: 600; letter-spacing: 0.04em; display: flex; align-items: center; gap: 6px; transition: color 0.2s; }
  .btn-ghost:hover { color: var(--text); }

  /* Planet visual */
  .planet-wrap { position: relative; height: 500px; display: flex; align-items: center; justify-content: center; }
  .planet-outer { position: relative; width: 260px; height: 260px; }
  .planet-sphere { width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #93c5fd, #1d4ed8, #0a1628); box-shadow: 0 0 60px rgba(96,165,250,0.4), 0 0 120px rgba(96,165,250,0.15); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); animation: planetBreathe 5s ease-in-out infinite; }
  @keyframes planetBreathe { 0%,100%{box-shadow:0 0 60px rgba(96,165,250,0.4),0 0 120px rgba(96,165,250,0.15)} 50%{box-shadow:0 0 90px rgba(96,165,250,0.6),0 0 160px rgba(96,165,250,0.25)} }
  .planet-ring { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
  .planet-ring svg { overflow: visible; }
  .orbit-particle { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 8px var(--accent); animation: orbitParticle 8s linear infinite; }
  @keyframes orbitParticle { from{transform:rotate(0deg) translateX(150px) rotate(0deg)} to{transform:rotate(360deg) translateX(150px) rotate(-360deg)} }
  .orbit-particle:nth-child(2) { animation-delay: -3s; animation-duration: 12s; width:4px; height:4px; background: rgba(96,165,250,0.5); }
  .orbit-particle:nth-child(3) { animation-delay: -6s; animation-duration: 10s; width:3px; height:3px; }

  /* SECTION */
  section { padding: 5rem 0; position: relative; z-index:1; }
  .section-tag { font-family: 'DM Mono',monospace; font-size: 0.7rem; color: var(--accent); letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 0.8rem; display: flex; align-items: center; gap: 10px; }
  .section-tag::before { content:''; width:24px; height:1px; background:var(--accent); }
  h2 { font-size: clamp(1.8rem,3vw,2.5rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 1.2rem; }
  .section-sub { font-size: 0.95rem; color: var(--muted); max-width: 560px; line-height: 1.8; font-family: 'DM Mono',monospace; font-weight: 300; }

  /* SERVICES GRID */
  .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3.5rem; }
  .service-card { background: var(--deep); border: 1px solid var(--border); border-radius: 10px; padding: 2rem; position: relative; overflow: hidden; transition: all 0.3s; }
  .service-card:hover { border-color: var(--border-bright); transform: translateY(-4px); background: var(--surface); }
  .service-card::after { content:''; position:absolute; bottom:0; left:0; right:0; height:2px; background: linear-gradient(90deg, var(--accent), transparent); transform: scaleX(0); transition: transform 0.3s; transform-origin: left; }
  .service-card:hover::after { transform: scaleX(1); }
  .svc-icon { font-size: 2rem; margin-bottom: 1rem; }
  .svc-title { font-size: 1rem; font-weight: 700; margin-bottom: 0.6rem; }
  .svc-desc { color: var(--muted); font-size: 0.83rem; line-height: 1.7; font-family: 'DM Mono',monospace; font-weight: 300; }

  /* HOW WE WORK */
  .process-steps { margin-top: 3.5rem; display: flex; flex-direction: column; gap: 0; }
  .step { display: grid; grid-template-columns: 80px 1fr; gap: 2rem; padding: 2rem 0; border-bottom: 1px solid var(--border); position: relative; }
  .step:last-child { border-bottom: none; }
  .step-num { font-family: 'DM Mono',monospace; font-size: 2rem; font-weight: 400; color: var(--dim); line-height: 1; padding-top: 0.2rem; }
  .step-body h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.5rem; }
  .step-body p { color: var(--muted); font-size: 0.85rem; line-height: 1.7; font-family: 'DM Mono',monospace; font-weight: 300; }

  /* STATS */
  .stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; margin-top: 3.5rem; }
  .stat-card { background: var(--deep); border: 1px solid var(--border); border-radius: 10px; padding: 1.8rem; text-align: center; }
  .stat-num { font-size: 2.4rem; font-weight: 800; color: var(--accent); line-height: 1; margin-bottom: 0.4rem; }
  .stat-lbl { font-size: 0.72rem; color: var(--muted); letter-spacing: 0.1em; text-transform: uppercase; font-family: 'DM Mono',monospace; }

  /* TECH STACK */
  .tech-grid { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2.5rem; }
  .tech-tag { font-size: 0.75rem; padding: 0.4rem 1rem; border-radius: 3px; background: rgba(96,165,250,0.08); border: 1px solid rgba(96,165,250,0.2); color: var(--accent); font-family: 'DM Mono',monospace; letter-spacing: 0.06em; transition: all 0.2s; }
  .tech-tag:hover { background: rgba(96,165,250,0.15); }

  /* CTA */
  .cta-wrap { background: var(--deep); border: 1px solid var(--border); border-radius: 12px; padding: 4rem; text-align: center; position: relative; overflow: hidden; margin-top: 3.5rem; }
  .cta-wrap::before { content:''; position:absolute; top:0; left:0; right:0; height:1px; background: linear-gradient(90deg,transparent,var(--accent),transparent); }
  .cta-glow { position:absolute; width:400px; height:200px; background:radial-gradient(ellipse,rgba(96,165,250,0.08) 0%,transparent 70%); top:50%; left:50%; transform:translate(-50%,-50%); pointer-events:none; }
  .cta-wrap h2 { margin-bottom: 1rem; }
  .cta-wrap p { color: var(--muted); font-family: 'DM Mono',monospace; font-weight: 300; font-size: 0.9rem; margin-bottom: 2rem; }

  /* FOOTER */
  footer { border-top: 1px solid var(--border); padding: 2rem 0; position: relative; z-index:1; }
  .footer-inner { display: flex; align-items: center; justify-content: space-between; }
  .footer-copy { color: var(--dim); font-size: 0.75rem; font-family: 'DM Mono',monospace; }

  .reveal { opacity:0; transform:translateY(24px); transition:opacity 0.7s ease,transform 0.7s ease; }
  .reveal.visible { opacity:1; transform:none; }

  @media (max-width: 768px) {
    .cursor, .cursor-ring { display: none; }
    body { cursor: auto; }
    .wrap { padding: 0 1.25rem; }
    .nav-links a:not(.nav-cta) { display: none; }
    .nav-cta { padding: 0.45rem 1rem; font-size: 0.75rem; }

    .hero { padding: 6rem 0 3rem; }
    .hero-grid { grid-template-columns: 1fr; gap: 1.5rem; }
    .planet-wrap { height: 280px; order: -1; }
    h1 { font-size: clamp(1.9rem, 7vw, 2.6rem); }
    .hero-sub { font-size: 0.88rem; max-width: 100%; }
    .hero-actions { flex-wrap: wrap; }
    .btn-primary { width: 100%; text-align: center; }

    section { padding: 3.5rem 0; }
    h2 { font-size: clamp(1.5rem, 5.5vw, 2rem); }

    .services-grid { grid-template-columns: 1fr; gap: 1rem; }
    .service-card { padding: 1.5rem; }

    .stats-row { grid-template-columns: repeat(2, 1fr); gap: 1rem; }

    .tech-grid { gap: 0.5rem; }

    .cta-wrap { padding: 2.5rem 1.5rem; }

    .footer-inner { flex-direction: column; gap: 1rem; text-align: center; }
  }

  @media (max-width: 480px) {
    .stats-row { grid-template-columns: repeat(2, 1fr); }
    .planet-wrap { height: 240px; }
  }
