/* ============================================
   AI-СОТРУДНИКИ | AIPEPDEN.STORE
   Dark Tech Theme v3.0 — Brandbook Update
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');

:root {
  /* ═══ Основные (Primary) ═══ */
  --color-primary:        #00d4ff;
  --color-primary-light:  #5ce5ff;
  --color-primary-dark:   #009fcc;
  --color-primary-muted:  rgba(0, 212, 255, 0.15);

  /* ═══ Фоны (Backgrounds) ═══ */
  --bg-primary:           #0a0a1a;
  --bg-secondary:         #0f0f2a;
  --bg-tertiary:          #141432;
  --bg-card:              #12122b;
  --bg-card-hover:        #1a1a3e;
  --bg-elevated:          #1a1a3e;
  --bg-surface:           rgba(255, 255, 255, 0.03);
  --bg-surface-hover:     rgba(255, 255, 255, 0.06);

  /* ═══ Акцентные (Accent) ═══ */
  --accent-blue:          #00d4ff;
  --accent-purple:        #7c5cff;
  --accent-cyan:          #00d4ff;
  --accent-green:         #00e68a;
  --color-accent:         #7c5cff;
  --color-accent-light:   #a78bfa;
  --color-accent-dark:    #5b3fd9;

  /* ═══ Семантические (Semantic) ═══ */
  --color-success:        #00e68a;
  --color-warning:        #ffb800;
  --color-error:          #ff4d6a;
  --color-info:           var(--color-primary);

  /* ═══ Градиенты ═══ */
  --gradient-main:        linear-gradient(135deg, #00d4ff 0%, #7c5cff 100%);
  --gradient-card:        linear-gradient(135deg, #12122b 0%, #1a1a3e 100%);
  --gradient-hero:        linear-gradient(135deg, #0a0a1a 0%, #0f0f2a 50%, #141432 100%);
  --gradient-primary:     linear-gradient(135deg, #00d4ff 0%, #7c5cff 100%);
  --gradient-button:      linear-gradient(135deg, #00d4ff 0%, #5b3fd9 100%);
  --gradient-button-hover: linear-gradient(135deg, #5ce5ff 0%, #7c5cff 100%);
  --gradient-card-hover:  linear-gradient(135deg, rgba(0, 212, 255, 0.08) 0%, rgba(124, 92, 255, 0.08) 100%);
  --gradient-text:        linear-gradient(135deg, #00d4ff 0%, #7c5cff 50%, #00d4ff 100%);
  --gradient-glow:        radial-gradient(circle, rgba(0, 212, 255, 0.25) 0%, transparent 70%);
  --gradient-hero-bg:     radial-gradient(ellipse at 50% 0%, rgba(0, 212, 255, 0.15) 0%, transparent 60%),
                          radial-gradient(ellipse at 80% 50%, rgba(124, 92, 255, 0.1) 0%, transparent 50%);

  /* ═══ Текст (Text) ═══ */
  --text-primary:         #ffffff;
  --text-secondary:       #a0a0b8;
  --text-muted:           #6b6b8a;
  --text-tertiary:        #4a4a6a;

  /* ═══ Бордеры (Borders) ═══ */
  --border-color:         rgba(255, 255, 255, 0.08);
  --border-hover:         rgba(255, 255, 255, 0.15);
  --border-default:       rgba(255, 255, 255, 0.08);
  --border-active:        rgba(0, 212, 255, 0.4);
  --border-radius-sm:     8px;
  --border-radius-md:     12px;
  --border-radius-lg:     16px;
  --border-radius-xl:     24px;
  --border-radius-full:   9999px;

  /* ═══ Тени ═══ */
  --shadow-glow:          0 0 30px rgba(0, 212, 255, 0.15);
  --shadow-card:          0 4px 24px rgba(0, 0, 0, 0.4);
  --shadow-hover:         0 8px 40px rgba(0, 212, 255, 0.2);

  /* ═══ Типографика ═══ */
  --font-main:            'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-sans:            'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-mono:            'JetBrains Mono', 'SF Mono', 'Fira Code', Consolas, monospace;
  --text-xs:    0.75rem;
  --text-sm:    0.875rem;
  --text-base:  1rem;
  --text-lg:    1.125rem;
  --text-xl:    1.25rem;
  --text-2xl:   1.5rem;
  --text-3xl:   2rem;
  --text-4xl:   2.5rem;
  --text-5xl:   3.5rem;
  --text-hero:  4.5rem;
  --leading-tight:   1.2;
  --leading-snug:    1.4;
  --leading-normal:  1.6;
  --leading-relaxed: 1.75;
  --tracking-tight:  -0.02em;
  --tracking-normal:  0;
  --tracking-wide:    0.05em;
  --font-regular:  400;
  --font-medium:   500;
  --font-semibold: 600;
  --font-bold:     700;

  /* ═══ Spacing (8px base) ═══ */
  --space-1:   4px;
  --space-2:   8px;
  --space-3:   12px;
  --space-4:   16px;
  --space-5:   20px;
  --space-6:   24px;
  --space-8:   32px;
  --space-10:  40px;
  --space-12:  48px;
  --space-16:  64px;
  --space-20:  80px;
  --space-24:  96px;
  --space-32:  128px;

  /* ═══ Кнопки ═══ */
  --btn-height-sm:   36px;
  --btn-height-md:   44px;
  --btn-height-lg:   52px;
  --btn-transition:  all 0.2s cubic-bezier(0.4, 0, 0.2, 1);

  /* ═══ Анимации ═══ */
  --duration-fast:    150ms;
  --duration-base:    200ms;
  --duration-slow:    300ms;
  --duration-slower:  500ms;
  --duration-entrance: 600ms;
  --ease-default:     cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out:         cubic-bezier(0, 0, 0.2, 1);
  --ease-spring:      cubic-bezier(0.34, 1.56, 0.64, 1);

  /* ═══ Старые переменные (совместимость) ═══ */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-sans);
  background: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* SCROLLBAR */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-primary); }
::-webkit-scrollbar-thumb { background: var(--color-primary); border-radius: 3px; }

/* ============================================
   ANIMATIONS (Brandbook)
   ============================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.animate-fade-up {
  animation: fadeUp var(--duration-entrance) var(--ease-out) both;
}

@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 20px rgba(0, 212, 255, 0.2); }
  50%      { box-shadow: 0 0 40px rgba(0, 212, 255, 0.4); }
}
.animate-glow {
  animation: glowPulse 3s ease-in-out infinite;
}

@keyframes shimmer {
  from { background-position: -200% 0; }
  to   { background-position: 200% 0; }
}
.animate-shimmer {
  background: linear-gradient(90deg, var(--bg-card) 25%, var(--bg-elevated) 50%, var(--bg-card) 75%);
  background-size: 200% 100%;
  animation: shimmer 2s linear infinite;
}

@keyframes gradientShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
}
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); }
h4 { font-size: 1.1rem; }

.gradient-text {
  background: var(--gradient-text);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 4s ease-in-out infinite;
}

/* Brandbook: price with mono font */
.price {
  font-family: var(--font-mono);
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  color: var(--text-primary);
}

/* ============================================
   LAYOUT HELPERS
   ============================================ */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-6);
}
.section { padding: var(--space-20) 0; }
.section-sm { padding: 50px 0; }
.section-header { text-align: center; margin-bottom: var(--space-16); }
.section-header p { color: var(--text-secondary); margin-top: var(--space-3); font-size: 1.1rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.section-tag {
  display: inline-block;
  padding: 6px 16px;
  background: var(--color-primary-muted);
  border: 1px solid var(--border-active);
  border-radius: var(--border-radius-full);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  margin-bottom: var(--space-4);
}
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--space-6); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-6); }
.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.gap-8 { gap: 8px; }
.gap-12 { gap: 12px; }
.gap-16 { gap: 16px; }
.text-center { text-align: center; }
.mt-8 { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mt-40 { margin-top: 40px; }

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--border-radius-full);
  font-size: 0.95rem;
  font-weight: var(--font-semibold);
  transition: var(--btn-transition);
  white-space: nowrap;
}
.btn-primary {
  background: var(--gradient-button);
  color: white;
  box-shadow: 0 4px 20px rgba(0, 212, 255, 0.3);
}
.btn-primary:hover {
  background: var(--gradient-button-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 212, 255, 0.4);
}
.btn-secondary {
  background: transparent;
  color: var(--text-primary);
  border: 1px solid var(--border-default);
}
.btn-secondary:hover {
  border-color: var(--border-hover);
  background: var(--bg-surface-hover);
}
.btn-outline {
  background: transparent;
  color: var(--color-primary);
  border: 1px solid rgba(0, 212, 255, 0.3);
}
.btn-outline:hover {
  background: var(--color-primary-muted);
  border-color: var(--color-primary);
}
.btn-lg { padding: 18px 36px; font-size: 1.05rem; }
.btn-sm { padding: 10px 20px; font-size: 0.85rem; }
.btn-icon { width: 44px; height: 44px; padding: 0; border-radius: var(--border-radius-md); }

/* ============================================
   HEADER / NAVIGATION
   ============================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 0;
  transition: var(--transition);
}
.header.scrolled {
  background: rgba(10, 10, 26, 0.92);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-default);
  padding: 8px 0;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.logo-icon {
  width: 36px;
  height: 36px;
  background: var(--gradient-primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
.logo span { background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  padding: 8px 14px;
  border-radius: var(--border-radius-sm);
  font-size: 0.9rem;
  color: var(--text-secondary);
  transition: var(--transition);
  font-weight: var(--font-medium);
}
.nav a:hover, .nav a.active { color: var(--text-primary); background: var(--bg-surface-hover); }
.nav-cta { margin-left: 8px; }
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  cursor: pointer;
  border-radius: var(--border-radius-sm);
}
.hamburger span {
  width: 22px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: var(--transition);
  display: block;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 10, 26, 0.98);
  backdrop-filter: blur(20px);
  z-index: 999;
  padding: 32px 20px;
  flex-direction: column;
  gap: 8px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  padding: 16px;
  border-radius: var(--border-radius-md);
  font-size: 1.05rem;
  font-weight: var(--font-semibold);
  color: var(--text-secondary);
  border: 1px solid transparent;
  transition: var(--transition);
}
.mobile-menu a:hover { color: var(--text-primary); border-color: var(--border-default); background: var(--color-primary-muted); }
.mobile-menu .btn-primary { text-align: center; margin-top: 16px; }

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: var(--gradient-hero);
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  animation: float 8s ease-in-out infinite;
}
.hero-orb-1 {
  width: 600px; height: 600px;
  background: var(--color-primary);
  top: -200px; right: -100px;
}
.hero-orb-2 {
  width: 400px; height: 400px;
  background: var(--color-accent);
  bottom: -100px; left: -50px;
  animation-delay: -4s;
}
@keyframes float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-30px) scale(1.05); }
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(0, 212, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 212, 255, 0.05) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: var(--color-primary-muted);
  border: 1px solid var(--border-active);
  border-radius: var(--border-radius-full);
  font-size: 0.85rem;
  font-weight: var(--font-semibold);
  color: var(--color-primary);
  margin-bottom: var(--space-6);
}
.hero-badge-dot { width: 8px; height: 8px; background: var(--color-primary); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero h1 { margin-bottom: var(--space-6); }
.hero-sub {
  font-size: 1.2rem;
  color: var(--text-secondary);
  margin-bottom: var(--space-10);
  max-width: 600px;
  line-height: var(--leading-relaxed);
}
.hero-actions { display: flex; gap: var(--space-4); flex-wrap: wrap; margin-bottom: var(--space-16); }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  width: 100%;
}
.hero-stat {
  text-align: center;
}
.hero-stat strong {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-stat span { font-size: 0.85rem; color: var(--text-muted); }

/* ============================================
   CARDS
   ============================================ */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius-lg);
  padding: var(--space-6);
  transition: var(--btn-transition);
}
.card:hover {
  border-color: var(--border-hover);
  background: var(--gradient-card-hover), var(--bg-card);
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

/* Card with glow effect (Brandbook) */
.card-glow {
  position: relative;
}
.card-glow::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: var(--gradient-primary);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.card-glow:hover::before {
  opacity: 1;
}

/* EMPLOYEE CARDS */
.employee-card {
  background: var(--gradient-card);
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius-lg);
  padding: 28px;
  transition: var(--btn-transition);
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.employee-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--gradient-primary);
  opacity: 0;
  transition: var(--transition);
}
.employee-card:hover::before { opacity: 1; }
.employee-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-6px);
  box-shadow: var(--shadow-hover);
}
.employee-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  position: relative;
}
.employee-avatar::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: var(--gradient-primary);
  z-index: -1;
  opacity: 0.6;
}
.employee-card h3 { margin-bottom: 8px; font-size: 1.15rem; }
.employee-card .role {
  font-size: 0.8rem;
  color: var(--color-primary);
  font-weight: var(--font-semibold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  margin-bottom: 12px;
}
.employee-card p { color: var(--text-secondary); font-size: 0.9rem; margin-bottom: 20px; flex: 1; }
.employee-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
  margin-bottom: 20px;
}
.skill-tag {
  padding: 4px 10px;
  background: var(--color-primary-muted);
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: var(--border-radius-full);
  font-size: 0.75rem;
  color: var(--text-secondary);
}

/* ============================================
   FEATURE SECTIONS
   ============================================ */
.features-list { display: flex; flex-direction: column; gap: 16px; }
.feature-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  background: rgba(18, 18, 43, 0.5);
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius-md);
  transition: var(--transition);
}
.feature-item:hover { border-color: var(--border-hover); background: rgba(18, 18, 43, 0.8); }
.feature-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: var(--border-radius-md);
  background: var(--color-primary-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.feature-text h4 { margin-bottom: 4px; }
.feature-text p { color: var(--text-secondary); font-size: 0.9rem; }

/* HOW IT WORKS */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; position: relative; }
.steps::before {
  content: '';
  position: absolute;
  top: 40px;
  left: calc(16.67% + 24px);
  right: calc(16.67% + 24px);
  height: 1px;
  background: var(--gradient-primary);
  opacity: 0.3;
}
.step { text-align: center; }
.step-number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0 auto 20px;
  box-shadow: 0 0 30px rgba(0, 212, 255, 0.3);
}
.step h3 { margin-bottom: 8px; }
.step p { color: var(--text-secondary); font-size: 0.9rem; }

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); }
.testimonial-card {
  background: var(--gradient-card);
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius-lg);
  padding: 28px;
  transition: var(--transition);
}
.testimonial-card:hover { border-color: var(--border-hover); box-shadow: var(--shadow-card); }
.testimonial-stars { color: #F59E0B; margin-bottom: 16px; font-size: 1.1rem; }
.testimonial-text { color: var(--text-secondary); font-size: 0.95rem; line-height: var(--leading-relaxed); margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
}
.author-info strong { display: block; font-size: 0.9rem; }
.author-info span { font-size: 0.8rem; color: var(--text-muted); }

/* ============================================
   PRICING
   ============================================ */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); align-items: start; }
.pricing-card {
  background: var(--gradient-card);
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius-xl);
  padding: 36px;
  transition: var(--transition);
}
.pricing-card.featured {
  border-color: var(--border-active);
  background: linear-gradient(135deg, #12122b 0%, #1a1a3e 100%);
  box-shadow: 0 0 40px rgba(0, 212, 255, 0.15);
  transform: scale(1.03);
}
.pricing-badge {
  display: inline-block;
  padding: 4px 14px;
  background: var(--gradient-primary);
  border-radius: var(--border-radius-full);
  font-size: 0.75rem;
  font-weight: 700;
  color: white;
  margin-bottom: 16px;
}
.pricing-name { font-size: 1.1rem; color: var(--text-secondary); margin-bottom: 8px; }
.pricing-price {
  font-size: 2.5rem;
  font-weight: 800;
  font-family: var(--font-mono);
  margin-bottom: 4px;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.pricing-period { font-size: 0.85rem; color: var(--text-muted); margin-bottom: var(--space-6); }
.pricing-features { display: flex; flex-direction: column; gap: 12px; margin-bottom: var(--space-8); }
.pricing-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-secondary);
}
.pricing-feature::before { content: '✓'; color: var(--color-success); font-weight: 700; }

/* ============================================
   COMPARISON TABLE
   ============================================ */
.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--border-radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-default);
}
.comparison-table th {
  padding: 16px 24px;
  text-align: left;
  background: var(--color-primary-muted);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-primary);
  border-bottom: 1px solid var(--border-default);
}
.comparison-table td {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(0, 212, 255, 0.08);
  font-size: 0.9rem;
  color: var(--text-secondary);
}
.comparison-table tr:last-child td { border-bottom: none; }
.comparison-table tr:hover td { background: rgba(0, 212, 255, 0.04); }
.comparison-table .ai-value { color: var(--color-success); font-weight: var(--font-semibold); }
.comparison-table .human-value { color: var(--text-muted); }

/* ============================================
   CASES
   ============================================ */
.case-card {
  background: var(--gradient-card);
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius-lg);
  padding: 32px;
  transition: var(--transition);
}
.case-card:hover { border-color: var(--border-hover); transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.case-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: var(--border-radius-full);
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.case-company { font-size: 1.2rem; font-weight: 700; margin-bottom: 8px; }
.case-desc { color: var(--text-secondary); font-size: 0.9rem; margin-bottom: var(--space-6); }
.case-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.case-metric strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  font-family: var(--font-mono);
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.case-metric span { font-size: 0.8rem; color: var(--text-muted); }

/* ============================================
   EMPLOYEE PAGE HERO
   ============================================ */
.emp-hero {
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
}
.emp-hero-content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
}
.emp-avatar-large {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  position: relative;
  flex-shrink: 0;
}
.emp-avatar-large::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: var(--gradient-primary);
  z-index: -1;
}
.emp-avatar-large::after {
  content: '';
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: var(--gradient-primary);
  z-index: -2;
  opacity: 0.2;
  animation: pulse-ring 3s ease-in-out infinite;
}
@keyframes pulse-ring {
  0%, 100% { transform: scale(1); opacity: 0.2; }
  50% { transform: scale(1.08); opacity: 0.1; }
}
.emp-meta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 20px; }
.emp-badge {
  padding: 6px 14px;
  border-radius: var(--border-radius-full);
  font-size: 0.8rem;
  font-weight: var(--font-semibold);
}
.emp-badge-online { background: rgba(0, 230, 138, 0.15); color: var(--color-success); border: 1px solid rgba(0, 230, 138, 0.3); }
.emp-badge-type { background: var(--color-primary-muted); color: var(--color-primary); border: 1px solid rgba(0, 212, 255, 0.2); }
.emp-title { font-size: clamp(1.8rem, 4vw, 3rem); margin-bottom: 8px; }
.emp-subtitle { color: var(--color-primary); font-size: 1.05rem; font-weight: var(--font-semibold); margin-bottom: 16px; }
.emp-desc { color: var(--text-secondary); font-size: 1.05rem; margin-bottom: 28px; line-height: var(--leading-relaxed); }
.emp-price-block {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 28px;
}
.emp-price {
  font-size: 2rem;
  font-weight: 800;
  font-family: var(--font-mono);
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.emp-price-period { color: var(--text-muted); font-size: 0.9rem; }

/* ============================================
   INFO BLOCKS
   ============================================ */
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
}
.info-block {
  background: var(--gradient-card);
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius-lg);
  padding: 28px;
}
.info-block h3 { margin-bottom: 20px; font-size: 1.1rem; }

/* ============================================
   STATS ROW
   ============================================ */
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6);
}
.stat-block {
  text-align: center;
  padding: 28px;
  background: var(--gradient-card);
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius-lg);
  transition: var(--transition);
}
.stat-block:hover { border-color: var(--border-hover); }
.stat-block strong {
  font-size: 3rem;
  display: block;
  font-size: 3.5rem;
  font-weight: 800;
  font-family: var(--font-mono);
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
}
.stat-block span { font-size: 0.85rem; color: var(--text-muted); }

/* ============================================
   FAQ
   ============================================ */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--gradient-card);
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius-md);
  overflow: hidden;
  transition: var(--transition);
}
.faq-item.open { border-color: var(--border-active); }
.faq-question {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: var(--font-semibold);
  font-size: 0.95rem;
  gap: 16px;
}
.faq-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  background: var(--color-primary-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  font-size: 1rem;
  color: var(--color-primary);
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--color-primary); color: white; }
.faq-answer { padding: 0 24px; max-height: 0; overflow: hidden; transition: all 0.35s ease; color: var(--text-secondary); font-size: 0.9rem; line-height: var(--leading-relaxed); }
.faq-item.open .faq-answer { max-height: 300px; padding: 0 24px 20px; }

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
  padding: var(--space-20) 0;
  position: relative;
  overflow: hidden;
}
.cta-box {
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.1) 0%, rgba(124, 92, 255, 0.1) 100%);
  border: 1px solid var(--border-active);
  border-radius: var(--border-radius-xl);
  padding: 60px;
  text-align: center;
  position: relative;
}
.cta-box::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--border-radius-xl);
  background: radial-gradient(ellipse at center, rgba(0, 212, 255, 0.1) 0%, transparent 70%);
}
.cta-box h2 { margin-bottom: 16px; }
.cta-box p { color: var(--text-secondary); font-size: 1.05rem; margin-bottom: 32px; }
.cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--bg-secondary);
  border-top: 1px solid var(--border-default);
  padding: 60px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-brand p { color: var(--text-muted); font-size: 0.9rem; margin-top: 0; margin-bottom: 20px; line-height: var(--leading-normal); }
.footer-social { display: flex; gap: 12px; }
.social-btn {
  width: 40px;
  height: 40px;
  border-radius: var(--border-radius-sm);
  background: var(--bg-surface);
  border: 1px solid var(--border-default);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: var(--transition);
}
.social-btn:hover { background: var(--color-primary-muted); border-color: var(--color-primary); }
.footer-col h4 { font-size: 0.9rem; font-weight: 700; margin-bottom: 16px; color: var(--text-primary); }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { color: var(--text-muted); font-size: 0.85rem; transition: var(--transition); }
.footer-col ul li a:hover { color: var(--text-secondary); }
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid var(--border-default);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-legal { font-size: 0.8rem; color: var(--text-muted); }
.footer-legal a { color: var(--text-secondary); }
.footer-legal a:hover { color: var(--text-primary); }

/* ============================================
   COOKIE BANNER
   ============================================ */
.cookie-banner {
  position: fixed;
  bottom: 180px;
  left: 50%;
  transform: translateX(-50%) translateY(120px); opacity: 0; pointer-events: none; visibility: hidden;
  transition: transform 0.4s ease, opacity 0.4s ease;
  max-width: 560px;
  width: calc(100% - 40px);
  background: rgba(15, 15, 42, 0.97);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 212, 255, 0.2);
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 99999;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
}
.cookie-banner.show { transform: translateX(-50%) translateY(0); opacity: 1; pointer-events: auto; visibility: visible; animation: cookiePulse 2s ease-in-out 3; }
@keyframes cookiePulse {
  0%, 100% { box-shadow: 0 4px 24px rgba(0,212,255,0.15); }
  50% { box-shadow: 0 4px 32px rgba(0,212,255,0.5), 0 0 12px rgba(0,212,255,0.3); }
}
body.cookie-visible { padding-bottom: 0; }
.cookie-text { flex: 1; font-size: 0.85rem; color: var(--text-secondary); line-height: 1.5; }
.cookie-text a { color: var(--color-primary); }
.cookie-actions { display: flex; gap: 8px; flex-shrink: 0; }

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
[data-aos] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
[data-aos="fade-up"] { opacity: 0; transform: translateY(30px); }
[data-aos="fade-right"] { opacity: 0; transform: translateX(-30px); }
[data-aos="fade-left"] { opacity: 0; transform: translateX(30px); }
[data-aos="zoom-in"] { opacity: 0; transform: scale(0.9); }
[data-aos].aos-animate { opacity: 1; transform: none; }

/* ============================================
   BREADCRUMB
   ============================================ */
.breadcrumb {
  padding: 100px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-muted);
}
.breadcrumb a { color: var(--text-muted); transition: var(--transition); }
.breadcrumb a:hover { color: var(--text-secondary); }
.breadcrumb span { color: var(--text-secondary); }

/* ============================================
   FORM
   ============================================ */
.form-group { margin-bottom: 20px; }
.form-label { display: block; font-size: 0.85rem; font-weight: var(--font-semibold); color: var(--text-secondary); margin-bottom: 8px; }
.form-input, .form-textarea, .form-select {
  width: 100%;
  padding: 14px 16px;
  background: var(--bg-tertiary);
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius-md);
  color: var(--text-primary);
  font-family: var(--font-sans);
  font-size: 0.95rem;
  transition: var(--transition);
  outline: none;
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  border-color: var(--color-primary);
  background: var(--bg-tertiary);
  box-shadow: 0 0 0 3px var(--color-primary-muted);
}
.form-textarea { resize: vertical; min-height: 120px; }
.form-select option { background: var(--bg-secondary); }
.form-success {
  padding: 16px;
  background: rgba(0, 230, 138, 0.12);
  border: 1px solid rgba(0, 230, 138, 0.3);
  border-radius: var(--border-radius-md);
  color: var(--color-success);
  font-size: 0.9rem;
  margin-top: 16px;
  display: none;
}

/* ============================================
   PAGE-SPECIFIC HIGHLIGHTS
   ============================================ */
.highlight-box {
  padding: 20px 24px;
  border-radius: var(--border-radius-md);
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.highlight-box.info { background: rgba(0, 212, 255, 0.1); border: 1px solid rgba(0, 212, 255, 0.2); }
.highlight-box.success { background: rgba(0, 230, 138, 0.1); border: 1px solid rgba(0, 230, 138, 0.2); }
.highlight-box.warning { background: rgba(255, 184, 0, 0.1); border: 1px solid rgba(255, 184, 0, 0.2); }
.highlight-icon { font-size: 1.3rem; margin-top: 2px; }
.highlight-text h4 { font-size: 0.95rem; margin-bottom: 4px; }
.highlight-text p { font-size: 0.85rem; color: var(--text-secondary); }

/* ============================================
   ABOUT PAGE
   ============================================ */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); }
.team-card {
  background: var(--gradient-card);
  border: 1px solid var(--border-default);
  border-radius: var(--border-radius-lg);
  padding: 32px;
  text-align: center;
  transition: var(--transition);
}
.team-card:hover { border-color: var(--border-hover); transform: translateY(-4px); }
.team-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 16px;
}
.team-name { font-size: 1.1rem; margin-bottom: 4px; }
.team-role { color: var(--color-primary); font-size: 0.85rem; font-weight: var(--font-semibold); margin-bottom: 12px; }
.team-bio { color: var(--text-secondary); font-size: 0.85rem; line-height: var(--leading-normal); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card.featured { transform: none; }
}

@media (max-width: 768px) {
  .nav { display: none; }
  .hamburger { display: flex; }
  h1 { font-size: 1.9rem; }
  h2 { font-size: 1.5rem; }
  .section { padding: 60px 0; }
  .hero-stats { gap: 24px; }
  .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps::before { display: none; }
  .info-grid { grid-template-columns: 1fr; }
  .emp-hero-content { grid-template-columns: 1fr; }
  .emp-avatar-large { margin: 0 auto; }
  .case-metrics { grid-template-columns: repeat(3, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .cta-box { padding: 36px 24px; }
  .cta-actions { flex-direction: column; align-items: center; }
  .container { padding: 0 var(--space-4); }
  .price { font-size: var(--text-2xl); }
}

@media (max-width: 480px) {
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .case-metrics { grid-template-columns: 1fr; }
  .hero-stat strong { font-size: 1.4rem; }
  .emp-avatar-large { width: 140px; height: 140px; font-size: 3.5rem; }
}

/* Mobile comparison table fix */
@media (max-width: 768px) {
  .comparison-table { font-size: 0.8rem; display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .comparison-table th, .comparison-table td { padding: 12px 10px; white-space: nowrap; min-width: 100px; }
  .comparison-table th:first-child, .comparison-table td:first-child { position: sticky; left: 0; background: var(--bg-card); z-index: 1; min-width: 90px; white-space: normal; }
  .comparison-table thead th:first-child { background: var(--bg-elevated); }
}

/* Hero stats grid fix - mobile */
@media (max-width: 768px) {
  .hero-stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 24px;
    background: var(--bg-card);
    border: 1px solid var(--border-default);
    border-radius: var(--border-radius-lg);
  }
  .hero-stat {
    text-align: center;
    padding: 8px 0;
  }
  .hero-stat strong {
    font-size: 1.6rem !important;
  }
  .hero-stat span {
    font-size: 0.8rem;
    display: block;
    margin-top: 4px;
  }
}

/* Stats block - bigger numbers on mobile */
@media (max-width: 768px) {
  .stat-block strong {
  font-size: 3rem;
    font-size: 3.5rem !important;
    margin-bottom: 8px;
  }
  .stat-block span {
    font-size: 0.85rem;
  }
  .stat-block {
    padding: 24px 16px;
  }
}

/* ALL big numbers bigger on mobile */
@media (max-width: 768px) {
  .hero-stat strong {
    font-size: 2.4rem !important;
  }
  .stat-block strong {
  font-size: 3rem;
    font-size: 3.5rem !important;
  }
  .pricing-price {
    font-size: 2.2rem !important;
  }
  .section-title, h2 {
    font-size: 1.6rem !important;
  }
}

/* Force big numbers in stat blocks - target span inside strong */
.stat-block strong span,
.stat-block strong {
  font-size: 3.5rem !important;
  font-weight: 800 !important;
  display: block !important;
}
@media (max-width: 768px) {
  .stat-block strong span,
  .stat-block strong {
    font-size: 3rem !important;
  }
}

/* Logo in header - constrain size */
.header .logo img {
  height: 54px !important;
  width: auto !important;
  max-height: 54px !important;
  object-fit: contain;
}
.footer .logo img {
  height: 32px !important;
  width: auto !important;
}

/* Logo alignment fix */
.header .logo {
  display: flex !important;
  align-items: center !important;
}

/* Nav CTA button - better contrast */
.nav-cta {
  background: linear-gradient(135deg, #0066ff 0%, #7c3aed 100%) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

/* Remove logo background box, make logo bigger */
.logo-icon {
  background: none !important;
  border-radius: 0 !important;
  width: auto !important;
  height: auto !important;
}
.header .logo img {
  height: 54px !important;
  max-height: 54px !important;
}

/* Fix: chat widget container should not affect page flow */
#chat-widget-container { position: fixed; bottom: 0; right: 0; z-index: 9999; pointer-events: none; }
#chat-widget-container > * { pointer-events: auto; }
