/* ============================================
   HandyRocky Landing Page - Design System v2.0
   Bold Modern + Authentic Gritty + Cutting-edge
   ============================================ */

/* ============================================
   Design Tokens
   ============================================ */
:root {
  /* Primary Palette - Industrial Tool Brand */
  --color-primary: #0063dc;
  --color-primary-hover: #0052b8;
  --color-primary-active: #004294;
  --color-accent: #ffe000;
  --color-accent-hover: #e6c900;
  --color-accent-active: #ccb000;
  
  /* Neutral Scale - Hard Industrial */
  --color-bg: #0a0a0a;
  --color-bg-elevated: #141414;
  --color-bg-card: #1a1a1a;
  --color-text: #f5f5f5;
  --color-text-muted: #a0a0a0;
  --color-text-subtle: #666666;
  --color-border: #333333;
  --color-border-subtle: #1f1f1f;
  
  /* Industrial Signal Colors */
  --color-signal-yellow: #ffe000;
  --color-signal-green: #00c853;
  --color-signal-red: #ff1744;
  
  /* Typography */
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Source Sans 3', sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
  
  /* Font Sizes - Bold Scale */
  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --text-xl: 20px;
  --text-2xl: 28px;
  --text-3xl: 36px;
  --text-4xl: 48px;
  --text-5xl: 64px;
  --text-6xl: 80px;
  
  /* Spacing - Aggressive Scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --space-10: 128px;
  
  /* Layout - Sharp Industrial */
  --max-width: 1280px;
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  
  /* Shadows - Hard & Solid */
  --shadow-sm: 2px 2px 0 rgba(0, 0, 0, 0.8);
  --shadow-md: 4px 4px 0 rgba(0, 0, 0, 0.8);
  --shadow-lg: 6px 6px 0 rgba(0, 0, 0, 0.8);
  --shadow-glow: none;
  
  /* Transitions - Hard Mechanical */
  --transition-fast: 100ms linear;
  --transition-base: 150ms linear;
  --transition-slow: 200ms linear;
}

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

html {
  scroll-behavior: smooth;
}

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

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

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

a:hover {
  color: #60A5FA;
}

/* ============================================
   Typography - Bold & Dramatic
   ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1.1;
  color: var(--color-text);
  letter-spacing: -0.02em;
  text-wrap: balance;
}

h1 {
  font-size: var(--text-5xl);
  line-height: 1;
}

h2 {
  font-size: var(--text-4xl);
  line-height: 1.1;
}

h3 {
  font-size: var(--text-2xl);
  line-height: 1.2;
}

p {
  margin-bottom: var(--space-4);
}

.text-gradient {
  color: var(--color-accent);
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: none;
}

.text-accent {
  color: var(--color-accent);
}

.text-muted {
  color: var(--color-text-muted);
}

.text-subtle {
  color: var(--color-text-subtle);
}

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

/* ============================================
   Industrial Texture Backgrounds
   ============================================ */
.texture-grid {
  position: relative;
}

.texture-grid::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
  z-index: 0;
}

.texture-noise {
  position: relative;
}

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

.texture-dot {
  position: relative;
}

.texture-dot::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 0;
}

/* Metal scratch texture - gritty industrial feel */
.texture-metal {
  position: relative;
}

.texture-metal::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400'%3E%3Cfilter id='rough'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.03' numOctaves='5' result='noise'/%3E%3CfeDiffuseLighting in='noise' lighting-color='%23ffffff' surfaceScale='1'%3E%3CfeDistantLight azimuth='45' elevation='60'/%3E%3C/feDiffuseLighting%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23rough)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}

/* Caution stripes - industrial safety accent */
.caution-strip {
  height: 8px;
  background: repeating-linear-gradient(
    45deg,
    var(--color-signal-yellow),
    var(--color-signal-yellow) 12px,
    var(--color-bg-elevated) 12px,
    var(--color-bg-elevated) 24px
  );
  border-top: 2px solid var(--color-signal-yellow);
  border-bottom: 2px solid var(--color-signal-yellow);
}

/* ============================================
   Layout Containers
   ============================================ */
.container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-5);
  position: relative;
  z-index: 1;
}

.section {
  padding: var(--space-10) 0;
  position: relative;
}

@media (max-width: 767px) {
  .section {
    padding: var(--space-8) 0;
  }
}

/* ============================================
   Grid System - Bold Asymmetric
   ============================================ */
.grid {
  display: grid;
  gap: var(--space-5);
}

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

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

.grid-6 {
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
}

@media (min-width: 768px) {
  .grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }
  
  .grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .grid-6 {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   Placeholder Components - Industrial Style
   ============================================ */
.img-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--color-bg-elevated);
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-subtle);
  font-size: var(--text-xs);
  letter-spacing: 0.1em;
  font-family: var(--font-mono);
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.img-placeholder::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 10px,
      rgba(255,255,255,0.02) 10px,
      rgba(255,255,255,0.02) 20px
    );
}

.img-placeholder.square {
  aspect-ratio: 1/1;
}

.img-placeholder.portrait {
  aspect-ratio: 3/4;
}

.img-placeholder.wide {
  aspect-ratio: 21/9;
}

.icon-placeholder {
  width: 56px;
  height: 56px;
  background: var(--color-bg-elevated);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-muted);
  font-size: var(--text-xs);
  font-family: var(--font-mono);
}

/* ============================================
   Buttons - Bold & Mechanical
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-4) var(--space-6);
  font-family: var(--font-heading);
  font-size: var(--text-base);
  font-weight: 700;
  line-height: 1;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition-fast);
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, transparent 100%);
  pointer-events: none;
}

/* Primary Button - Hard Blue */
.btn-primary {
  background-color: var(--color-primary);
  color: white;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.8);
  border: 2px solid var(--color-primary);
}

.btn-primary:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.8);
  color: white;
}

.btn-primary:active {
  background-color: var(--color-primary-active);
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
}

.btn-primary:disabled,
.btn-primary.disabled {
  background-color: var(--color-text-subtle);
  border-color: var(--color-text-subtle);
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.btn-primary.loading {
  position: relative;
  color: transparent;
}

.btn-primary.loading::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Secondary Button - Outlined */
.btn-secondary {
  background-color: transparent;
  color: var(--color-text);
  border: 2px solid var(--color-border);
}

.btn-secondary:hover {
  background-color: var(--color-bg-elevated);
  border-color: var(--color-text-muted);
  color: var(--color-text);
}

/* Accent Button - Hard Yellow */
.btn-accent {
  background-color: var(--color-accent);
  color: #000;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.8);
  border: 2px solid var(--color-accent);
  font-weight: 800;
}

.btn-accent:hover {
  background-color: var(--color-accent-hover);
  border-color: var(--color-accent-hover);
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.8);
  color: #000;
}

.btn-accent:active {
  background-color: var(--color-accent-active);
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.8);
}

/* Ghost Button */
.btn-ghost {
  background: transparent;
  color: var(--color-text-muted);
  padding: var(--space-3) var(--space-4);
  border: 2px solid transparent;
}

.btn-ghost:hover {
  color: var(--color-text);
  background: var(--color-bg-elevated);
  border-color: var(--color-border);
}

.btn-lg {
  padding: var(--space-5) var(--space-7);
  font-size: var(--text-lg);
}

/* ============================================
   Forms - Industrial Dark
   ============================================ */
.form-group {
  margin-bottom: var(--space-4);
}

.form-label {
  display: block;
  font-weight: 600;
  margin-bottom: var(--space-2);
  color: var(--color-text);
  font-size: var(--text-sm);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.form-label-required::after {
  content: ' *';
  color: var(--color-accent);
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: var(--space-4);
  font-family: var(--font-body);
  font-size: var(--text-base);
  color: var(--color-text);
  background-color: var(--color-bg-elevated);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(0, 82, 204, 0.2);
}

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

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

.form-error {
  display: block;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  color: var(--color-accent);
  font-size: var(--text-sm);
  margin-top: var(--space-2);
  transition: all var(--transition-fast);
}

.form-error.visible {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.form-hint {
  color: var(--color-text-subtle);
  font-size: var(--text-sm);
  margin-top: var(--space-2);
}

/* Mac laptop screen - compact form */
@media (min-height: 700px) and (max-height: 900px) and (min-width: 1024px) {
  .form-group {
    margin-bottom: var(--space-3);
  }
  
  .form-input,
  .form-select {
    padding: var(--space-3);
    font-size: var(--text-sm);
  }
  
  .form-textarea {
    min-height: 80px;
    padding: var(--space-3);
    font-size: var(--text-sm);
  }
  
  .form-label {
    font-size: 11px;
    margin-bottom: var(--space-1);
  }
  
  .card-form {
    padding: var(--space-4);
  }
  
  .form-card-title {
    font-size: var(--text-lg);
    margin-bottom: var(--space-3);
  }
  
  .form-kicker {
    font-size: 10px;
  }
  
  .btn-lg {
    padding: var(--space-4) var(--space-5);
    font-size: var(--text-base);
  }
}

/* Checkbox */
.form-checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
}

.form-checkbox {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--color-primary);
}

.form-checkbox-label {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.5;
}

.form-checkbox-label a {
  color: var(--color-primary);
  text-decoration: underline;
}

/* ============================================
   Cards - Elevated Dark
   ============================================ */
.card {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  box-shadow: var(--shadow-lg);
}

.card-form {
  border-top: 3px solid var(--color-primary);
  position: relative;
}

.card-form::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--color-accent);
}

/* ============================================
   Trust Badges - Industrial Style
   ============================================ */
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-3);
  background: var(--color-bg-elevated);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--color-text-muted);
}

.trust-badge-icon {
  width: 18px;
  height: 18px;
  background: var(--color-signal-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--color-bg);
}

/* ============================================
   Testimonials - Dark Cards
   ============================================ */
.testimonial {
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  position: relative;
}

.testimonial::before {
  content: '"';
  position: absolute;
  top: var(--space-4);
  right: var(--space-5);
  font-family: Georgia, serif;
  font-size: 80px;
  color: var(--color-border);
  line-height: 1;
  opacity: 0.5;
}

.testimonial-quote {
  font-size: var(--text-lg);
  line-height: 1.6;
  margin-bottom: var(--space-5);
  color: var(--color-text);
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid var(--color-border);
}

.testimonial-info h4 {
  font-size: var(--text-base);
  margin-bottom: var(--space-1);
  color: var(--color-text);
}

.testimonial-info p {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  margin-bottom: 0;
}

/* ============================================
   Benefits Grid Layout
   ============================================ */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
}

@media (max-width: 991px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   Benefit Cards - Dark Mode
   ============================================ */
.benefit-card {
  padding: var(--space-6);
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
  opacity: 0;
  transition: opacity var(--transition-base);
}

.benefit-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-text-subtle);
  box-shadow: var(--shadow-lg);
}

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

.benefit-card-icon {
  margin-bottom: var(--space-4);
}

.benefit-card h3 {
  font-size: var(--text-xl);
  margin-bottom: var(--space-3);
  color: var(--color-text);
}

.benefit-card p {
  color: var(--color-text-muted);
  margin-bottom: 0;
  font-size: var(--text-base);
  line-height: 1.6;
}

/* ============================================
   Hero Benefit Card - Featured
   ============================================ */
.benefit-card--hero {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-6);
  background: linear-gradient(135deg, 
    var(--color-bg-card) 0%, 
    rgba(0, 82, 204, 0.15) 50%,
    rgba(16, 185, 129, 0.05) 100%
  );
  border-left: 4px solid var(--color-signal-green);
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .benefit-card--hero {
    grid-column: 1;
    grid-template-columns: 1fr;
  }
}

/* Shimmer effect on hero card */
.benefit-card--hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.06), 
    transparent
  );
  animation: card-shimmer 5s infinite;
}

@keyframes card-shimmer {
  0%, 80%, 100% { left: -100%; }
  40% { left: 200%; }
}

.benefit-hero-content {
  position: relative;
  z-index: 1;
}

.benefit-hero-stat {
  font-family: var(--font-heading);
  font-size: var(--text-5xl);
  font-weight: 800;
  color: var(--color-signal-green);
  line-height: 1;
  margin-bottom: var(--space-3);
}

.benefit-hero-stat .stat-counter {
  font-variant-numeric: tabular-nums;
}

.benefit-card--hero h3 {
  font-size: var(--text-2xl);
  margin-bottom: var(--space-3);
  color: var(--color-text);
}

.benefit-hero-desc {
  font-size: var(--text-lg) !important;
  color: var(--color-text-muted);
  margin-bottom: var(--space-4);
  max-width: 480px;
}

.benefit-hero-badges {
  display: flex;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.hero-badge {
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-sm);
  font-size: var(--text-xs);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.hero-badge--primary {
  background: var(--color-bg-elevated);
  color: var(--color-text-muted);
  border: 1px solid var(--color-border);
}

.hero-badge--accent {
  background: rgba(16, 185, 129, 0.15);
  color: var(--color-signal-green);
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.benefit-hero-accent {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.benefit-hero-accent::before {
  content: '✓';
  font-size: 80px;
  color: var(--color-signal-green);
  opacity: 0.15;
}

/* ============================================
   Process Steps - Industrial Timeline with Animation
   ============================================ */
.process-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: var(--space-6) 0;
  margin-top: var(--space-6);
}

/* Background track */
.process-steps::before {
  content: '';
  position: absolute;
  top: calc(var(--space-6) + 20px);
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-border);
  z-index: 0;
}

/* Animated progress bar */
.process-progress {
  position: absolute;
  top: calc(var(--space-6) + 20px);
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-accent));
  z-index: 1;
  width: 0;
  transition: width 2s ease-out;
}

.process-steps.animate .process-progress {
  width: 100%;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  flex: 1;
  opacity: 0.5;
  transition: all 0.5s ease;
}

.process-step.active {
  opacity: 1;
}

.process-step-number {
  width: 44px;
  height: 44px;
  background: var(--color-bg-card);
  border: 2px solid var(--color-border);
  color: var(--color-text-muted);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: var(--text-lg);
  margin-bottom: var(--space-3);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.process-step.active .process-step-number {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: white;
  box-shadow: 0 0 30px rgba(0, 82, 204, 0.6);
  transform: scale(1.15);
}

.process-step:hover .process-step-number {
  border-color: var(--color-primary);
  color: var(--color-primary);
  transform: scale(1.1);
}

.process-step.active:hover .process-step-number {
  transform: scale(1.2);
}

.process-step-title {
  font-weight: 700;
  font-size: var(--text-sm);
  margin-bottom: var(--space-1);
  color: var(--color-text-muted);
  transition: color 0.3s ease;
}

.process-step.active .process-step-title {
  color: var(--color-text);
}

.process-step-time {
  font-size: var(--text-xs);
  color: var(--color-text-subtle);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}

.process-step.active .process-step-time {
  color: var(--color-accent);
}

/* Process step note - additional detail */
.process-step-note {
  font-size: 11px;
  color: var(--color-text-subtle);
  line-height: 1.35;
  margin-top: var(--space-1);
  max-width: 100px;
  font-style: italic;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.3s ease;
}

.process-step.active .process-step-note,
.process-step:hover .process-step-note {
  opacity: 1;
  transform: translateY(0);
}

/* Sequential step animation */
.process-step {
  transform: translateY(20px);
  opacity: 0;
}

.process-steps.animate .process-step {
  transform: translateY(0);
  opacity: 0.5;
}

.process-steps.animate .process-step.active {
  opacity: 1;
}

@media (max-width: 991px) {
  .process-steps {
    flex-wrap: wrap;
    gap: var(--space-4);
  }
  
  .process-steps::before,
  .process-progress {
    display: none;
  }
  
  .process-step {
    flex: 0 0 calc(50% - var(--space-2));
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    padding: var(--space-4);
    border-radius: var(--radius-md);
    transform: none;
    opacity: 1;
  }
  
  .process-step.active {
    border-color: var(--color-primary);
    background: linear-gradient(135deg, var(--color-bg-card) 0%, rgba(0, 82, 204, 0.1) 100%);
  }
  
  .process-step-note {
    max-width: none;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 767px) {
  .process-step {
    flex: 0 0 100%;
  }
}
  transition: color 0.3s ease;
}

.process-step.active .process-step-title {
  color: var(--color-text);
}

.process-step-time {
  font-size: var(--text-xs);
  color: var(--color-text-subtle);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}

.process-step.active .process-step-time {
  color: var(--color-accent);
}

/* Sequential step animation */
.process-step {
  transform: translateY(20px);
  opacity: 0;
}

.process-steps.animate .process-step {
  transform: translateY(0);
  opacity: 0.5;
}

.process-steps.animate .process-step.active {
  opacity: 1;
}

@media (max-width: 991px) {
  .process-steps {
    flex-wrap: wrap;
    gap: var(--space-4);
  }
  
  .process-steps::before,
  .process-progress {
    display: none;
  }
  
  .process-step {
    flex: 0 0 calc(50% - var(--space-2));
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    padding: var(--space-4);
    border-radius: var(--radius-md);
    transform: none;
    opacity: 1;
  }
  
  .process-step.active {
    border-color: var(--color-primary);
    background: linear-gradient(135deg, var(--color-bg-card) 0%, rgba(0, 82, 204, 0.1) 100%);
  }
}

@media (max-width: 767px) {
  .process-step {
    flex: 0 0 100%;
  }
}

/* ============================================
   Stats - Large Numbers with Animation
   ============================================ */
.stat-card {
  text-align: center;
  padding: var(--space-6);
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  transition: all var(--transition-base);
}

.stat-card:hover {
  border-color: var(--color-primary);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.8);
  transform: translate(-2px, -2px);
}

.stat-number {
  font-family: var(--font-heading);
  font-size: var(--text-4xl);
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1;
  margin-bottom: var(--space-3);
  font-variant-numeric: tabular-nums;
}

.stat-number::after {
  content: '';
  display: inline-block;
}

.stat-card.reveal-scale.visible .stat-number {
  animation: stat-pulse 0.5s ease;
}

@keyframes stat-pulse {
  0% { transform: scale(0.8); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.stat-label {
  color: var(--color-text-muted);
  font-size: var(--text-base);
}

/* ============================================
   Brand Strip - Dark Header
   ============================================ */
.brand-strip {
  background: var(--color-bg-elevated);
  border-bottom: 1px solid var(--color-border);
  position: sticky;
  top: 0;
  z-index: 100;
}

.brand-strip-inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-family: var(--font-heading);
  font-size: var(--text-xl);
  color: var(--color-text);
}

.brand-logo {
  height: 32px;
  width: auto;
  display: block;
}

/* Mac laptop screen - smaller logo */
@media (min-height: 700px) and (max-height: 900px) and (min-width: 1024px) {
  .brand-logo {
    height: 28px;
  }
  
  .brand-strip-inner {
    min-height: 56px;
  }
}

.brand-dot {
  display: none;
}

.brand-meta {
  margin: 0;
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  font-family: var(--font-mono);
}

/* ============================================
   Hero Section - Bold Impact with Industrial Effects
   ============================================ */
.hero {
  padding: var(--space-7) 0;
  background: var(--color-bg);
  position: relative;
  overflow: hidden;
  min-height: auto;
  display: flex;
  align-items: center;
}

/* Mac laptop screen optimization (13-16 inch, 800-1000px height) */
@media (min-height: 700px) and (max-height: 900px) and (min-width: 1024px) {
  .hero {
    padding: var(--space-5) 0;
    min-height: 100svh;
    max-height: 100svh;
  }
  
  .hero-title {
    font-size: clamp(36px, 4vw, 56px);
  }
  
  .hero-proof {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-2);
    max-width: 100%;
  }
  
  .hero-proof li {
    padding: var(--space-2) var(--space-2);
  }
  
  .hero-proof__k {
    font-size: 1.25rem;
  }
  
  .hero-subtitle {
    font-size: var(--text-lg);
    max-width: 480px;
  }
}

/* Standard desktop screens */
@media (min-height: 901px) {
  .hero {
    min-height: 100svh;
    padding: var(--space-8) 0;
  }
}

/* Ambient gradient background */
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: 
    radial-gradient(ellipse at 70% 50%, rgba(0, 82, 204, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(255, 107, 53, 0.08) 0%, transparent 40%);
  pointer-events: none;
}

/* Scanning light beam - hard industrial */
.hero::after {
  display: none;
}

/* Floating industrial particles - disabled for cleaner look */
.hero-particles {
  display: none;
}

/* Form card - no shimmer */
.card-form {
  position: relative;
  overflow: hidden;
}

.card-form::after {
  display: none;
}

.hero-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: var(--space-6);
  align-items: start;
  position: relative;
  z-index: 1;
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  max-width: 580px;
}

/* Mac laptop screen - tighter spacing */
@media (min-height: 700px) and (max-height: 900px) and (min-width: 1024px) {
  .hero-content {
    gap: var(--space-4);
    align-items: start;
  }
  
  .hero-left {
    gap: var(--space-3);
    max-width: 520px;
  }
  
  .hero-form-wrapper {
    align-self: start;
  }
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  font-family: var(--font-mono);
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hero-eyebrow::before {
  content: '';
  width: 24px;
  height: 2px;
  background: var(--color-accent);
}

.hero-title {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.05;
  font-weight: 800;
}

.hero-subtitle {
  font-size: var(--text-xl);
  color: var(--color-text-muted);
  line-height: 1.5;
  max-width: 540px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-2);
}

.hero-form-wrapper {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: var(--space-7);
  }
  
  .hero-form-wrapper {
    justify-content: center;
  }
  
  .hero {
    padding: var(--space-7) 0;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: auto;
    padding: var(--space-6) 0;
  }
  
  .hero-form-wrapper {
    order: -1;
  }
}

/* ============================================
   Social Proof - Dark Section
   ============================================ */
.social-proof {
  background: var(--color-bg-elevated);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

/* Logo Wall - Infinite Scroll Marquee */
.logo-wall {
  overflow: hidden;
  position: relative;
  margin: var(--space-6) 0;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.logo-track {
  display: flex;
  gap: var(--space-7);
  animation: scroll-logos 25s linear infinite;
  width: max-content;
}

.logo-wall:hover .logo-track {
  animation-play-state: paused;
}

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

.logo-item {
  width: 140px;
  height: 64px;
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-xs);
  color: var(--color-text-subtle);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all var(--transition-fast);
  flex-shrink: 0;
}

.logo-item:hover {
  border-color: var(--color-text-muted);
  background: var(--color-bg);
  transform: scale(1.05);
}

.cert-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3);
  margin-top: var(--space-6);
}

.cert-badge {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-3);
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-text-muted);
}

.cert-icon {
  width: 28px;
  height: 28px;
  background: var(--color-bg);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-xs);
  font-family: var(--font-mono);
}

/* ============================================
   Benefits Section
   ============================================ */
.benefits {
  background: var(--color-bg);
}

/* ============================================
   Authority Section
   ============================================ */
.authority {
  background: var(--color-bg-elevated);
  border-top: 1px solid var(--color-border);
}

.authority-founder {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: var(--space-8);
  align-items: center;
  margin: var(--space-8) 0;
  padding: var(--space-7);
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}

.authority-quote {
  border-left: 3px solid var(--color-accent);
  padding-left: var(--space-5);
  margin: var(--space-5) 0;
  font-style: italic;
  font-size: var(--text-xl);
  color: var(--color-text);
  line-height: 1.5;
}

@media (max-width: 991px) {
  .authority-founder {
    grid-template-columns: 1fr;
    gap: var(--space-6);
  }
}

@media (max-width: 767px) {
  .authority-founder {
    padding: var(--space-5);
  }
}

/* ============================================
   CTA Section - Gradient Impact
   ============================================ */
.cta-section {
  background: linear-gradient(135deg, var(--color-primary) 0%, #003D99 50%, var(--color-bg-elevated) 100%);
  color: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse at 30% 20%, rgba(255, 107, 53, 0.2) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 80%, rgba(0, 82, 204, 0.3) 0%, transparent 50%);
  pointer-events: none;
}

.cta-section h2 {
  color: white;
  font-size: var(--text-4xl);
}

.cta-section p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-section .btn-accent {
  background: var(--color-accent);
  color: #000;
  font-size: var(--text-xl);
  padding: var(--space-5) var(--space-8);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.8);
  position: relative;
}

.cta-section .btn-accent:hover {
  background: var(--color-accent-hover);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.8);
  transform: translate(-2px, -2px);
}

.cta-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  margin-top: var(--space-5);
  flex-wrap: wrap;
}

.cta-section .btn-ghost {
  color: rgba(255, 255, 255, 0.7);
}

.cta-section .btn-ghost:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}

.cta-trust-text {
  margin-top: var(--space-6);
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--font-mono);
}

/* ============================================
   Footer
   ============================================ */
.footer {
  background: var(--color-bg);
  border-top: 1px solid var(--color-border);
  color: var(--color-text-subtle);
  padding: var(--space-6) 0;
  text-align: center;
  font-size: var(--text-sm);
}

/* ============================================
   Section Eyebrow - Industrial Label with Animation
   ============================================ */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--color-accent);
  margin-bottom: var(--space-4);
  position: relative;
}

.section-eyebrow::before {
  content: '';
  width: 0;
  height: 1px;
  background: var(--color-accent);
  transition: width 0.6s ease;
}

.reveal-up.visible .section-eyebrow::before,
.reveal-left.visible .section-eyebrow::before,
.reveal-right.visible .section-eyebrow::before {
  width: 32px;
}

/* Animated accent line */
.section-eyebrow::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  background: var(--color-accent);
  border-radius: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease 0.6s;
}

.reveal-up.visible .section-eyebrow::after,
.reveal-left.visible .section-eyebrow::after,
.reveal-right.visible .section-eyebrow::after {
  transform: translateY(-50%) scale(1);
  box-shadow: 0 0 10px var(--color-accent);
}

/* ============================================
   Utility Classes
   ============================================ */
.w-100 { width: 100%; }
.max-w-xs { max-width: 400px; }
.max-w-sm { max-width: 600px; }
.max-w-md { max-width: 720px; }
.mx-auto { margin-left: auto; margin-right: auto; }

.mt-0 { margin-top: 0; }
.mt-4 { margin-top: var(--space-4); }
.mt-6 { margin-top: var(--space-6); }
.mt-8 { margin-top: var(--space-8); }

.mb-0 { margin-bottom: 0; }
.mb-4 { margin-bottom: var(--space-4); }
.mb-6 { margin-bottom: var(--space-6); }
.mb-8 { margin-bottom: var(--space-8); }

/* ============================================
   Scroll-Triggered Reveal Animations
   ============================================ */

/* Slide up reveal */
.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Slide from left */
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.6s ease;
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Slide from right */
.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.6s ease;
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Scale reveal for stats */
.reveal-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.reveal-scale.visible {
  opacity: 1;
  transform: scale(1);
}

/* Stagger delay utilities */
[data-delay="0"] { transition-delay: 0ms; }
[data-delay="100"] { transition-delay: 100ms; }
[data-delay="200"] { transition-delay: 200ms; }
[data-delay="300"] { transition-delay: 300ms; }
[data-delay="400"] { transition-delay: 400ms; }
[data-delay="500"] { transition-delay: 500ms; }
[data-delay="600"] { transition-delay: 600ms; }

/* Legacy reveal class for compatibility */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Focus States */
:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Mobile Font Sizes */
@media (max-width: 767px) {
  :root {
    --text-5xl: 40px;
    --text-4xl: 32px;
    --text-3xl: 26px;
    --text-2xl: 22px;
  }
  
  h1 { font-size: var(--text-4xl); }
  h2 { font-size: var(--text-3xl); }
  h3 { font-size: var(--text-2xl); }
}

/* ============================================
   HERO V2 MIGRATED STYLES
   ============================================ */

/* Hero Title - Three Line Structure */
.hero-title__line {
  display: block;
}

.hero-title__line--accent {
  color: var(--color-accent);
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background: none;
}

/* Hero Proof - Data with Benchmark */
.hero-proof {
  list-style: none;
  margin: var(--space-4) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
  max-width: 42rem;
}

@media (max-width: 767px) {
  .hero-proof {
    grid-template-columns: 1fr;
  }
}

.hero-proof li {
  margin: 0;
  padding: var(--space-3) var(--space-3);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  transition: all var(--transition-fast);
}

.hero-proof li:hover {
  border-color: var(--color-accent);
  background: rgba(255, 107, 53, 0.08);
}

.hero-proof__k {
  display: block;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.5rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  color: var(--color-accent);
  line-height: 1.1;
}

.hero-proof__v {
  display: block;
  font-size: var(--text-sm);
  color: rgba(228, 228, 231, 0.85);
  margin-top: 4px;
  line-height: 1.3;
}

.hero-proof__benchmark {
  display: block;
  font-size: 11px;
  color: rgba(228, 228, 231, 0.45);
  margin-top: 4px;
  font-style: italic;
  line-height: 1.3;
}

/* Hero Scroll Hint */
.hero-scroll-hint {
  margin-top: var(--space-5);
}

.hero-scroll-hint__link {
  color: var(--color-text-muted);
  font-size: var(--text-sm);
  font-family: var(--font-mono);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  transition: all var(--transition-fast);
}

.hero-scroll-hint__link:hover {
  color: var(--color-accent);
  transform: translateY(2px);
}

/* Form Kicker */
.form-kicker {
  font-size: var(--text-xs);
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: var(--space-3);
  text-align: center;
}

/* Cinematic Background - disabled for hard industrial look */
.hero-cinematic-bg {
  display: none;
}

/* ============================================
   CERTIFICATIONS GRID
   ============================================ */
.cert-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--space-3);
  margin-bottom: var(--space-8);
}

@media (max-width: 991px) {
  .cert-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .cert-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cert-card {
  padding: var(--space-4) var(--space-3);
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  text-align: center;
  transition: all var(--transition-fast);
}

.cert-card:hover {
  border-color: var(--color-primary);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.cert-card__badge {
  display: inline-block;
  background: var(--color-primary);
  color: white;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--text-xs);
  letter-spacing: 0.06em;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: var(--space-2);
}

.cert-card__name {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: var(--text-base);
  color: var(--color-text);
  margin-bottom: 4px;
}

.cert-card__desc {
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.4;
}

/* ============================================
   TESTIMONIALS GRID
   ============================================ */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--space-6);
  align-items: start;
}

.testimonial-widget-inline {
  grid-column: 1 / -1;
  padding: var(--space-4);
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}

@media (max-width: 991px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.testimonial--video {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.testimonial-video-caption {
  padding: var(--space-4);
  background: var(--color-bg-card);
  border: 1px solid var(--color-border);
  border-top: none;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

.testimonial-video-caption h4 {
  margin: 0 0 2px;
  font-size: var(--text-base);
}

.testimonial-video-caption p {
  margin: 0;
  font-size: var(--text-sm);
  color: var(--color-text-muted);
  line-height: 1.4;
}

.testimonial-hook {
  margin-top: var(--space-2) !important;
  font-style: italic;
  color: var(--color-text) !important;
  font-size: var(--text-base) !important;
  line-height: 1.5 !important;
  border-left: 3px solid var(--color-primary);
  padding-left: var(--space-3);
}

.testimonial-detail {
  font-size: 11px;
  color: var(--color-text-subtle);
  margin-top: 2px;
}

/* ============================================
   VIDEO PLACEHOLDERS
   ============================================ */
.video-placeholder {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  border-radius: var(--radius-lg);
  overflow: hidden;
  color: #e4e4e7;
  text-align: center;
  user-select: none;
  text-decoration: none;
}

.video-placeholder--testimonial {
  aspect-ratio: 4 / 3;
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(255,255,255,0.03) 0px,
      rgba(255,255,255,0.03) 1px,
      transparent 1px,
      transparent 10px
    ),
    var(--color-bg-card);
  border: 1.5px dashed rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.video-placeholder--factory {
  aspect-ratio: 16 / 9;
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(255,255,255,0.03) 0px,
      rgba(255,255,255,0.03) 1px,
      transparent 1px,
      transparent 10px
    ),
    var(--color-bg-card);
  border: 1.5px dashed rgba(255, 255, 255, 0.2);
}

.video-placeholder__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.video-placeholder__label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: var(--text-sm);
  padding: 0 var(--space-3);
  position: relative;
  z-index: 2;
}

.video-placeholder__label strong {
  font-family: var(--font-heading);
  font-size: var(--text-base);
  color: white;
  letter-spacing: 0.02em;
}

.video-placeholder__label span {
  color: rgba(228, 228, 231, 0.6);
  font-size: 13px;
}

.video-placeholder__spec {
  font-size: 11px !important;
  color: rgba(228, 228, 231, 0.35) !important;
  font-style: italic;
}

.video-cover {
  position: relative;
}

.video-cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.video-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.2));
  z-index: 1;
}

/* ============================================
   FACTORY MEDIA GRID
   ============================================ */
.factory-media-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: var(--space-3);
  align-items: stretch;
}

.factory-video-slot {
  min-height: 200px;
}

@media (max-width: 991px) {
  .factory-media-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .factory-video-slot {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .factory-media-grid {
    grid-template-columns: 1fr;
  }
  
  .factory-video-slot {
    grid-column: 1;
  }
}

/* ============================================
   BENEFITS CARD HERO (Featured Card)
   ============================================ */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
}

@media (max-width: 991px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

.benefit-card--hero {
  grid-column: span 2;
  background: linear-gradient(135deg, 
    var(--color-bg-card) 0%, 
    rgba(0, 82, 204, 0.12) 50%,
    rgba(16, 185, 129, 0.05) 100%
  );
  border-left: 4px solid var(--color-signal-green);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-5);
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .benefit-card--hero {
    grid-column: 1;
    grid-template-columns: 1fr;
  }
}

.benefit-card--hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(255, 255, 255, 0.06), 
    transparent
  );
  animation: card-shimmer 5s infinite;
}

@keyframes card-shimmer {
  0%, 80%, 100% { left: -100%; }
  40% { left: 200%; }
}

.benefit-hero-content {
  position: relative;
  z-index: 1;
}

.benefit-hero-stat {
  font-family: var(--font-heading);
  font-size: var(--text-5xl);
  font-weight: 800;
  color: var(--color-signal-green);
  line-height: 1;
  margin-bottom: var(--space-2);
}

.benefit-hero-stat .stat-counter {
  font-variant-numeric: tabular-nums;
}

.benefit-card--hero h3 {
  font-size: var(--text-2xl);
  margin-bottom: var(--space-3);
  color: var(--color-text);
}

.benefit-hero-desc {
  font-size: var(--text-base);
  color: var(--color-text-muted);
  margin-bottom: var(--space-3);
  max-width: 480px;
}

.benefit-card__proof-tag {
  display: inline-block;
  margin-top: var(--space-3);
  padding: var(--space-2) var(--space-3);
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: var(--radius-sm);
  font-size: var(--text-xs);
  color: var(--color-signal-green);
  font-weight: 600;
  letter-spacing: 0.02em;
  font-family: var(--font-mono);
}

.benefit-hero-accent {
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-hero-accent::before {
  content: '✓';
  font-size: 100px;
  color: var(--color-signal-green);
  opacity: 0.1;
}

@media (max-width: 767px) {
  .benefit-hero-accent {
    display: none;
  }
}

/* Utility for margin top */
.mt-5 { margin-top: var(--space-5); }

/* Real media inside placeholder blocks */
.img-placeholder.real-media {
  padding: 0;
  color: transparent;
  overflow: hidden;
}

.img-placeholder.real-media::before {
  display: none;
}

.img-placeholder.real-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
