/* ========================================
   ZARK TECHNOLOGY — Design System
   ======================================== */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap');

/* --- CSS Custom Properties --- */
:root {
  /* Colors */
  --primary: #18b0a3;
  --primary-light: #00d9ff;
  --primary-dark: #0e8a7f;
  --primary-glow: rgba(0, 217, 255, 0.4);
  --bg-dark: #000000;
  --bg-card: rgba(255, 255, 255, 0.03);
  --bg-card-hover: rgba(255, 255, 255, 0.07);
  --bg-glass: rgba(255, 255, 255, 0.05);
  --bg-glass-border: rgba(255, 255, 255, 0.08);
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.7);
  --text-muted: rgba(255, 255, 255, 0.4);
  --gradient-primary: linear-gradient(135deg, #18b0a3 0%, #00d9ff 100%);
  --gradient-glow: linear-gradient(135deg, rgba(24,176,163,0.3) 0%, rgba(0,217,255,0.3) 100%);
  --gradient-dark: linear-gradient(180deg, #000000 0%, #000000 50%, #000000 100%);

  /* Typography */
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;

  /* Spacing */
  --section-padding: 120px;
  --container-width: 1240px;
  --container-padding: 24px;

  /* Borders */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 9999px;

  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-spring: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Shadows */
  --shadow-glow: 0 0 30px rgba(24, 176, 163, 0.15);
  --shadow-glow-strong: 0 0 60px rgba(24, 176, 163, 0.3);
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.3);
  --shadow-card-hover: 0 16px 48px rgba(0, 0, 0, 0.4);
}

/* --- Reset & Base --- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  background: var(--bg-dark);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color var(--transition-fast);
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
  color: inherit;
}

input, textarea {
  font-family: inherit;
  border: none;
  outline: none;
}

/* --- Container --- */
.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  width: 100%;
}

/* --- Section --- */
.section {
  padding: var(--section-padding) 0;
  position: relative;
}

/* ULTRA FUTURISTIC CYBER-HEX BACKGROUND */
body {
  background-color: #020807; /* Deep techy space */
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -11;
  background-image: 
    /* Hexagon Mesh (Seamless Tile) */
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%2300d9ff' fill-opacity='0.008' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
    /* Deep Ambient Reactor Glow */
    radial-gradient(circle at 50% 50%, rgba(24, 176, 163, 0.02) 0%, transparent 60%);
  background-size: 56px 98px, 100% 100%;
  pointer-events: none;
}

/* TECH HUD & AMBIENT GLOW */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -10;
  background-image: 
    /* Soft ambient radial glow instead of scanner */
    radial-gradient(circle at center, rgba(0, 217, 255, 0.03) 0%, transparent 70%),
    /* Cyber Data Rings (HUD) */
    url("data:image/svg+xml,%3Csvg width='800' height='800' viewBox='0 0 800 800' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='rgba(0, 217, 255, 0.008)' stroke-width='1.5'%3E%3Ccircle cx='400' cy='400' r='300' stroke-dasharray='4 16'/%3E%3Ccircle cx='400' cy='400' r='200' stroke-dasharray='12 30'/%3E%3Ccircle cx='400' cy='400' r='350' stroke-dasharray='1 6'/%3E%3Ccircle cx='400' cy='400' r='100' stroke='rgba(24, 176, 163, 0.015)' stroke-width='2'/%3E%3Cpath d='M400 0 L400 800 M0 400 L800 400' stroke-dasharray='2 20'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%, 800px 800px;
  background-position: center center, center center;
  background-repeat: no-repeat;
  pointer-events: none;
  mix-blend-mode: screen;
}

body > section:not(#hero),
footer, .marquee-section {
  position: relative;
  background: transparent !important;
}

body > section:not(#hero)::before,
footer::before {
  display: none !important;
}

/* Floating Ambient Orbs */
body > section:not(#hero)::after,
footer::after {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(24, 176, 163, 0.08) 0%, transparent 70%);
  top: 10%;
  left: 2%;
  z-index: -2; /* Sit behind the grid line pseudo element */
  pointer-events: none;
  filter: blur(80px);
  animation: float-blob-1 25s infinite alternate ease-in-out;
  mix-blend-mode: screen;
}

body > section:not(#hero):nth-of-type(even)::after {
  background: radial-gradient(circle, rgba(138, 43, 226, 0.08) 0%, transparent 70%);
  left: auto;
  right: 2%;
  top: 30%;
  animation: float-blob-2 30s infinite alternate ease-in-out;
}

@keyframes float-blob-1 {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(60px, -40px) scale(1.15); }
  100% { transform: translate(-30px, 50px) scale(0.9); }
}

@keyframes float-blob-2 {
  0% { transform: translate(0, 0) scale(1.1); }
  50% { transform: translate(-50px, 60px) scale(0.9); }
  100% { transform: translate(30px, -30px) scale(1.15); }
}

/* --- Typography --- */
.section-label {
  font-family: 'Courier New', monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--primary-light);
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(0, 217, 255, 0.2);
  padding: 5px 14px 5px 10px;
  border-radius: 2px;
  background: rgba(0, 217, 255, 0.04);
  position: relative;
}

.section-label::before {
  content: '>';
  color: var(--primary);
  font-size: 0.8rem;
  animation: blink-cursor 1.2s step-end infinite;
}

@keyframes blink-cursor {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.section-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: 20px;
}

.section-title .highlight {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 18px rgba(0, 217, 255, 0.35));
}

.section-desc {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 600px;
  line-height: 1.8;
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-header .section-desc {
  margin: 0 auto;
}

/* --- Glassmorphism Utility --- */
.glass {
  background: var(--bg-glass);
  border: 1px solid var(--bg-glass-border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

/* ========================================
   NAVBAR
   ======================================== */
.navbar {
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  max-width: 1200px;
  z-index: 1000;
  padding: 12px 32px;
  background: linear-gradient(90deg, rgba(0, 15, 12, 0.85) 0%, rgba(0, 8, 6, 0.95) 50%, rgba(0, 15, 12, 0.85) 100%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-top: 1px solid rgba(0, 217, 255, 0.35);
  border-bottom: 1px solid rgba(0, 217, 255, 0.35);
  border-left: 1px solid rgba(0, 217, 255, 0.1);
  border-right: 1px solid rgba(0, 217, 255, 0.1);
  border-radius: 2px;
  transition: all var(--transition-base);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6), 0 0 25px rgba(0, 217, 255, 0.06), inset 0 0 20px rgba(0, 217, 255, 0.04);
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0 calc(100% - 16px), 0 16px);
}

.navbar::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h20v20H0V0zm10 10h10v10H10V10zM0 10h10v10H0V10z' fill='rgba(0, 217, 255, 0.015)' fill-rule='evenodd'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: -1;
}

.navbar.scrolled {
  top: 0;
  width: 100%;
  max-width: 100%;
  padding: 16px 48px;
  background: rgba(0, 6, 5, 0.98);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 217, 255, 0.4);
  box-shadow: 0 0 40px rgba(0, 217, 255, 0.12), 0 10px 30px rgba(0, 0, 0, 0.7);
  border-radius: 0;
  clip-path: none;
}

.nav-left-group {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-status-indicator {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  background: rgba(0, 217, 255, 0.03);
  border: 1px solid rgba(0, 217, 255, 0.1);
  border-radius: 2px;
  pointer-events: none;
}

.status-pulse-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary-light);
  box-shadow: 0 0 6px var(--primary-light);
  animation: pulse-dot 2.5s infinite;
}

.status-terminal-text {
  font-family: 'Courier New', monospace;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(0, 217, 255, 0.6);
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .nav-status-indicator {
    display: none;
  }
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  max-width: 100%;
}

.nav-logo img {
  height: 45px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  font-family: 'Courier New', monospace;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text-secondary);
  position: relative;
  padding: 6px 12px;
  transition: all var(--transition-fast);
}

.nav-links a::before,
.nav-links a::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1.5px solid transparent;
  transition: all var(--transition-fast);
  opacity: 0;
}

.nav-links a::before {
  top: 0;
  left: 0;
  border-top-color: var(--primary-light);
  border-left-color: var(--primary-light);
}

.nav-links a::after {
  bottom: 0;
  right: 0;
  border-bottom-color: var(--primary-light);
  border-right-color: var(--primary-light);
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--primary-light);
  text-shadow: 0 0 12px rgba(0, 217, 255, 0.6);
  background: rgba(0, 217, 255, 0.04);
}

.nav-links a:hover::before,
.nav-links a.active::before,
.nav-links a:hover::after,
.nav-links a.active::after {
  opacity: 1;
}

.nav-links a.active {
  box-shadow: inset 0 -1px 0 var(--primary-light);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  margin-left: 8px;
  background: rgba(0, 217, 255, 0.05);
  border: 1px solid rgba(0, 217, 255, 0.4);
  color: var(--primary-light) !important;
  font-family: 'Courier New', monospace;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all var(--transition-base);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.nav-cta::before, .nav-cta::after {
  display: none !important;
}

.nav-cta:hover {
  background: var(--gradient-primary);
  border-color: var(--primary-light);
  color: var(--bg-dark) !important;
  box-shadow: 0 0 25px rgba(0, 217, 255, 0.4);
  transform: translateY(-2px);
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  cursor: pointer;
  z-index: 1001;
}

.menu-toggle span {
  width: 100%;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: all var(--transition-base);
}

.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ========================================
   HERO SECTION — Centered Layout
   ======================================== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 40px;
  background-color: var(--bg-dark);
}

/* Grid background */
.hero-grid {
  display: none;
}

/* Gradient orbs */
.hero-orb {
  display: none;
}

.hero-orb-1 {
  width: 500px;
  height: 500px;
  background: var(--primary);
  top: -10%;
  left: -10%;
}

.hero-orb-2 {
  width: 400px;
  height: 400px;
  background: var(--primary-light);
  bottom: -10%;
  right: -5%;
  opacity: 0.2;
}

.hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* --- Top Content (Text) --- */
.hero-top-content {
  text-align: center;
  position: relative;
  z-index: 3;
  max-width: 1000px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px 6px 12px;
  border-radius: 3px;
  background: rgba(0, 217, 255, 0.04);
  border: 1px solid rgba(0, 217, 255, 0.2);
  font-size: 0.7rem;
  font-weight: 700;
  font-family: 'Courier New', monospace;
  letter-spacing: 2.5px;
  color: var(--primary-light);
  margin-bottom: 28px;
  text-transform: uppercase;
  box-shadow: 0 0 20px rgba(0, 217, 255, 0.05), inset 0 0 20px rgba(0, 217, 255, 0.02);
}

.hero-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--primary-light);
  box-shadow: 0 0 8px var(--primary-light), 0 0 16px var(--primary);
  animation: pulse-dot 2s infinite;
  flex-shrink: 0;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.5); }
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 22px;
  letter-spacing: -1px;
}

.hero-title .glow-text {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
  filter: drop-shadow(0 0 30px rgba(0, 217, 255, 0.45));
}

.hero-desc {
  font-size: 1.05rem;
  color: var(--text-secondary);
  line-height: 1.85;
  margin-bottom: 36px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

/* --- Hero CTA Buttons --- */
.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.hero-btn-primary {
  border-radius: 3px;
  padding: 14px 32px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.hero-btn-secondary {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 1px;
  border-radius: 3px;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.4), rgba(24, 176, 163, 0.2));
  transition: all 0.3s ease;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.hero-btn-secondary-inner {
  display: block;
  padding: 13px 30px;
  background: rgba(0, 8, 6, 0.95);
  color: var(--primary-light);
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}

.hero-btn-secondary:hover {
  background: linear-gradient(135deg, var(--primary-light), var(--primary));
  box-shadow: 0 0 30px rgba(0, 217, 255, 0.2);
}

.hero-btn-secondary:hover .hero-btn-secondary-inner {
  background: rgba(0, 10, 8, 0.8);
  color: #fff;
}

/* --- Centered Hand Visual --- */
.hero-visual-center {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -60px;
  margin-bottom: 60px;
  perspective: 1200px;
}

.hero-hand-wrapper {
  position: relative;
  width: 100vw;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
  transform-style: preserve-3d;
}

.hero-hand-wrapper canvas {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: cover;
  position: relative;
  z-index: 2;
  outline: none;
}

.hero-hand-glow {
  display: none;
}

@keyframes glow-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
  50% { transform: translate(-50%, -50%) scale(1.3); opacity: 0.8; }
}

/* --- Floating Text Labels --- */
.hero-float-label-wrapper {
  position: absolute;
  z-index: 100;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 80px);
  pointer-events: auto;
  transition: transform var(--transition-base);
}

.hero-float-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-secondary);
  white-space: nowrap;
  animation: float-label 5s ease-in-out infinite;
  transition: all var(--transition-base);
  transform-style: preserve-3d;
}

.hero-float-label:hover {
  border-color: rgba(24, 176, 163, 0.3);
  color: var(--primary);
  background: rgba(24, 176, 163, 0.08);
}

.tech-icon-3d {
  font-size: 1.6rem;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--icon-color);
  /* Volumetric 3D extrusion text shadow */
  text-shadow: 
    0.5px 0.5px 0px var(--icon-shadow-color),
    1px 1px 0px var(--icon-shadow-color),
    1.5px 1.5px 0px var(--icon-shadow-color),
    2px 2px 0px var(--icon-shadow-color),
    2.5px 2.5px 2px rgba(0, 0, 0, 0.4);
  transform: translateZ(10px);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), text-shadow 0.4s ease, filter 0.4s ease;
}

.hero-float-label:hover .tech-icon-3d {
  transform: translateY(-4px) translateZ(25px) rotateY(12deg) rotateX(-8deg) scale(1.1);
  text-shadow: 
    0.5px 0.5px 0px var(--icon-shadow-color),
    1px 1px 0px var(--icon-shadow-color),
    1.5px 1.5px 0px var(--icon-shadow-color),
    2px 2px 0px var(--icon-shadow-color),
    2.5px 2.5px 0px var(--icon-shadow-color),
    3px 3px 0px var(--icon-shadow-color),
    3.5px 3.5px 0px var(--icon-shadow-color),
    4px 4px 6px rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0 0 8px rgba(var(--icon-color-rgb), 0.6));
}

.label-left-1 {
  top: 15%;
  left: 5%;
}
.label-left-1 .hero-float-label {
  animation-delay: 0s;
}

.label-left-2 {
  bottom: 25%;
  left: 8%;
}
.label-left-2 .hero-float-label {
  animation-delay: 1.5s;
}

.label-right-1 {
  top: 20%;
  right: 5%;
}
.label-right-1 .hero-float-label {
  animation-delay: 0.8s;
}

.label-right-2 {
  bottom: 20%;
  right: 8%;
}
.label-right-2 .hero-float-label {
  animation-delay: 2s;
}

@keyframes float-label {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* --- Stats Bar --- */
.hero-stats-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 800px;
  margin-top: 0px;
  padding: 24px 48px;
  border-radius: 4px;
  background: rgba(0, 10, 8, 0.6);
  border: 1px solid rgba(0, 217, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: relative;
  z-index: 3;
  box-shadow: 0 0 30px rgba(0, 217, 255, 0.04), inset 0 1px 0 rgba(0, 217, 255, 0.07);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
}

.stat-item {
  text-align: center;
}

.stat-item .stat-number {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
}

.stat-item .stat-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 4px;
}

/* ========================================
   MARQUEE / TICKER
   ======================================== */
.marquee-section {
  padding: 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 217, 255, 0.07);
  border-bottom: 1px solid rgba(0, 217, 255, 0.07);
  background: rgba(0, 10, 8, 0.25);
  position: relative;
}

.marquee-track {
  display: flex;
  width: max-content;
  padding: 20px 0;
}

.marquee-track.forward {
  animation: marquee-scroll 30s linear infinite;
}

.marquee-track.reverse {
  animation: marquee-scroll-reverse 35s linear infinite;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes marquee-scroll-reverse {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 32px;
  white-space: nowrap;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color var(--transition-fast);
}

.marquee-item:hover {
  color: var(--primary);
}

.marquee-item .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--primary-light);
  box-shadow: 0 0 6px var(--primary-light), 0 0 14px var(--primary);
  flex-shrink: 0;
}

/* ========================================
   BUTTONS
   ======================================== */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: var(--radius-full);
  background: var(--gradient-primary);
  color: var(--bg-dark);
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 50%);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px var(--primary-glow);
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: var(--radius-full);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--text-primary);
  font-weight: 500;
  font-size: 0.95rem;
  transition: all var(--transition-fast);
}

.btn-secondary:hover {
  border-color: var(--primary);
  background: rgba(24, 176, 163, 0.1);
  transform: translateY(-2px);
}

/* ========================================
   SERVICES SECTION
   ======================================== */
.services-section {
  background: transparent;
}

.services-header {
  text-align: center;
  margin-bottom: 64px;
}

.services-header .section-desc {
  margin: 0 auto;
}

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

.service-card {
  position: relative;
  background: linear-gradient(135deg, rgba(0, 18, 14, 0.7) 0%, rgba(0, 6, 4, 0.8) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 217, 255, 0.07);
  border-radius: 6px;
  padding: 48px 32px;
  transition: all var(--transition-slow);
  transform-style: preserve-3d;
  cursor: pointer;
  overflow: hidden;
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 24px 100%, 0 calc(100% - 24px));
}

.service-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: skewX(-20deg);
  transition: all 0.7s ease;
  z-index: 1;
}

.service-card:hover::after {
  left: 200%;
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(24, 176, 163, 0.1) 0%, transparent 100%);
  opacity: 0;
  transition: opacity var(--transition-slow);
  z-index: 0;
}

.service-card:hover {
  border-color: rgba(0, 217, 255, 0.25);
  box-shadow: 0 0 40px rgba(0, 217, 255, 0.05), 0 20px 50px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
}

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

.service-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: rgba(0, 217, 255, 0.04);
  border: 1px solid rgba(0, 217, 255, 0.15);
  margin-bottom: 28px;
  color: var(--primary-light);
  font-size: 1.6rem;
  transition: all var(--transition-base);
  position: relative;
  box-shadow: 0 0 20px rgba(0, 217, 255, 0.04), inset 0 0 20px rgba(0, 217, 255, 0.02);
}

.service-icon::after {
  content: '';
  position: absolute;
  top: -3px;
  right: -3px;
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
  box-shadow: 0 0 6px var(--primary);
}

.service-card:hover .service-icon {
  background: var(--gradient-primary);
  color: var(--bg-dark);
  box-shadow: 0 10px 25px var(--primary-glow);
  transform: scale(1.1) rotate(5deg);
}

.service-card h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--text-primary);
  transition: color var(--transition-base);
}

.service-card:hover h3 {
  color: var(--primary);
}

.service-card p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.service-card .service-number {
  position: absolute;
  bottom: -20px;
  right: -10px;
  top: auto;
  font-family: var(--font-heading);
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.02);
  z-index: 0;
  transition: all var(--transition-slow);
  pointer-events: none;
}

.service-card:hover .service-number {
  color: rgba(24, 176, 163, 0.05);
  transform: scale(1.1) translate(-10px, -10px);
}

/* ========================================
   TECH STACK SECTION
   ======================================== */
.tech-section {
  position: relative;
  overflow: hidden;
}

.tech-ambient {
  display: none;
}

.tech-ambient-1 {
  width: 600px;
  height: 600px;
  background: var(--primary);
  top: -10%;
  left: -20%;
}

.tech-ambient-2 {
  width: 500px;
  height: 500px;
  background: var(--primary-light);
  bottom: -20%;
  right: -10%;
}

@keyframes ambient-breathe {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.2) translate(50px, -50px); }
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  perspective: 1000px;
  position: relative;
  z-index: 2;
  margin-top: 40px;
}

.tech-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  text-align: center;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

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

.tech-card-glow {
  position: absolute;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(0, 217, 255, 0.3) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.tech-card:hover .tech-card-glow {
  opacity: 1;
}

.tech-card:hover {
  border-color: rgba(0, 217, 255, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), inset 0 0 20px rgba(0, 217, 255, 0.05);
  z-index: 10;
}

.tech-icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 217, 255, 0.05);
  border: 1px solid rgba(0, 217, 255, 0.2);
  border-radius: 50%;
  color: var(--primary-light);
  z-index: 1;
  transform: translateZ(40px);
  box-shadow: 0 0 20px rgba(0, 217, 255, 0.2);
}

.tech-card:hover .tech-icon {
  animation: float-icon 2s ease-in-out infinite alternate;
}

@keyframes float-icon {
  0% { transform: translateZ(40px) translateY(0); }
  100% { transform: translateZ(40px) translateY(-10px); }
}

.tech-icon svg {
  width: 30px;
  height: 30px;
}

.tech-card h3 {
  position: relative;
  font-size: 1.3rem;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #ffffff 0%, var(--primary-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  transform: translateZ(30px);
}

.tech-card p {
  position: relative;
  font-size: 0.95rem;
  color: var(--text-secondary);
  z-index: 1;
  transform: translateZ(10px);
}

/* Card chassis corner lines */
.tech-card-corner {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1.5px solid transparent;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 5;
}

.corner-tl {
  top: 14px;
  left: 14px;
  border-top-color: rgba(255, 255, 255, 0.15);
  border-left-color: rgba(255, 255, 255, 0.15);
}

.corner-tr {
  top: 14px;
  right: 14px;
  border-top-color: rgba(255, 255, 255, 0.15);
  border-right-color: rgba(255, 255, 255, 0.15);
}

.corner-bl {
  bottom: 14px;
  left: 14px;
  border-bottom-color: rgba(255, 255, 255, 0.15);
  border-left-color: rgba(255, 255, 255, 0.15);
}

.corner-br {
  bottom: 14px;
  right: 14px;
  border-bottom-color: rgba(255, 255, 255, 0.15);
  border-right-color: rgba(255, 255, 255, 0.15);
}

/* Glow and slide outward on hover */
.tech-card:hover .corner-tl {
  border-top-color: var(--primary-light);
  border-left-color: var(--primary-light);
  transform: translate(-3px, -3px);
}

.tech-card:hover .corner-tr {
  border-top-color: var(--primary-light);
  border-right-color: var(--primary-light);
  transform: translate(3px, -3px);
}

.tech-card:hover .corner-bl {
  border-bottom-color: var(--primary-light);
  border-left-color: var(--primary-light);
  transform: translate(-3px, 3px);
}

.tech-card:hover .corner-br {
  border-bottom-color: var(--primary-light);
  border-right-color: var(--primary-light);
  transform: translate(3px, 3px);
}

/* Tech tag pills */
.tech-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
  position: relative;
  z-index: 2;
  transform: translateZ(20px);
}

.tech-tag {
  font-size: 0.68rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 2px;
  background: rgba(0, 217, 255, 0.04);
  border: 1px solid rgba(0, 217, 255, 0.12);
  color: rgba(0, 217, 255, 0.7);
  font-family: 'Courier New', monospace;
  letter-spacing: 1px;
  transition: all var(--transition-fast);
}

.tech-tag:hover {
  transform: translateY(-2px);
  color: var(--bg-dark);
  background: var(--gradient-primary);
  border-color: var(--primary-light);
  box-shadow: 0 4px 15px var(--primary-glow);
}


/* ========================================
   PROCESS SECTION (ROADMAP)
   ======================================== */
.process-section {
  position: relative;
  overflow: hidden;
  background: 
    radial-gradient(circle at 90% 20%, rgba(24, 176, 163, 0.06) 0%, transparent 60%),
    radial-gradient(circle at 10% 90%, rgba(138, 43, 226, 0.05) 0%, transparent 60%),
    radial-gradient(circle at 50% 50%, #031412 0%, #000000 100%);
  padding: 120px 0;
}

.process-container {
  max-width: 900px;
  margin: 60px auto 0;
  position: relative;
  z-index: 2;
}

/* Timeline Vertical Line */
.process-timeline-line {
  position: absolute;
  left: 24px;
  top: 40px;
  bottom: 40px;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
  z-index: 1;
}

/* Timeline Progress Fill */
.process-timeline-progress {
  position: absolute;
  left: 24px;
  top: 40px;
  width: 2px;
  height: 0;
  background: linear-gradient(to bottom, var(--primary) 0%, var(--primary-light) 100%);
  box-shadow: 0 0 15px var(--primary-glow);
  z-index: 2;
}

.process-steps-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.process-step-item {
  position: relative;
  padding-left: 70px;
  width: 100%;
}

/* Timeline Node */
.process-node {
  position: absolute;
  left: 17px; /* Center of the node sits on left: 24px line */
  top: 40px; /* Aligned with icon center */
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--bg-dark);
  border: 2px solid rgba(255, 255, 255, 0.1);
  z-index: 5;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-node::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: transparent;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.process-node.active {
  border-color: var(--primary-light);
  box-shadow: 0 0 15px var(--primary-glow);
}

.process-node.active::after {
  background: var(--primary-light);
  box-shadow: 0 0 10px var(--primary-glow);
}

/* Card design */
.process-step-card {
  position: relative;
  background: linear-gradient(135deg, rgba(0, 18, 14, 0.7) 0%, rgba(0, 6, 4, 0.85) 100%);
  border: 1px solid rgba(0, 217, 255, 0.07);
  border-radius: 6px;
  padding: 32px 40px;
  transition: all var(--transition-slow);
  cursor: pointer;
  display: flex;
  gap: 28px;
  align-items: flex-start;
  transform-style: preserve-3d;
  perspective: 1000px;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.process-step-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(24, 176, 163, 0.04) 0%, transparent 100%);
  opacity: 0;
  transition: opacity var(--transition-slow);
  z-index: -1;
}

.process-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(24, 176, 163, 0.25);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), var(--shadow-glow);
}

.process-step-card.active {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(24, 176, 163, 0.15);
}

.process-step-card:hover::before {
  opacity: 1;
}

/* Icon Box */
.process-step-icon {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-md);
  background: rgba(24, 176, 163, 0.06);
  border: 1px solid rgba(24, 176, 163, 0.15);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all var(--transition-base);
  box-shadow: 0 0 15px rgba(24, 176, 163, 0.05);
}

.process-step-card:hover .process-step-icon,
.process-step-card.active .process-step-icon {
  background: var(--gradient-primary);
  border-color: var(--primary-light);
  color: var(--bg-dark);
  box-shadow: 0 0 20px var(--primary-glow);
}

.process-step-card:hover .process-step-icon {
  transform: rotate(5deg) scale(1.05);
}

.process-step-icon svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke-width var(--transition-base);
}

/* Text Content */
.process-step-content {
  flex: 1;
}

.process-step-phase {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.65rem;
  font-weight: 700;
  font-family: 'Courier New', monospace;
  color: var(--primary-light);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.process-step-phase .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary-light);
  box-shadow: 0 0 6px var(--primary-light);
  display: inline-block;
}

.process-step-card.active .process-step-phase .dot {
  animation: pulse-dot 2s infinite;
  opacity: 1;
}

.process-step-content h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-primary);
  transition: color var(--transition-fast);
}

.process-step-card:hover h3 {
  color: var(--primary-light);
}

.process-step-content p {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .process-timeline-line,
  .process-timeline-progress {
    left: 16px;
  }
  .process-node {
    left: 9px;
  }
  .process-step-item {
    padding-left: 48px;
  }
  .process-step-card {
    padding: 24px 28px;
    gap: 20px;
  }
  .process-step-icon {
    width: 52px;
    height: 52px;
  }
  .process-step-icon svg {
    width: 22px;
    height: 22px;
  }
}

@media (max-width: 576px) {
  .process-step-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .process-node {
    top: 32px;
  }
}


/* ========================================
   SCROLL SEQUENCE SECTION
   ======================================== */
.scroll-sequence-section {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  background: radial-gradient(circle at 50% 50%, #031412 0%, #000000 100%);
  display: flex;
  align-items: center;
}

.scroll-sequence-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.scroll-sequence-left {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#about-sequence-canvas {
  width: 100%;
  max-width: 650px;
  height: 70vh;
  object-fit: contain;
  display: block;
}

.scroll-sequence-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.scroll-sequence-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
  width: 100%;
}

.seq-feature {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.seq-feature-num {
  font-family: 'Courier New', monospace;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary-light);
  background: rgba(0, 217, 255, 0.04);
  border: 1px solid rgba(0, 217, 255, 0.18);
  width: 44px;
  height: 44px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 14px rgba(0, 217, 255, 0.07);
  letter-spacing: 1px;
}

.seq-feature h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.seq-feature p {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .scroll-sequence-grid {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .scroll-sequence-section {
    height: auto;
    padding: 80px 0;
  }
  .scroll-sequence-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  #about-sequence-canvas {
    height: 50vh;
    max-width: 450px;
  }
}


/* ========================================
   ABOUT SECTION
   ======================================== */
.about-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 50% 50%, #031412 0%, #000000 100%);
  z-index: 10;
}

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

.about-image {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.about-image img {
  width: 100%;
  border-radius: var(--radius-xl);
  transition: transform var(--transition-slow);
}

.about-image:hover img {
  transform: scale(1.03);
}

.about-image-border {
  position: absolute;
  inset: -2px;
  border-radius: var(--radius-xl);
  background: var(--gradient-primary);
  z-index: -1;
  opacity: 0.3;
}

.about-image-glow {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 60%;
  background: var(--primary);
  filter: blur(80px);
  opacity: 0.15;
  pointer-events: none;
}

.about-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  border-radius: 3px;
  background: rgba(0, 10, 8, 0.5);
  border: 1px solid rgba(0, 217, 255, 0.07);
  transition: all var(--transition-base);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

.about-feature:hover {
  background: rgba(0, 20, 16, 0.7);
  border-color: rgba(0, 217, 255, 0.2);
  transform: translateX(8px);
  box-shadow: 0 0 20px rgba(0, 217, 255, 0.04);
}

.about-feature .feature-check {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  background: rgba(0, 217, 255, 0.06);
  border: 1px solid rgba(0, 217, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--primary-light);
  font-size: 0.8rem;
  margin-top: 2px;
  box-shadow: 0 0 10px rgba(0, 217, 255, 0.1);
}

.about-feature span {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ========================================
   PROJECTS — HORIZONTAL SCROLL
   ======================================== */
.projects-section {
  overflow: hidden;
  position: relative;
  background: radial-gradient(circle at 50% 50%, #031412 0%, #000000 100%);
  z-index: 10;
}

.projects-header {
  text-align: center;
  margin-bottom: 64px;
}

.projects-header .section-desc {
  margin: 0 auto;
}

.projects-track {
  display: flex;
  gap: 32px;
  width: max-content;
}

.project-card {
  width: 450px;
  flex-shrink: 0;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  group: true;
}

.project-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform var(--transition-slow);
}

.project-card:hover img {
  transform: scale(1.05);
}

.project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10, 10, 15, 0.95) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  transition: all var(--transition-base);
}

.project-card:hover .project-overlay {
  background: linear-gradient(180deg, transparent 20%, rgba(10, 10, 15, 0.98) 100%);
}

.project-overlay .project-tag {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 8px;
}

.project-overlay h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text-primary);
}

.project-overlay .project-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 0.85rem;
  color: var(--primary);
  font-weight: 500;
  opacity: 0;
  transform: translateY(10px);
  transition: all var(--transition-base);
}

.project-card:hover .project-link {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   TESTIMONIALS
   ======================================== */
.testimonials-section {
  background: radial-gradient(circle at 50% 50%, #031412 0%, #000000 100%);
  position: relative;
  overflow: hidden;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 64px;
}

.testimonials-header .section-desc {
  margin: 0 auto;
}

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

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-lg);
  padding: 36px;
  transition: all var(--transition-slow);
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: -10px;
  right: 20px;
  font-family: Georgia, serif;
  font-size: 8rem;
  color: rgba(24, 176, 163, 0.05);
  line-height: 1;
  pointer-events: none;
}

.testimonial-card:hover {
  border-color: rgba(24, 176, 163, 0.15);
  background: var(--bg-card-hover);
  transform: translateY(-6px);
  box-shadow: var(--shadow-glow);
}

.testimonial-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
}

.testimonial-stars svg {
  width: 16px;
  height: 16px;
  fill: #f59e0b;
}

.testimonial-text {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 24px;
  font-style: italic;
}

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

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(24, 176, 163, 0.3);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-primary);
  color: var(--bg-dark);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.1rem;
}

.testimonial-author-info h4 {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 600;
}

.testimonial-author-info p {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 2px;
}

/* ========================================
   FAQ SECTION
   ======================================== */
.faq-section {
  position: relative;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition-base);
  background: var(--bg-card);
}

.faq-item.active {
  border-color: rgba(24, 176, 163, 0.2);
  background: var(--bg-card-hover);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-primary);
  transition: color var(--transition-fast);
}

.faq-question:hover {
  color: var(--primary);
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(24, 176, 163, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform var(--transition-base), background var(--transition-base);
  color: var(--primary);
  font-size: 0.8rem;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  background: rgba(24, 176, 163, 0.2);
}

.faq-answer {
  height: 0;
  overflow: hidden;
}

.faq-answer-inner {
  padding: 0 24px 20px;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* ========================================
   CONTACT SECTION
   ======================================== */
.contact-section {
  background: var(--gradient-dark);
  position: relative;
  overflow: hidden;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.contact-info-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  border-radius: var(--radius-md);
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.04);
  transition: all var(--transition-base);
}

.contact-info-card:hover {
  border-color: rgba(24, 176, 163, 0.15);
  background: var(--bg-card-hover);
  transform: translateX(6px);
}

.contact-info-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: rgba(24, 176, 163, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--primary);
}

.contact-info-card h4 {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.contact-info-card p {
  font-size: 0.95rem;
  color: var(--text-primary);
}

.contact-form-wrapper {
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-xl);
  padding: 48px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-primary);
  font-size: 0.95rem;
  transition: all var(--transition-fast);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-muted);
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--primary);
  background: rgba(24, 176, 163, 0.05);
  box-shadow: 0 0 0 3px rgba(24, 176, 163, 0.1);
}

.form-group textarea {
  min-height: 130px;
  resize: vertical;
}

.form-submit {
  width: 100%;
  padding: 16px;
  border-radius: var(--radius-sm);
  background: var(--gradient-primary);
  color: var(--bg-dark);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;
  transition: all var(--transition-fast);
  margin-top: 8px;
}

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px var(--primary-glow);
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 32px;
}

.social-link {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  transition: all var(--transition-base);
}

.social-link:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: rgba(24, 176, 163, 0.1);
  transform: translateY(-3px);
}

/* ========================================
   FOOTER
   ======================================== */
.footer {
  padding: 80px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  position: relative;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
}

.footer-brand p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-top: 16px;
  max-width: 300px;
}

.footer-brand img {
  height: 40px;
}

.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--text-primary);
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 0.9rem;
  color: var(--text-secondary);
  transition: all var(--transition-fast);
}

.footer-col ul li a:hover {
  color: var(--primary);
  padding-left: 6px;
}

.footer-newsletter {
  display: flex;
  gap: 0;
  margin-top: 16px;
}

.footer-newsletter input {
  flex: 1;
  padding: 12px 16px;
  border-radius: var(--radius-sm) 0 0 var(--radius-sm);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-right: none;
  color: var(--text-primary);
  font-size: 0.85rem;
}

.footer-newsletter input:focus {
  border-color: var(--primary);
}

.footer-newsletter button {
  padding: 12px 20px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  background: var(--gradient-primary);
  color: var(--bg-dark);
  font-weight: 600;
  font-size: 0.85rem;
  transition: box-shadow var(--transition-fast);
}

.footer-newsletter button:hover {
  box-shadow: 0 4px 15px var(--primary-glow);
}

.footer-bottom {
  margin-top: 48px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Back to top */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient-primary);
  color: var(--bg-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all var(--transition-base);
  box-shadow: 0 4px 20px var(--primary-glow);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px var(--primary-glow);
}

/* ========================================
   CUSTOM CURSOR
   ======================================== */
.cursor-dot {
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  transition: width 0.2s, height 0.2s, background 0.2s;
}

.cursor-ring {
  width: 32px;
  height: 32px;
  border: 1.5px solid rgba(24, 176, 163, 0.5);
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9998;
  transition: width 0.3s, height 0.3s, border 0.3s;
}

.cursor-dot.hover {
  width: 12px;
  height: 12px;
  background: var(--primary-light);
}

.cursor-ring.hover {
  width: 48px;
  height: 48px;
  border-color: rgba(24, 176, 163, 0.3);
}

/* ========================================
   SCROLL PROGRESS BAR
   ======================================== */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: var(--gradient-primary);
  z-index: 10000;
  transform-origin: left;
  transform: scaleX(0);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 1024px) {
  :root {
    --section-padding: 80px;
  }

  .hero .container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  .hero-hand-wrapper {
    max-width: 550px;
  }

  .hero-float-label {
    font-size: 0.75rem;
    padding: 8px 14px;
  }

  .hero-stats-bar {
    gap: 24px;
    padding: 24px 32px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr 1fr;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project-card {
    width: 350px;
  }

  .cursor-dot,
  .cursor-ring {
    display: none;
  }
}

@media (max-width: 768px) {
  :root {
    --section-padding: 60px;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: rgba(10, 10, 15, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: flex-start;
    padding: 100px 32px 32px;
    gap: 0;
    transition: right var(--transition-base);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 999;
  }

  .nav-links.open {
    right: 0;
  }

  .nav-links a {
    display: block;
    padding: 14px 0;
    font-size: 1rem;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  }

  .nav-cta {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    display: block;
  }

  .menu-toggle {
    display: flex;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: clamp(1.8rem, 7vw, 2.8rem);
  }

  .hero-hand-wrapper {
    max-width: 400px;
  }

  .hero-float-label-wrapper {
    display: none;
  }

  .hero-stats-bar {
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 24px;
  }

  .stat-divider {
    display: none;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .project-card {
    width: 300px;
  }

  .project-card img {
    height: 240px;
  }

  .contact-form-wrapper {
    padding: 32px 24px;
  }
}

@media (max-width: 480px) {
  .hero-hand-wrapper {
    max-width: 300px;
  }

  .hero-stats-bar {
    flex-direction: column;
    gap: 16px;
  }

  .section-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
  }
}

/* ========================================
   ANIMATION UTILITIES (used by GSAP)
   ======================================== */
.reveal-up {
  opacity: 0;
  transform: translateY(60px);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-60px);
}

.reveal-right {
  opacity: 0;
  transform: translateX(60px);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.9);
}

.reveal-3d {
  opacity: 0;
  transform: perspective(800px) rotateY(15deg) translateZ(-50px);
}

/* Preloader */
.preloader {
  position: fixed;
  inset: 0;
  background: var(--bg-dark);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
}

.preloader-logo {
  height: 50px;
  animation: pulse-logo 1.5s ease-in-out infinite;
}

@keyframes pulse-logo {
  0%, 100% { opacity: 0.5; transform: scale(0.98); }
  50% { opacity: 1; transform: scale(1.02); }
}

.preloader-bar {
  width: 200px;
  height: 3px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  overflow: hidden;
}

.preloader-fill {
  height: 100%;
  width: 0%;
  background: var(--gradient-primary);
  border-radius: 3px;
  animation: preloader-fill 1.5s ease-in-out forwards;
}

@keyframes preloader-fill {
  0% { width: 0%; }
  100% { width: 100%; }
}

/* ========================================
   PRICING SECTION
   ======================================== */
.pricing-section {
  position: relative;
  overflow: hidden;
  z-index: 10;
  background: var(--bg-dark);
}

.pricing-ambient {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(24, 176, 163, 0.06) 0%, transparent 70%);
  pointer-events: none;
  filter: blur(80px);
  z-index: -1;
}

.pricing-ambient-1 {
  top: -10%;
  right: -5%;
}

.pricing-ambient-2 {
  bottom: -15%;
  left: -5%;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
  position: relative;
  z-index: 3;
}

.pricing-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--bg-glass-border);
  border-radius: var(--radius-lg);
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all var(--transition-slow);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Glowing Chassis Brackets */
.pricing-card-corner {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  pointer-events: none;
  transition: all var(--transition-fast) ease-in-out;
}

.pricing-card-corner.corner-tl { top: -1px; left: -1px; border-top-color: rgba(24, 176, 163, 0.15); border-left-color: rgba(24, 176, 163, 0.15); }
.pricing-card-corner.corner-tr { top: -1px; right: -1px; border-top-color: rgba(24, 176, 163, 0.15); border-right-color: rgba(24, 176, 163, 0.15); }
.pricing-card-corner.corner-bl { bottom: -1px; left: -1px; border-bottom-color: rgba(24, 176, 163, 0.15); border-left-color: rgba(24, 176, 163, 0.15); }
.pricing-card-corner.corner-br { bottom: -1px; right: -1px; border-bottom-color: rgba(24, 176, 163, 0.15); border-right-color: rgba(24, 176, 163, 0.15); }

/* Card Internal Glow */
.pricing-card-glow {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  background: radial-gradient(circle at 50% 0%, rgba(24, 176, 163, 0.08), transparent 60%);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-base);
}

/* Featured (Most Popular) Card Styling */
.pricing-card.featured {
  background: rgba(24, 176, 163, 0.02);
  border-color: rgba(24, 176, 163, 0.25);
  box-shadow: var(--shadow-glow);
  transform: translateY(-8px);
}

.pricing-card.featured .pricing-card-glow {
  opacity: 1;
  background: radial-gradient(circle at 50% 0%, rgba(24, 176, 163, 0.15), transparent 75%);
}

.pricing-card.featured .pricing-card-corner.corner-tl { border-top-color: var(--primary); border-left-color: var(--primary); }
.pricing-card.featured .pricing-card-corner.corner-tr { border-top-color: var(--primary); border-right-color: var(--primary); }
.pricing-card.featured .pricing-card-corner.corner-bl { border-bottom-color: var(--primary); border-left-color: var(--primary); }
.pricing-card.featured .pricing-card-corner.corner-br { border-bottom-color: var(--primary); border-right-color: var(--primary); }

.popular-tag {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gradient-primary);
  color: var(--bg-dark);
  font-family: var(--font-heading);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 15px rgba(24, 176, 163, 0.4);
  white-space: nowrap;
}

/* Card Header Elements */
.plan-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.plan-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--primary-light);
  margin-bottom: 15px;
}

.plan-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 10px;
}

.plan-description {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 25px;
  min-height: 45px;
}

/* Plan Price styling */
.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.plan-price .currency {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--primary-light);
}

.plan-price .amount {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -1px;
  line-height: 1;
}

.plan-price .period {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-left: 5px;
  align-self: center;
}

/* Plan Features styling */
.plan-features {
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-grow: 1;
}

.plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.92rem;
  color: var(--text-secondary);
}

.feature-check {
  width: 16px;
  height: 16px;
  color: var(--primary);
  margin-top: 3px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 4px var(--primary-glow));
}

.featured .feature-check {
  color: var(--primary-light);
  filter: drop-shadow(0 0 6px var(--primary-glow));
}

/* Pricing Action Button */
.pricing-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px 28px;
  border-radius: var(--radius-md);
  font-size: 0.95rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text-primary);
  transition: all var(--transition-base);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.pricing-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.featured-btn {
  background: var(--gradient-primary);
  color: var(--bg-dark);
  border: none;
  box-shadow: 0 8px 24px rgba(24, 176, 163, 0.25);
}

.featured-btn:hover {
  background: var(--gradient-primary);
  box-shadow: 0 12px 30px rgba(24, 176, 163, 0.4);
  transform: translateY(-2px) scale(1.02);
  color: var(--bg-dark);
}

/* Pricing Hover Effects */
.pricing-card:hover {
  border-color: rgba(24, 176, 163, 0.3);
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
}

.pricing-card:hover .pricing-card-glow {
  opacity: 1;
}

.pricing-card:hover .pricing-card-corner.corner-tl { border-top-color: var(--primary-light); border-left-color: var(--primary-light); }
.pricing-card:hover .pricing-card-corner.corner-tr { border-top-color: var(--primary-light); border-right-color: var(--primary-light); }
.pricing-card:hover .pricing-card-corner.corner-bl { border-bottom-color: var(--primary-light); border-left-color: var(--primary-light); }
.pricing-card:hover .pricing-card-corner.corner-br { border-bottom-color: var(--primary-light); border-right-color: var(--primary-light); }

.pricing-card.featured:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 50px rgba(24, 176, 163, 0.25);
}

/* ============ WHY CHOOSE US — FUTURISTIC HUD ============ */
.why-us-section {
  position: relative;
  z-index: 1;
}

.why-us-section .section-header {
  position: relative;
}

/* Circuit decoration line */
.why-us-section .section-header::after {
  content: '';
  display: block;
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, var(--primary), transparent);
  margin: 20px auto 0;
}

.why-us-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}

.why-card {
  position: relative;
  background: linear-gradient(135deg, rgba(0, 20, 16, 0.8) 0%, rgba(0, 10, 8, 0.9) 100%);
  border: 1px solid rgba(0, 217, 255, 0.08);
  border-radius: 4px;
  padding: 36px 28px 32px;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
}

/* HUD corner brackets */
.why-card::before,
.why-card::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  transition: all 0.35s ease;
}
.why-card::before {
  top: 8px; left: 8px;
  border-top: 1.5px solid rgba(0, 217, 255, 0.4);
  border-left: 1.5px solid rgba(0, 217, 255, 0.4);
}
.why-card::after {
  bottom: 8px; right: 8px;
  border-bottom: 1.5px solid rgba(0, 217, 255, 0.4);
  border-right: 1.5px solid rgba(0, 217, 255, 0.4);
}

.why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 217, 255, 0.3);
  box-shadow: 0 0 30px rgba(0, 217, 255, 0.07), 0 20px 40px rgba(0,0,0,0.4), inset 0 0 30px rgba(0, 217, 255, 0.02);
}
.why-card:hover::before {
  border-color: var(--primary-light);
  width: 20px; height: 20px;
}
.why-card:hover::after {
  border-color: var(--primary-light);
  width: 20px; height: 20px;
}

/* Scanline shimmer on hover */
.why-card-line {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--primary) 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  box-shadow: 0 0 8px var(--primary);
}

.why-card:hover .why-card-line {
  opacity: 1;
}

/* Ambient glow blob */
.why-card-glow-bg {
  position: absolute;
  top: -40px; right: -40px;
  width: 120px; height: 120px;
  background: radial-gradient(circle, rgba(0, 217, 255, 0.07) 0%, transparent 70%);
  pointer-events: none;
  transition: opacity 0.35s ease;
  opacity: 0;
}
.why-card:hover .why-card-glow-bg {
  opacity: 1;
}

.why-icon-wrap {
  position: relative;
  width: 46px; height: 46px;
  background: rgba(0, 217, 255, 0.04);
  border: 1px solid rgba(0, 217, 255, 0.18);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--primary-light);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover .why-icon-wrap {
  background: rgba(0, 217, 255, 0.1);
  border-color: rgba(0, 217, 255, 0.45);
  box-shadow: 0 0 14px rgba(0, 217, 255, 0.2), inset 0 0 10px rgba(0, 217, 255, 0.05);
}

.why-icon-wrap svg { width: 20px; height: 20px; }

/* Node indicator dot */
.why-icon-wrap::after {
  content: '';
  position: absolute;
  top: -3px; right: -3px;
  width: 6px; height: 6px;
  background: var(--primary);
  border-radius: 50%;
  box-shadow: 0 0 6px var(--primary);
}

.why-card h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-light);
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.why-card p {
  color: var(--text-dim);
  font-size: 0.88rem;
  line-height: 1.7;
}

/* Tag chip at bottom */
.why-card-tag {
  display: inline-block;
  margin-top: 18px;
  font-size: 0.7rem;
  font-family: 'Courier New', monospace;
  color: rgba(0, 217, 255, 0.5);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .why-us-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .why-us-grid { grid-template-columns: 1fr; }
}


/* ============ OUR IMPACT — FUTURISTIC TERMINAL ============ */
.impact-section {
  position: relative;
  z-index: 1;
}

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

.impact-left .section-label {
  display: block;
  margin-bottom: 14px;
}

/* Decorative code line under CTA */
.impact-left-code {
  margin-top: 28px;
  font-family: 'Courier New', monospace;
  font-size: 0.75rem;
  color: rgba(0, 217, 255, 0.35);
  letter-spacing: 1px;
  line-height: 1.8;
}

.impact-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.impact-stat-card {
  position: relative;
  background: linear-gradient(135deg, rgba(0, 20, 16, 0.85) 0%, rgba(0, 8, 6, 0.95) 100%);
  border: 1px solid rgba(0, 217, 255, 0.08);
  border-radius: 4px;
  padding: 26px 24px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}

.impact-stat-card:hover {
  border-color: rgba(0, 217, 255, 0.3);
  box-shadow: 0 0 25px rgba(0, 217, 255, 0.06), 0 10px 30px rgba(0,0,0,0.4);
  transform: translateY(-4px);
}

/* HUD top-right corner notch indicator */
.impact-stat-card::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent rgba(0, 217, 255, 0.15) transparent transparent;
  transition: border-color 0.3s ease;
}
.impact-stat-card:hover::before {
  border-color: transparent rgba(0, 217, 255, 0.5) transparent transparent;
}

.impact-stat-glow {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(24, 176, 163, 0.04), transparent);
  pointer-events: none;
}

/* Pulsing data line at top */
.impact-stat-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--primary) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.impact-stat-card:hover::after {
  opacity: 1;
}

.impact-number {
  display: block;
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-light);
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: -2px;
  text-shadow: 0 0 20px rgba(0, 217, 255, 0.15);
}

.impact-plus {
  color: var(--primary-light);
  font-size: 1.8rem;
  letter-spacing: 0;
  text-shadow: 0 0 10px var(--primary);
}

.impact-label {
  display: block;
  font-size: 0.72rem;
  color: rgba(0, 217, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Courier New', monospace;
  margin-bottom: 16px;
  margin-top: 6px;
}

.impact-bar {
  height: 2px;
  background: rgba(255,255,255,0.04);
  border-radius: 0;
  overflow: hidden;
  position: relative;
}

.impact-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--primary), var(--primary-light));
  border-radius: 0;
  animation: fill-bar 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  box-shadow: 0 0 8px var(--primary);
}

@keyframes fill-bar {
  from { width: 0 !important; }
}

@media (max-width: 992px) {
  .impact-inner {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }
}


/* Old Bento/Network CSS removal — placeholder kept for responsive section below */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 250px;
  gap: 20px;
  margin-top: 40px;
}

.bento-card {
  position: relative;
  background: rgba(3, 7, 6, 0.6);
  border: 1px solid rgba(0, 217, 255, 0.1);
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(10px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.bento-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 217, 255, 0.3);
  box-shadow: 0 10px 30px -10px rgba(0, 217, 255, 0.15);
}

.bento-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(24, 176, 163, 0.05) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.bento-card:hover .bento-glow {
  opacity: 1;
}

.bento-content {
  position: relative;
  z-index: 2;
}

.bento-card h3 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--text-light);
  margin-bottom: 10px;
}

.bento-card p {
  color: var(--text-dim);
  font-size: 0.95rem;
  line-height: 1.5;
}

.bento-large {
  grid-column: span 2;
  grid-row: span 2;
}

.bento-medium {
  grid-column: span 2;
  grid-row: span 1;
}

.bento-small {
  grid-column: span 1;
  grid-row: span 1;
}

.bento-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.bento-icon svg {
  width: 100%;
  height: 100%;
}

.bento-graphic {
  margin-top: auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.neural-network-svg circle {
  animation: pulse-node 2s infinite alternate;
}
.neural-network-svg line {
  stroke-dasharray: 10;
  animation: data-flow 2s linear infinite;
}

@keyframes pulse-node {
  0% { r: 4; fill: var(--primary); opacity: 0.5; }
  100% { r: 6; fill: var(--primary-light); opacity: 1; }
}
@keyframes data-flow {
  0% { stroke-dashoffset: 20; }
  100% { stroke-dashoffset: 0; }
}

@media (max-width: 992px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bento-large { grid-column: span 2; }
}
@media (max-width: 576px) {
  .bento-grid {
    grid-template-columns: 1fr;
  }
  .bento-large, .bento-medium, .bento-small {
    grid-column: span 1;
    grid-row: auto;
    min-height: 250px;
  }
}

/* ============ GLOBAL CONNECTIVITY SECTION ============ */
.global-network-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.network-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.network-stats {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-value {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-light);
  line-height: 1;
  margin-bottom: 5px;
}

.stat-label {
  color: var(--text-dim);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.network-graphic {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.globe-container {
  position: relative;
  width: 300px;
  height: 300px;
}

.pulsing-globe {
  width: 100%;
  height: 100%;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  animation: rotate-globe 20s linear infinite;
}

@keyframes rotate-globe {
  0% { transform: rotateY(0deg) rotateX(15deg); }
  100% { transform: rotateY(360deg) rotateX(15deg); }
}

.globe-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(0, 217, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ring-1 { width: 100%; height: 100%; transform: translate(-50%, -50%) rotateX(75deg); }
.ring-2 { width: 100%; height: 100%; transform: translate(-50%, -50%) rotateX(75deg) rotateY(60deg); }
.ring-3 { width: 100%; height: 100%; transform: translate(-50%, -50%) rotateX(75deg) rotateY(120deg); }

.globe-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background: radial-gradient(circle at center, rgba(0, 217, 255, 0.8), transparent);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 40px rgba(0, 217, 255, 0.5);
  animation: core-pulse 2s ease-in-out infinite alternate;
}

@keyframes core-pulse {
  0% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }
  100% { transform: translate(-50%, -50%) scale(1.2); opacity: 1; }
}

.globe-node {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--primary);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--primary);
}

.node-a { top: 20%; left: 30%; transform: translateZ(50px); }
.node-b { top: 60%; left: 80%; transform: translateZ(-30px); }
.node-c { top: 75%; left: 25%; transform: translateZ(80px); }

.globe-line {
  position: absolute;
  background: rgba(24, 176, 163, 0.3);
  transform-origin: 0 0;
}

@media (max-width: 992px) {
  .network-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .network-stats {
    justify-content: center;
  }
  .network-graphic {
    margin-top: 40px;
  }
}

/* Responsive styles for Pricing section */
@media (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  
  .pricing-card.featured {
    transform: translateY(0);
  }
  
  .pricing-card.featured:hover {
    transform: translateY(-5px);
  }
}

@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 40px auto 0;
  }
}

/* ========================================
   GLOBAL MOBILE RESPONSIVENESS
   ======================================== */

@media (max-width: 992px) {
  /* Navbar & Menu */
  .menu-toggle {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1001;
  }
  
  .menu-toggle span {
    width: 100%;
    height: 2px;
    background: var(--primary-light);
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  
  .menu-toggle.active span:nth-child(1) { transform: translateY(9.5px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-9.5px) rotate(-45deg); }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
    background: rgba(0, 10, 8, 0.98);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 217, 255, 0.3);
    padding: 20px;
    gap: 15px;
    clip-path: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.4s ease;
  }

  .nav-links.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-links a {
    width: 100%;
    text-align: center;
    padding: 12px;
  }

  .nav-cta {
    margin: 10px auto;
  }

  /* Hero Section */
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-stats-bar {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .hero-float-label {
    display: none !important; /* Hide floating labels to reduce clutter */
  }

  #hero-3d-canvas {
    max-width: 100%;
    height: auto;
  }

  /* Services & Process */
  .services-grid, .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* About */
  .about-content {
    grid-template-columns: 1fr;
  }

  /* Tech Stack */
  .tech-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  /* General Spacing */
  .section {
    padding: 60px 0;
  }
  
  /* Typography */
  .section-title {
    font-size: 2.2rem;
  }
  
  /* Hero Section */
  .hero-title {
    font-size: 2.2rem;
  }
  
  .hero-top-content {
    margin-top: 60px;
  }

  /* Layout Grids to Single Column */
  .services-grid, .process-grid, .tech-grid, .pricing-grid, .contact-grid, .footer-grid {
    grid-template-columns: 1fr !important;
  }
  
  .process-step {
    flex-direction: column;
    text-align: center;
  }

  .process-connector {
    display: none !important; /* Remove horizontal connectors on mobile */
  }
  
  .about-image {
    order: 2;
  }
  
  .about-text {
    order: 1;
  }

  /* Contact & Footer */
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}
