/* ==========================================================================
   Hero Illustrations - Industries
   35 Unique CSS Art Designs for Each Industry
   ========================================================================== */

/* ===== HEALTHCARE ===== */

/* Medical & Healthcare - Stethoscope with heart */
.hi-medical .hi-stethoscope {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-medical .hi-stetho-head {
  width: 60px; height: 60px; border: 8px solid #64748b;
  border-radius: 50%; position: relative;
}
.hi-medical .hi-stetho-head::before {
  content: ''; position: absolute; inset: 8px;
  background: var(--hi-secondary); border-radius: 50%;
}
.hi-medical .hi-stetho-tube {
  width: 8px; height: 80px; background: #64748b;
  margin: 0 auto; border-radius: 4px;
}
.hi-medical .hi-stetho-ears {
  display: flex; justify-content: center; gap: 40px;
}
.hi-medical .hi-stetho-ear {
  width: 12px; height: 30px; background: #64748b; border-radius: 6px;
}
.hi-medical .hi-heart {
  position: absolute; top: 15%; right: 15%; font-size: 3rem;
  color: #ef4444; animation: hi-pulse 1s ease-in-out infinite;
}
.hi-medical .hi-pulse-line {
  position: absolute; bottom: 20%; left: 10%; right: 10%;
  height: 40px; background: linear-gradient(90deg,
    transparent 0%, var(--hi-accent) 10%, var(--hi-accent) 10%,
    transparent 20%, transparent 40%, var(--hi-accent) 45%,
    var(--hi-accent) 55%, transparent 60%);
  clip-path: polygon(0% 50%, 10% 50%, 15% 20%, 20% 80%, 25% 50%,
    40% 50%, 45% 30%, 50% 70%, 55% 50%, 100% 50%);
}

/* Dental Practices - Tooth with sparkle */
.hi-dental .hi-tooth {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-dental .hi-tooth-crown {
  width: 80px; height: 60px; background: white;
  border-radius: 40px 40px 20px 20px;
  box-shadow: inset 0 -10px 20px rgba(0,0,0,0.1);
}
.hi-dental .hi-tooth-roots {
  display: flex; justify-content: center; gap: 10px; margin-top: -5px;
}
.hi-dental .hi-tooth-root {
  width: 18px; height: 40px; background: white;
  border-radius: 0 0 10px 10px;
}
.hi-dental .hi-sparkle {
  position: absolute; font-size: 1.5rem;
  animation: hi-pulse 1.5s ease-in-out infinite;
}
.hi-dental .hi-sparkle:nth-child(3) { top: 20%; right: 25%; }
.hi-dental .hi-sparkle:nth-child(4) { top: 30%; left: 20%; animation-delay: 0.3s; }
.hi-dental .hi-mirror {
  position: absolute; bottom: 15%; right: 15%;
  width: 30px; height: 80px; background: #94a3b8;
  border-radius: 15px 15px 5px 5px;
}
.hi-dental .hi-mirror::before {
  content: ''; position: absolute; top: 5px; left: 5px;
  width: 20px; height: 20px; background: #e2e8f0;
  border-radius: 50%;
}

/* Veterinary - Paw print with heart */
.hi-veterinary .hi-paw {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-veterinary .hi-paw-main {
  width: 80px; height: 70px; background: var(--hi-primary);
  border-radius: 50% 50% 60% 60%;
}
.hi-veterinary .hi-paw-toes {
  display: flex; gap: 8px; justify-content: center; margin-bottom: 10px;
}
.hi-veterinary .hi-paw-toe {
  width: 25px; height: 30px; background: var(--hi-primary);
  border-radius: 50%;
}
.hi-veterinary .hi-pet-heart {
  position: absolute; top: 10%; right: 20%;
  font-size: 2rem; color: #ef4444;
  animation: hi-pulse 1s ease-in-out infinite;
}
.hi-veterinary .hi-bone {
  position: absolute; bottom: 15%; left: 15%;
  width: 60px; height: 20px; background: #fef3c7;
  border-radius: 10px; position: relative;
}
.hi-veterinary .hi-bone::before, .hi-veterinary .hi-bone::after {
  content: ''; position: absolute; top: -8px;
  width: 20px; height: 36px; background: #fef3c7; border-radius: 10px;
}
.hi-veterinary .hi-bone::before { left: -5px; }
.hi-veterinary .hi-bone::after { right: -5px; }

/* Spas & Wellness - Lotus flower */
.hi-spa .hi-lotus {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-spa .hi-petal {
  position: absolute; width: 30px; height: 60px;
  background: linear-gradient(180deg, #f9a8d4, #ec4899);
  border-radius: 50% 50% 50% 50% / 80% 80% 20% 20%;
  transform-origin: bottom center;
}
.hi-spa .hi-petal:nth-child(1) { transform: rotate(-60deg) translateY(-30px); }
.hi-spa .hi-petal:nth-child(2) { transform: rotate(-30deg) translateY(-30px); }
.hi-spa .hi-petal:nth-child(3) { transform: rotate(0deg) translateY(-30px); }
.hi-spa .hi-petal:nth-child(4) { transform: rotate(30deg) translateY(-30px); }
.hi-spa .hi-petal:nth-child(5) { transform: rotate(60deg) translateY(-30px); }
.hi-spa .hi-lotus-center {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 30px; height: 30px; background: #fbbf24;
  border-radius: 50%; z-index: 2;
}
.hi-spa .hi-steam {
  position: absolute; top: 10%; font-size: 2rem; opacity: 0.5;
  animation: hi-float 2s ease-in-out infinite;
}
.hi-spa .hi-steam:nth-child(8) { left: 30%; }
.hi-spa .hi-steam:nth-child(9) { left: 50%; animation-delay: 0.3s; }
.hi-spa .hi-steam:nth-child(10) { left: 70%; animation-delay: 0.6s; }

/* Chiropractic - Spine alignment */
.hi-chiro .hi-spine {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-chiro .hi-vertebra {
  width: 40px; height: 20px; background: var(--hi-glass);
  border-radius: 8px; border: 2px solid rgba(255,255,255,0.3);
}
.hi-chiro .hi-vertebra:nth-child(odd) { width: 35px; }
.hi-chiro .hi-hands {
  position: absolute; display: flex; gap: 100px;
}
.hi-chiro .hi-hand {
  width: 40px; height: 50px; background: #fcd9b6;
  border-radius: 10px 10px 20px 20px;
}
.hi-chiro .hi-align-arrow {
  position: absolute; right: 15%; top: 50%;
  font-size: 2rem; color: var(--hi-accent);
  animation: hi-pulse 1s ease-in-out infinite;
}

/* Mental Health - Brain with calm waves */
.hi-mental-health .hi-brain {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100px; height: 80px; background: #f9a8d4;
  border-radius: 50% 50% 45% 45%;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-mental-health .hi-brain::before {
  content: ''; position: absolute; top: 10px; left: 45%;
  width: 4px; height: 60px; background: #ec4899;
}
.hi-mental-health .hi-brain-fold {
  position: absolute; width: 30px; height: 20px;
  border: 3px solid #ec4899; border-radius: 0 0 20px 20px;
  border-top: none;
}
.hi-mental-health .hi-brain-fold:nth-child(2) { top: 20px; left: 10px; }
.hi-mental-health .hi-brain-fold:nth-child(3) { top: 40px; left: 20px; }
.hi-mental-health .hi-brain-fold:nth-child(4) { top: 20px; right: 10px; transform: scaleX(-1); }
.hi-mental-health .hi-calm-waves {
  position: absolute; bottom: 10%; left: 10%; right: 10%;
  height: 30px;
}
.hi-mental-health .hi-calm-wave {
  position: absolute; width: 100%; height: 100%;
  border: 2px solid var(--hi-accent); border-radius: 50%;
  animation: hi-pulse 2s ease-in-out infinite;
}
.hi-mental-health .hi-calm-wave:nth-child(2) { animation-delay: 0.5s; opacity: 0.5; }

/* ===== BEAUTY ===== */

/* Hair Salons - Scissors with hair */
.hi-hair-salon .hi-scissors {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-30deg);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-hair-salon .hi-blade {
  position: absolute; width: 15px; height: 80px;
  background: linear-gradient(180deg, #94a3b8, #64748b);
  border-radius: 8px 8px 2px 2px;
}
.hi-hair-salon .hi-blade:first-child { transform: rotate(-15deg); transform-origin: bottom; }
.hi-hair-salon .hi-blade:nth-child(2) { transform: rotate(15deg); transform-origin: bottom; }
.hi-hair-salon .hi-handle {
  position: absolute; bottom: -30px; width: 30px; height: 40px;
  border: 8px solid #1a1a1a; border-radius: 50%;
}
.hi-hair-salon .hi-handle:nth-child(3) { left: -20px; }
.hi-hair-salon .hi-handle:nth-child(4) { right: -20px; }
.hi-hair-salon .hi-hair-strand {
  position: absolute; width: 4px; border-radius: 2px;
  background: linear-gradient(180deg, #92400e, #78350f);
}
.hi-hair-salon .hi-hair-strand:nth-child(5) { height: 60px; top: 10%; right: 20%; transform: rotate(10deg); }
.hi-hair-salon .hi-hair-strand:nth-child(6) { height: 70px; top: 15%; right: 25%; transform: rotate(-5deg); }
.hi-hair-salon .hi-hair-strand:nth-child(7) { height: 50px; top: 20%; right: 30%; transform: rotate(15deg); }

/* Beauty & Cosmetics - Lipstick and brush */
.hi-beauty .hi-lipstick {
  position: absolute; top: 50%; left: 40%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-beauty .hi-lip-tube {
  width: 25px; height: 80px; background: linear-gradient(180deg, #1a1a1a, #333);
  border-radius: 4px;
}
.hi-beauty .hi-lip-tip {
  width: 25px; height: 30px; background: #ef4444;
  border-radius: 4px 4px 50% 50%; margin-top: -5px;
  transform: rotate(180deg);
}
.hi-beauty .hi-brush {
  position: absolute; top: 50%; left: 60%; transform: translate(-50%, -50%) rotate(20deg);
  animation: hi-float 4s ease-in-out infinite 0.3s;
}
.hi-beauty .hi-brush-handle {
  width: 12px; height: 100px; background: linear-gradient(180deg, #fbbf24, #f59e0b);
  border-radius: 6px;
}
.hi-beauty .hi-brush-head {
  width: 30px; height: 40px; background: linear-gradient(180deg, #1a1a1a, #333);
  border-radius: 8px 8px 50% 50%; margin: -5px auto 0;
}
.hi-beauty .hi-sparkles {
  position: absolute; font-size: 1.2rem;
  animation: hi-pulse 1.5s ease-in-out infinite;
}
.hi-beauty .hi-sparkles:nth-child(5) { top: 15%; right: 20%; }
.hi-beauty .hi-sparkles:nth-child(6) { top: 25%; left: 20%; animation-delay: 0.3s; }

/* Nail Salons - Nail polish bottle */
.hi-nail-salon .hi-polish {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-nail-salon .hi-polish-cap {
  width: 30px; height: 40px; background: linear-gradient(180deg, #1a1a1a, #333);
  border-radius: 4px 4px 0 0; margin: 0 auto;
}
.hi-nail-salon .hi-polish-bottle {
  width: 50px; height: 70px; background: linear-gradient(180deg, #ec4899, #db2777);
  border-radius: 8px 8px 20px 20px;
  box-shadow: inset -10px 0 20px rgba(255,255,255,0.2);
}
.hi-nail-salon .hi-nails {
  position: absolute; bottom: 15%; right: 15%;
  display: flex; gap: 4px;
}
.hi-nail-salon .hi-nail {
  width: 12px; height: 20px; background: linear-gradient(180deg, #fcd9b6, #f5d0b6);
  border-radius: 6px 6px 50% 50%;
  border-top: 8px solid #ec4899;
}
.hi-nail-salon .hi-nail:nth-child(2) { height: 24px; }
.hi-nail-salon .hi-nail:nth-child(3) { height: 26px; }
.hi-nail-salon .hi-nail:nth-child(4) { height: 24px; }
.hi-nail-salon .hi-nail:nth-child(5) { height: 18px; }

/* Med Spas - Syringe with glow */
.hi-med-spa .hi-syringe {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-30deg);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-med-spa .hi-syringe-body {
  width: 25px; height: 100px; background: rgba(255,255,255,0.9);
  border-radius: 4px; border: 2px solid #e2e8f0;
  position: relative;
}
.hi-med-spa .hi-syringe-body::before {
  content: ''; position: absolute; bottom: 10px; left: 3px; right: 3px;
  height: 50%; background: linear-gradient(180deg, #a5f3fc, #22d3ee);
  border-radius: 2px;
}
.hi-med-spa .hi-syringe-plunger {
  width: 15px; height: 30px; background: #64748b;
  border-radius: 2px; margin: 0 auto;
}
.hi-med-spa .hi-syringe-needle {
  width: 4px; height: 30px; background: linear-gradient(180deg, #94a3b8, #64748b);
  margin: 0 auto;
}
.hi-med-spa .hi-glow-effect {
  position: absolute; inset: 20%;
  background: radial-gradient(circle, rgba(34,211,238,0.3), transparent);
  border-radius: 50%; animation: hi-pulse 2s ease-in-out infinite;
}

/* ===== PROFESSIONAL SERVICES ===== */

/* Legal & Law Firms - Scales of justice */
.hi-legal .hi-scales {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-legal .hi-scales-post {
  width: 8px; height: 100px; background: var(--hi-gold);
  margin: 0 auto; border-radius: 4px;
}
.hi-legal .hi-scales-beam {
  width: 120px; height: 8px; background: var(--hi-gold);
  border-radius: 4px; margin-top: -100px;
}
.hi-legal .hi-scales-pan {
  width: 40px; height: 25px; background: var(--hi-gold);
  border-radius: 0 0 20px 20px; position: absolute; top: 15px;
}
.hi-legal .hi-scales-pan:first-child { left: 0; }
.hi-legal .hi-scales-pan:last-child { right: 0; }
.hi-legal .hi-scales-chain {
  width: 2px; height: 20px; background: var(--hi-gold);
  position: absolute; top: -5px;
}
.hi-legal .hi-gavel {
  position: absolute; bottom: 10%; right: 15%; font-size: 2.5rem;
  transform: rotate(-20deg);
}

/* Accounting - Calculator with charts */
.hi-accounting .hi-calculator {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100px; height: 140px; background: #1a1a1a;
  border-radius: 12px; padding: 10px;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-accounting .hi-calc-screen {
  width: 100%; height: 30px; background: #a3e635;
  border-radius: 4px; margin-bottom: 10px;
  display: flex; align-items: center; justify-content: flex-end;
  padding-right: 8px; font-family: monospace; color: #1a1a1a;
}
.hi-accounting .hi-calc-buttons {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px;
}
.hi-accounting .hi-calc-btn {
  aspect-ratio: 1; background: #333; border-radius: 4px;
}
.hi-accounting .hi-calc-btn:nth-child(4n) { background: var(--hi-primary); }
.hi-accounting .hi-money {
  position: absolute; top: 10%; right: 10%; font-size: 2rem;
  color: var(--hi-accent); animation: hi-float 3s ease-in-out infinite 0.5s;
}

/* Insurance - Shield with umbrella */
.hi-insurance .hi-shield {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100px; height: 120px;
  background: linear-gradient(180deg, var(--hi-secondary), var(--hi-secondary-dark));
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-insurance .hi-shield-inner {
  position: absolute; inset: 8px;
  background: linear-gradient(180deg, var(--hi-primary), #ea580c);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex; align-items: center; justify-content: center;
}
.hi-insurance .hi-check-icon {
  font-size: 2.5rem; color: white;
}
.hi-insurance .hi-umbrella {
  position: absolute; top: 10%; right: 10%; font-size: 2.5rem;
  animation: hi-float 3s ease-in-out infinite 0.3s;
}

/* Real Estate - House with key */
.hi-real-estate .hi-house {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-real-estate .hi-roof {
  width: 0; height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-bottom: 50px solid var(--hi-primary);
  margin-bottom: -5px;
}
.hi-real-estate .hi-house-body {
  width: 120px; height: 80px; background: var(--hi-glass);
  border-radius: 0 0 8px 8px;
}
.hi-real-estate .hi-door {
  width: 30px; height: 50px; background: var(--hi-secondary);
  border-radius: 4px 4px 0 0; margin: 30px auto 0;
}
.hi-real-estate .hi-window {
  position: absolute; width: 25px; height: 25px;
  background: rgba(255,255,255,0.5); border-radius: 4px;
}
.hi-real-estate .hi-window:nth-child(4) { top: 60px; left: 15px; }
.hi-real-estate .hi-window:nth-child(5) { top: 60px; right: 15px; }
.hi-real-estate .hi-key {
  position: absolute; bottom: 10%; right: 15%; font-size: 2.5rem;
  color: var(--hi-gold); animation: hi-float 3s ease-in-out infinite 0.5s;
}

/* Professional Services - Briefcase */
.hi-professional .hi-briefcase {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 140px; height: 100px; background: #78350f;
  border-radius: 8px; position: relative;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-professional .hi-briefcase-handle {
  position: absolute; top: -15px; left: 50%; transform: translateX(-50%);
  width: 50px; height: 20px; border: 8px solid #78350f;
  border-radius: 8px 8px 0 0; border-bottom: none;
}
.hi-professional .hi-briefcase-lock {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 30px; height: 20px; background: var(--hi-gold);
  border-radius: 4px;
}
.hi-professional .hi-documents {
  position: absolute; top: -20px; right: -10px;
  width: 40px; height: 50px; background: white;
  border-radius: 4px; padding: 8px;
}
.hi-professional .hi-doc-line {
  height: 4px; background: #ddd; border-radius: 2px; margin-bottom: 4px;
}

/* ===== HOME SERVICES ===== */

/* Contractors - Hard hat with tools */
.hi-contractors .hi-hardhat {
  position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-contractors .hi-hat-dome {
  width: 100px; height: 50px; background: #fbbf24;
  border-radius: 50px 50px 0 0;
}
.hi-contractors .hi-hat-brim {
  width: 120px; height: 15px; background: #f59e0b;
  border-radius: 4px; margin-top: -5px; margin-left: -10px;
}
.hi-contractors .hi-hammer {
  position: absolute; bottom: 15%; left: 20%; font-size: 2.5rem;
  transform: rotate(-30deg);
}
.hi-contractors .hi-wrench-icon {
  position: absolute; bottom: 20%; right: 20%; font-size: 2.5rem;
  transform: rotate(30deg);
}
.hi-contractors .hi-blueprint {
  position: absolute; bottom: 10%; left: 50%; transform: translateX(-50%);
  width: 80px; height: 60px; background: #dbeafe;
  border-radius: 4px; border: 2px solid #3b82f6;
}

/* HVAC - AC unit with temperature */
.hi-hvac .hi-ac-unit {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 140px; height: 100px; background: var(--hi-glass);
  border-radius: 12px; animation: hi-float 4s ease-in-out infinite;
}
.hi-hvac .hi-ac-vents {
  display: flex; flex-direction: column; gap: 8px; padding: 15px;
}
.hi-hvac .hi-ac-vent {
  height: 10px; background: rgba(255,255,255,0.2); border-radius: 5px;
}
.hi-hvac .hi-snowflake {
  position: absolute; top: 10%; left: 10%; font-size: 2rem;
  color: #22d3ee; animation: hi-rotate 4s linear infinite;
}
.hi-hvac .hi-sun-icon {
  position: absolute; top: 10%; right: 10%; font-size: 2rem;
  color: #fbbf24; animation: hi-pulse 2s ease-in-out infinite;
}
.hi-hvac .hi-temp {
  position: absolute; bottom: 10%; right: 10%;
  background: var(--hi-primary); padding: 6px 12px;
  border-radius: 12px; font-weight: bold; color: white;
}

/* Plumbing - Pipe with water */
.hi-plumbing .hi-pipe-system {
  position: absolute; inset: 15%;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-plumbing .hi-pipe-h {
  width: 80%; height: 20px; background: #64748b;
  border-radius: 10px; margin: 0 auto;
}
.hi-plumbing .hi-pipe-v {
  width: 20px; height: 60px; background: #64748b;
  border-radius: 10px; margin-left: 20%;
}
.hi-plumbing .hi-pipe-joint {
  width: 30px; height: 30px; background: #475569;
  border-radius: 50%; position: absolute;
}
.hi-plumbing .hi-faucet {
  position: absolute; top: 10%; right: 15%; font-size: 2.5rem;
}
.hi-plumbing .hi-water-drop {
  position: absolute; bottom: 20%; right: 30%;
  width: 20px; height: 30px; background: #3b82f6;
  border-radius: 50% 50% 50% 50% / 30% 30% 70% 70%;
  animation: hi-float 1s ease-in-out infinite;
}

/* Electrical - Light bulb with circuit */
.hi-electrical .hi-bulb {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-electrical .hi-bulb-glass {
  width: 70px; height: 80px; background: rgba(251,191,36,0.3);
  border-radius: 50% 50% 40% 40%;
  border: 3px solid rgba(251,191,36,0.5);
  position: relative;
}
.hi-electrical .hi-bulb-glass::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 20px; height: 30px; border: 3px solid #fbbf24;
  border-radius: 4px;
}
.hi-electrical .hi-bulb-base {
  width: 40px; height: 25px; background: #64748b;
  margin: 0 auto; border-radius: 0 0 8px 8px;
}
.hi-electrical .hi-glow-bulb {
  position: absolute; inset: -20px;
  background: radial-gradient(circle, rgba(251,191,36,0.4), transparent);
  border-radius: 50%; animation: hi-pulse 2s ease-in-out infinite;
}
.hi-electrical .hi-circuit {
  position: absolute; bottom: 10%; left: 10%;
  display: flex; gap: 4px;
}
.hi-electrical .hi-circuit span {
  width: 30px; height: 4px; background: var(--hi-accent);
  border-radius: 2px;
}

/* Landscaping - Tree with tools */
.hi-landscaping .hi-tree {
  position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-landscaping .hi-tree-crown {
  width: 100px; height: 80px; background: #22c55e;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}
.hi-landscaping .hi-tree-trunk {
  width: 25px; height: 50px; background: #78350f;
  margin: -10px auto 0; border-radius: 4px;
}
.hi-landscaping .hi-grass {
  position: absolute; bottom: 15%; left: 10%; right: 10%;
  height: 20px; background: repeating-linear-gradient(90deg,
    #22c55e, #22c55e 10px, #16a34a 10px, #16a34a 20px);
  border-radius: 10px 10px 0 0;
}
.hi-landscaping .hi-flower {
  position: absolute; bottom: 25%; font-size: 1.5rem;
}
.hi-landscaping .hi-flower:nth-child(5) { left: 15%; }
.hi-landscaping .hi-flower:nth-child(6) { right: 15%; }

/* ===== HOSPITALITY ===== */

/* Restaurants - Fork and plate */
.hi-restaurant .hi-plate {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 120px; height: 120px; background: white;
  border-radius: 50%; border: 4px solid #e5e7eb;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-restaurant .hi-plate-inner {
  position: absolute; inset: 15px;
  border: 2px solid #e5e7eb; border-radius: 50%;
}
.hi-restaurant .hi-fork {
  position: absolute; left: 10%; top: 50%; transform: translateY(-50%);
  width: 15px; height: 100px;
}
.hi-restaurant .hi-fork-handle {
  width: 8px; height: 60px; background: #94a3b8;
  margin: 0 auto; border-radius: 4px;
}
.hi-restaurant .hi-fork-head {
  width: 15px; height: 40px; display: flex; gap: 2px;
}
.hi-restaurant .hi-fork-tine {
  width: 3px; height: 40px; background: #94a3b8;
  border-radius: 2px 2px 0 0;
}
.hi-restaurant .hi-knife {
  position: absolute; right: 10%; top: 50%; transform: translateY(-50%);
  width: 10px; height: 100px; background: #94a3b8;
  border-radius: 5px 5px 0 0;
}
.hi-restaurant .hi-steam-food {
  position: absolute; top: 30%; left: 50%; transform: translateX(-50%);
  display: flex; gap: 8px;
}
.hi-restaurant .hi-steam-food span {
  font-size: 1.5rem; animation: hi-float 2s ease-in-out infinite;
}

/* Hotels - Bed with key card */
.hi-hotel .hi-bed {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-hotel .hi-bed-frame {
  width: 140px; height: 20px; background: #78350f;
  border-radius: 4px;
}
.hi-hotel .hi-mattress {
  width: 130px; height: 40px; background: white;
  border-radius: 8px; margin: -15px auto 0;
  border: 2px solid #e5e7eb;
}
.hi-hotel .hi-pillows {
  display: flex; gap: 10px; justify-content: center; margin-top: -30px;
}
.hi-hotel .hi-pillow {
  width: 40px; height: 25px; background: white;
  border-radius: 8px; border: 2px solid #e5e7eb;
}
.hi-hotel .hi-headboard {
  width: 140px; height: 50px; background: #92400e;
  border-radius: 8px 8px 0 0; margin-bottom: 10px;
}
.hi-hotel .hi-keycard {
  position: absolute; top: 15%; right: 10%;
  width: 50px; height: 30px; background: var(--hi-primary);
  border-radius: 4px; animation: hi-float 3s ease-in-out infinite 0.5s;
}
.hi-hotel .hi-stars-hotel {
  position: absolute; top: 10%; left: 10%; color: #fbbf24;
}

/* Catering - Chef hat with utensils */
.hi-catering .hi-chef-hat {
  position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-catering .hi-hat-top {
  width: 100px; height: 60px; background: white;
  border-radius: 50px 50px 0 0;
  display: flex; justify-content: space-around; padding-top: 15px;
}
.hi-catering .hi-hat-puff {
  width: 30px; height: 30px; background: white;
  border-radius: 50%; margin-top: -25px;
}
.hi-catering .hi-hat-band {
  width: 80px; height: 20px; background: var(--hi-primary);
  margin: 0 auto;
}
.hi-catering .hi-serving-tray {
  position: absolute; bottom: 15%; left: 50%; transform: translateX(-50%);
  width: 100px; height: 60px;
}
.hi-catering .hi-tray-top {
  width: 80px; height: 20px; background: #94a3b8;
  border-radius: 40px 40px 0 0; margin: 0 auto;
}
.hi-catering .hi-tray-bottom {
  width: 100px; height: 10px; background: #64748b;
  border-radius: 0 0 4px 4px;
}

/* ===== RETAIL & AUTO ===== */

/* E-commerce & Retail - Shopping bag */
.hi-retail .hi-bag {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100px; height: 120px; background: var(--hi-primary);
  border-radius: 0 0 16px 16px;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-retail .hi-bag-handles {
  position: absolute; top: -20px; left: 20px; right: 20px;
  height: 30px; border: 6px solid var(--hi-primary);
  border-radius: 20px 20px 0 0; border-bottom: none;
}
.hi-retail .hi-bag-logo {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 40px; height: 40px; background: white;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: bold; color: var(--hi-primary);
}
.hi-retail .hi-tags {
  position: absolute; top: 10%; right: 10%;
  background: var(--hi-accent); padding: 4px 10px;
  border-radius: 12px; color: white; font-size: 11px;
}

/* Automotive - Car front view */
.hi-automotive .hi-car {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-automotive .hi-car-body {
  width: 150px; height: 60px; background: var(--hi-secondary);
  border-radius: 30px 30px 10px 10px;
}
.hi-automotive .hi-car-roof {
  width: 100px; height: 40px; background: var(--hi-secondary);
  border-radius: 20px 20px 0 0; margin: 0 auto -10px;
}
.hi-automotive .hi-windshield {
  width: 80px; height: 30px; background: rgba(255,255,255,0.3);
  border-radius: 15px 15px 0 0; margin: 5px auto;
}
.hi-automotive .hi-headlights {
  display: flex; justify-content: space-between; padding: 0 10px;
  margin-top: 10px;
}
.hi-automotive .hi-headlight {
  width: 30px; height: 15px; background: #fbbf24;
  border-radius: 8px;
}
.hi-automotive .hi-grill {
  width: 60px; height: 15px; background: #1a1a1a;
  border-radius: 4px; margin: 5px auto;
}
.hi-automotive .hi-wheels {
  display: flex; justify-content: space-between;
  padding: 0 20px; margin-top: 5px;
}
.hi-automotive .hi-wheel {
  width: 35px; height: 35px; background: #1a1a1a;
  border-radius: 50%; border: 4px solid #64748b;
}
.hi-automotive .hi-key-car {
  position: absolute; top: 10%; right: 10%; font-size: 2rem;
}

/* ===== FITNESS & SPORTS ===== */

/* Fitness & Gyms - Dumbbell */
.hi-fitness .hi-dumbbell {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-15deg);
  display: flex; align-items: center;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-fitness .hi-weight {
  width: 30px; height: 80px; background: #1a1a1a;
  border-radius: 6px;
}
.hi-fitness .hi-weight-inner {
  width: 20px; height: 60px; background: var(--hi-primary);
  border-radius: 4px; margin: 10px auto;
}
.hi-fitness .hi-bar {
  width: 80px; height: 15px; background: #64748b;
  border-radius: 8px;
}
.hi-fitness .hi-pulse-fit {
  position: absolute; top: 10%; right: 15%;
  font-size: 2rem; color: #ef4444;
  animation: hi-pulse 1s ease-in-out infinite;
}
.hi-fitness .hi-sweat {
  position: absolute; bottom: 20%; left: 20%; font-size: 1.5rem;
  animation: hi-float 2s ease-in-out infinite;
}

/* Yoga & Pilates - Person in pose */
.hi-yoga .hi-yogi {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-yoga .hi-yogi-head {
  width: 30px; height: 30px; background: #fcd9b6;
  border-radius: 50%; margin: 0 auto;
}
.hi-yoga .hi-yogi-body {
  width: 40px; height: 50px; background: #a855f7;
  border-radius: 20px 20px 10px 10px; margin: -5px auto 0;
}
.hi-yoga .hi-yogi-legs {
  display: flex; justify-content: center; gap: 5px;
}
.hi-yoga .hi-yogi-leg {
  width: 15px; height: 40px; background: #a855f7;
  border-radius: 8px;
}
.hi-yoga .hi-lotus-bg {
  position: absolute; inset: 20%;
  border: 2px dashed rgba(168,85,247,0.3);
  border-radius: 50%; animation: hi-rotate 20s linear infinite;
}
.hi-yoga .hi-om {
  position: absolute; top: 10%; right: 15%; font-size: 2.5rem;
  color: #a855f7; opacity: 0.5;
}

/* Sports & Recreation - Ball and goal */
.hi-sports .hi-ball {
  position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%);
  width: 80px; height: 80px; background: var(--hi-primary);
  border-radius: 50%; position: relative;
  animation: hi-float 3s ease-in-out infinite;
}
.hi-sports .hi-ball-pattern {
  position: absolute; inset: 0; border: 4px solid rgba(255,255,255,0.3);
  border-radius: 50%;
}
.hi-sports .hi-ball-line {
  position: absolute; top: 50%; left: 0; right: 0;
  height: 4px; background: rgba(255,255,255,0.3);
}
.hi-sports .hi-goal {
  position: absolute; bottom: 10%; left: 50%; transform: translateX(-50%);
  width: 100px; height: 50px; border: 4px solid white;
  border-bottom: none; border-radius: 4px 4px 0 0;
}
.hi-sports .hi-net {
  position: absolute; inset: 4px;
  background: repeating-linear-gradient(90deg, transparent, transparent 8px, rgba(255,255,255,0.2) 8px, rgba(255,255,255,0.2) 10px),
              repeating-linear-gradient(0deg, transparent, transparent 8px, rgba(255,255,255,0.2) 8px, rgba(255,255,255,0.2) 10px);
}

/* ===== EDUCATION & NONPROFIT ===== */

/* Education - Graduation cap with book */
.hi-education .hi-grad-cap {
  position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-education .hi-cap-top {
  width: 100px; height: 100px; background: #1a1a1a;
  transform: rotate(45deg);
}
.hi-education .hi-cap-button {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 20px; height: 20px; background: #fbbf24;
  border-radius: 50%;
}
.hi-education .hi-tassel {
  position: absolute; top: 50%; right: -30px;
  width: 4px; height: 50px; background: #fbbf24;
}
.hi-education .hi-tassel::after {
  content: ''; position: absolute; bottom: 0;
  width: 15px; height: 20px; background: #fbbf24;
  border-radius: 0 0 8px 8px; left: -5px;
}
.hi-education .hi-books {
  position: absolute; bottom: 15%; left: 50%; transform: translateX(-50%);
  display: flex; gap: 4px;
}
.hi-education .hi-book {
  width: 25px; height: 35px; border-radius: 2px;
}
.hi-education .hi-book:nth-child(1) { background: #ef4444; }
.hi-education .hi-book:nth-child(2) { background: #3b82f6; }
.hi-education .hi-book:nth-child(3) { background: #22c55e; }

/* Nonprofit - Hands holding heart */
.hi-nonprofit .hi-caring-hands {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-nonprofit .hi-hand-l, .hi-nonprofit .hi-hand-r {
  width: 50px; height: 70px; background: #fcd9b6;
  border-radius: 25px 25px 10px 10px; position: absolute;
}
.hi-nonprofit .hi-hand-l { left: -30px; transform: rotate(-20deg); }
.hi-nonprofit .hi-hand-r { right: -30px; transform: rotate(20deg); }
.hi-nonprofit .hi-heart-center {
  font-size: 4rem; color: #ef4444;
  animation: hi-pulse 1s ease-in-out infinite;
}
.hi-nonprofit .hi-glow-heart {
  position: absolute; inset: -20px;
  background: radial-gradient(circle, rgba(239,68,68,0.3), transparent);
  border-radius: 50%;
}

/* Religious - Church/temple symbol */
.hi-religious .hi-symbol {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-religious .hi-cross {
  position: relative;
}
.hi-religious .hi-cross-v {
  width: 20px; height: 100px; background: var(--hi-gold);
  border-radius: 4px; margin: 0 auto;
}
.hi-religious .hi-cross-h {
  width: 60px; height: 20px; background: var(--hi-gold);
  border-radius: 4px; position: absolute; top: 20px; left: -20px;
}
.hi-religious .hi-rays {
  position: absolute; inset: -30px;
}
.hi-religious .hi-ray {
  position: absolute; width: 4px; height: 20px;
  background: rgba(212,175,55,0.5); border-radius: 2px;
  top: 50%; left: 50%; transform-origin: center;
}
.hi-religious .hi-ray:nth-child(1) { transform: rotate(0deg) translateY(-60px); }
.hi-religious .hi-ray:nth-child(2) { transform: rotate(45deg) translateY(-60px); }
.hi-religious .hi-ray:nth-child(3) { transform: rotate(90deg) translateY(-60px); }
.hi-religious .hi-ray:nth-child(4) { transform: rotate(135deg) translateY(-60px); }

/* ===== TECH & CREATIVE ===== */

/* Manufacturing - Factory gear */
.hi-manufacturing .hi-factory {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-manufacturing .hi-factory-body {
  width: 120px; height: 80px; background: var(--hi-glass);
  border-radius: 8px;
}
.hi-manufacturing .hi-chimneys {
  display: flex; gap: 10px; justify-content: center; margin-top: -60px;
}
.hi-manufacturing .hi-chimney {
  width: 20px; height: 50px; background: #64748b;
  border-radius: 4px 4px 0 0;
}
.hi-manufacturing .hi-smoke {
  font-size: 1.5rem; opacity: 0.5;
  animation: hi-float 2s ease-in-out infinite;
}
.hi-manufacturing .hi-gear-factory {
  position: absolute; bottom: 15%; right: 15%;
  width: 50px; height: 50px; border: 6px solid var(--hi-primary);
  border-radius: 50%; animation: hi-rotate 4s linear infinite;
}

/* Technology & SaaS - Code terminal */
.hi-technology .hi-terminal {
  position: absolute; inset: 12%; background: #1a1a1a;
  border-radius: 12px; overflow: hidden;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-technology .hi-terminal-bar {
  height: 25px; background: #333; display: flex;
  align-items: center; padding: 0 10px; gap: 6px;
}
.hi-technology .hi-terminal-dot {
  width: 10px; height: 10px; border-radius: 50%;
}
.hi-technology .hi-terminal-dot:nth-child(1) { background: #ef4444; }
.hi-technology .hi-terminal-dot:nth-child(2) { background: #fbbf24; }
.hi-technology .hi-terminal-dot:nth-child(3) { background: #22c55e; }
.hi-technology .hi-terminal-content {
  padding: 15px; font-family: monospace; font-size: 11px;
}
.hi-technology .hi-code-line {
  margin-bottom: 8px;
}
.hi-technology .hi-code-line .hi-keyword { color: #c084fc; }
.hi-technology .hi-code-line .hi-function { color: #60a5fa; }
.hi-technology .hi-code-line .hi-string { color: #4ade80; }
.hi-technology .hi-cursor-blink {
  width: 8px; height: 15px; background: white;
  animation: hi-pulse 1s step-end infinite;
}

/* Photography - Camera lens */
.hi-photo-industry .hi-camera-pro {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-photo-industry .hi-lens-outer {
  width: 120px; height: 120px; background: #1a1a1a;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  border: 4px solid #333;
}
.hi-photo-industry .hi-lens-inner {
  width: 80px; height: 80px; background: linear-gradient(135deg, #1e3a5f, #3b82f6);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.hi-photo-industry .hi-lens-core {
  width: 40px; height: 40px; background: #1a1a1a;
  border-radius: 50%;
}
.hi-photo-industry .hi-lens-reflect {
  position: absolute; top: 20%; left: 30%;
  width: 20px; height: 10px; background: rgba(255,255,255,0.3);
  border-radius: 50%; transform: rotate(-30deg);
}
.hi-photo-industry .hi-aperture {
  position: absolute; font-size: 0.8rem; bottom: 10%; right: 10%;
  background: var(--hi-glass); padding: 4px 10px; border-radius: 12px;
}

/* Wedding & Events - Rings with heart */
.hi-wedding .hi-rings {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-wedding .hi-ring {
  width: 60px; height: 60px; border: 8px solid var(--hi-gold);
  border-radius: 50%; position: absolute;
}
.hi-wedding .hi-ring:first-child { left: -20px; }
.hi-wedding .hi-ring:nth-child(2) { left: 20px; }
.hi-wedding .hi-diamond {
  position: absolute; top: -15px; left: 50%; transform: translateX(-50%);
  font-size: 1.5rem;
}
.hi-wedding .hi-heart-wed {
  position: absolute; top: 10%; left: 50%; transform: translateX(-50%);
  font-size: 3rem; color: #ef4444;
  animation: hi-pulse 1s ease-in-out infinite;
}
.hi-wedding .hi-confetti {
  position: absolute; font-size: 1rem;
  animation: hi-float 3s ease-in-out infinite;
}
.hi-wedding .hi-confetti:nth-child(5) { top: 20%; left: 20%; }
.hi-wedding .hi-confetti:nth-child(6) { top: 30%; right: 20%; animation-delay: 0.3s; }
.hi-wedding .hi-confetti:nth-child(7) { bottom: 20%; left: 25%; animation-delay: 0.6s; }
