/* ==========================================================================
   Hero Illustrations - Services
   52 Unique CSS Art Designs for Each Service
   ========================================================================== */

/* ===== WEBSITE & DEVELOPMENT ===== */

/* Website Design - Browser with code */
.hi-website-design .hi-browser {
  position: absolute; inset: 15%; background: var(--hi-glass);
  border-radius: 16px; border: 1px solid rgba(255,255,255,0.2);
  overflow: hidden; animation: hi-float 4s ease-in-out infinite;
}
.hi-website-design .hi-browser-bar {
  height: 28px; background: rgba(0,0,0,0.2); display: flex;
  align-items: center; padding: 0 12px; gap: 6px;
}
.hi-website-design .hi-browser-bar span {
  width: 10px; height: 10px; border-radius: 50%;
}
.hi-website-design .hi-browser-bar span:nth-child(1) { background: #ef4444; }
.hi-website-design .hi-browser-bar span:nth-child(2) { background: #eab308; }
.hi-website-design .hi-browser-bar span:nth-child(3) { background: #22c55e; }
.hi-website-design .hi-browser-content {
  padding: 16px; display: flex; flex-direction: column; gap: 8px;
}
.hi-website-design .hi-browser-content div {
  height: 12px; border-radius: 4px; background: rgba(255,255,255,0.15);
}
.hi-website-design .hi-browser-content div:nth-child(1) { width: 60%; background: var(--hi-primary); }
.hi-website-design .hi-browser-content div:nth-child(2) { width: 90%; }
.hi-website-design .hi-browser-content div:nth-child(3) { width: 75%; }
.hi-website-design .hi-code {
  position: absolute; bottom: 10%; right: 5%; width: 35%; padding: 12px;
  background: rgba(0,0,0,0.4); border-radius: 8px; font-family: monospace;
  font-size: 10px; color: var(--hi-accent); animation: hi-float 3s ease-in-out infinite 0.5s;
}

/* E-commerce - Shopping cart with products */
.hi-ecommerce .hi-cart {
  position: absolute; inset: 20%; background: var(--hi-glass);
  border-radius: 20px; display: flex; flex-direction: column;
  padding: 20px; gap: 12px; animation: hi-float 4s ease-in-out infinite;
}
.hi-ecommerce .hi-product {
  display: flex; gap: 12px; align-items: center;
  background: rgba(255,255,255,0.1); border-radius: 12px; padding: 10px;
}
.hi-ecommerce .hi-product-img {
  width: 40px; height: 40px; border-radius: 8px;
  background: linear-gradient(135deg, var(--hi-primary), #ea580c);
}
.hi-ecommerce .hi-product-info { flex: 1; }
.hi-ecommerce .hi-product-info div:first-child {
  width: 70%; height: 8px; background: rgba(255,255,255,0.3); border-radius: 4px;
}
.hi-ecommerce .hi-product-info div:last-child {
  width: 40%; height: 6px; background: var(--hi-accent); border-radius: 3px; margin-top: 6px;
}
.hi-ecommerce .hi-checkout {
  margin-top: auto; padding: 12px; background: var(--hi-primary);
  border-radius: 10px; text-align: center; font-weight: 600; color: white;
}

/* WordPress - WP Logo with blocks */
.hi-wordpress .hi-wp-logo {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 120px; height: 120px; background: #21759b; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; color: white; font-weight: bold;
  box-shadow: 0 20px 40px rgba(33,117,155,0.4);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-wordpress .hi-block {
  position: absolute; width: 50px; height: 50px; border-radius: 12px;
  background: var(--hi-glass); border: 1px solid rgba(255,255,255,0.2);
}
.hi-wordpress .hi-block:nth-child(2) { top: 15%; left: 15%; animation: hi-float 3s ease-in-out infinite; }
.hi-wordpress .hi-block:nth-child(3) { top: 20%; right: 15%; animation: hi-float 3.5s ease-in-out infinite 0.3s; }
.hi-wordpress .hi-block:nth-child(4) { bottom: 15%; left: 20%; animation: hi-float 4s ease-in-out infinite 0.6s; }
.hi-wordpress .hi-block:nth-child(5) { bottom: 20%; right: 20%; animation: hi-float 3.2s ease-in-out infinite 0.9s; }

/* Website Redesign - Before/After split */
.hi-redesign .hi-split {
  position: absolute; inset: 15%; display: flex; border-radius: 16px; overflow: hidden;
}
.hi-redesign .hi-before {
  flex: 1; background: rgba(100,100,100,0.3); padding: 15px;
  border-right: 2px solid var(--hi-primary);
}
.hi-redesign .hi-after {
  flex: 1; background: var(--hi-glass); padding: 15px;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-redesign .hi-before div, .hi-redesign .hi-after div {
  height: 8px; border-radius: 4px; margin-bottom: 8px;
}
.hi-redesign .hi-before div { background: rgba(255,255,255,0.1); }
.hi-redesign .hi-after div { background: rgba(255,255,255,0.3); }
.hi-redesign .hi-after div:first-child { background: var(--hi-primary); }
.hi-redesign .hi-arrow {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 50px; height: 50px; background: var(--hi-primary); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem;
}

/* Landing Page - Conversion focused */
.hi-landing-page .hi-lp {
  position: absolute; inset: 12%; background: var(--hi-glass);
  border-radius: 16px; padding: 20px; animation: hi-float 4s ease-in-out infinite;
}
.hi-landing-page .hi-lp-hero {
  height: 40%; background: linear-gradient(135deg, var(--hi-secondary), var(--hi-primary));
  border-radius: 12px; margin-bottom: 15px; display: flex;
  align-items: center; justify-content: center;
}
.hi-landing-page .hi-lp-cta {
  width: 60%; height: 30px; background: var(--hi-primary);
  border-radius: 8px; margin: 0 auto;
}
.hi-landing-page .hi-conversion {
  position: absolute; top: 10%; right: 5%; background: var(--hi-accent);
  padding: 8px 16px; border-radius: 20px; color: white; font-weight: bold;
  animation: hi-float 3s ease-in-out infinite 0.5s;
}

/* Website Maintenance - Tools and gears */
.hi-maintenance .hi-gear {
  position: absolute; border: 6px solid var(--hi-primary);
  border-radius: 50%; animation: hi-rotate 10s linear infinite;
}
.hi-maintenance .hi-gear:nth-child(1) {
  width: 100px; height: 100px; top: 30%; left: 25%;
}
.hi-maintenance .hi-gear:nth-child(2) {
  width: 70px; height: 70px; top: 45%; right: 25%;
  animation-direction: reverse; border-color: var(--hi-secondary);
}
.hi-maintenance .hi-wrench {
  position: absolute; bottom: 20%; left: 50%; transform: translateX(-50%);
  font-size: 3rem; animation: hi-float 3s ease-in-out infinite;
}
.hi-maintenance .hi-check {
  position: absolute; top: 15%; right: 20%; width: 40px; height: 40px;
  background: var(--hi-accent); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: white;
}

/* Web Accessibility - Universal access symbol */
.hi-accessibility .hi-universal {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 140px; height: 140px; border: 4px solid var(--hi-primary);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-accessibility .hi-person {
  width: 60px; height: 80px; position: relative;
}
.hi-accessibility .hi-person::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 24px; height: 24px; background: var(--hi-primary); border-radius: 50%;
}
.hi-accessibility .hi-person::after {
  content: ''; position: absolute; top: 28px; left: 50%; transform: translateX(-50%);
  width: 40px; height: 50px; border: 4px solid var(--hi-primary);
  border-radius: 8px; border-bottom: none;
}
.hi-accessibility .hi-waves {
  position: absolute; inset: -20px; border: 2px solid rgba(249,115,22,0.3);
  border-radius: 50%; animation: hi-pulse 2s ease-in-out infinite;
}

/* ===== MOBILE APPS ===== */

/* Mobile App Development - Phone with app */
.hi-mobile-app .hi-phone {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 120px; height: 220px; background: #1a1a1a; border-radius: 24px;
  padding: 8px; box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-mobile-app .hi-screen {
  width: 100%; height: 100%; background: linear-gradient(180deg, var(--hi-secondary), var(--hi-primary));
  border-radius: 18px; padding: 12px; display: flex; flex-direction: column; gap: 8px;
}
.hi-mobile-app .hi-app-icon {
  width: 32px; height: 32px; background: var(--hi-glass); border-radius: 8px;
}
.hi-mobile-app .hi-notif {
  position: absolute; top: 15%; right: 15%; width: 60px; padding: 10px;
  background: var(--hi-glass); border-radius: 12px;
  animation: hi-float 3s ease-in-out infinite 0.3s;
}

/* PWA - App + Web combined */
.hi-pwa .hi-pwa-icon {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 120px; height: 120px; background: linear-gradient(135deg, #5a0fc8, #ff6b6b);
  border-radius: 28px; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 20px 40px rgba(90,15,200,0.4);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-pwa .hi-pwa-icon::before {
  content: '⚡'; font-size: 3rem;
}
.hi-pwa .hi-offline {
  position: absolute; bottom: 20%; right: 15%; background: var(--hi-accent);
  padding: 6px 12px; border-radius: 12px; color: white; font-size: 12px;
}
.hi-pwa .hi-install {
  position: absolute; top: 20%; left: 15%; background: var(--hi-glass);
  padding: 10px 16px; border-radius: 12px; font-size: 11px;
}

/* iOS App - Apple style */
.hi-ios .hi-ios-phone {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 110px; height: 220px; background: linear-gradient(180deg, #e5e5e5, #f5f5f5);
  border-radius: 32px; padding: 6px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-ios .hi-ios-screen {
  width: 100%; height: 100%; background: linear-gradient(180deg, #667eea, #764ba2);
  border-radius: 28px; position: relative; overflow: hidden;
}
.hi-ios .hi-notch {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 50%; height: 24px; background: #1a1a1a; border-radius: 0 0 16px 16px;
}
.hi-ios .hi-swift {
  position: absolute; top: 15%; right: 10%; font-size: 2rem;
  animation: hi-float 3s ease-in-out infinite 0.5s;
}

/* Android App */
.hi-android .hi-android-phone {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 115px; height: 210px; background: #1a1a1a; border-radius: 20px;
  padding: 8px; animation: hi-float 4s ease-in-out infinite;
}
.hi-android .hi-android-screen {
  width: 100%; height: 100%; background: linear-gradient(180deg, #3ddc84, #00a956);
  border-radius: 14px;
}
.hi-android .hi-robot {
  position: absolute; top: 10%; left: 10%; font-size: 2.5rem;
  animation: hi-float 3s ease-in-out infinite 0.3s;
}

/* ===== SEO SERVICES ===== */

/* SEO Services - Rankings chart */
.hi-seo .hi-chart {
  position: absolute; inset: 15%; background: var(--hi-glass);
  border-radius: 16px; padding: 20px;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-seo .hi-bars {
  display: flex; align-items: flex-end; justify-content: space-around;
  height: 70%; gap: 8px;
}
.hi-seo .hi-bar {
  width: 20px; border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--hi-primary), #ea580c);
}
.hi-seo .hi-bar:nth-child(1) { height: 40%; }
.hi-seo .hi-bar:nth-child(2) { height: 55%; }
.hi-seo .hi-bar:nth-child(3) { height: 70%; }
.hi-seo .hi-bar:nth-child(4) { height: 85%; }
.hi-seo .hi-bar:nth-child(5) { height: 100%; }
.hi-seo .hi-rank {
  position: absolute; top: 10%; right: 10%; background: var(--hi-accent);
  width: 50px; height: 50px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: bold; color: white; font-size: 1.2rem;
}

/* Local SEO - Map pin */
.hi-local-seo .hi-map {
  position: absolute; inset: 15%; background: var(--hi-glass);
  border-radius: 16px; overflow: hidden;
}
.hi-local-seo .hi-map-lines {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 20px, rgba(255,255,255,0.05) 20px, rgba(255,255,255,0.05) 21px),
              repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255,255,255,0.05) 20px, rgba(255,255,255,0.05) 21px);
}
.hi-local-seo .hi-pin {
  position: absolute; top: 35%; left: 50%; transform: translateX(-50%);
  animation: hi-float 2s ease-in-out infinite;
}
.hi-local-seo .hi-pin::before {
  content: ''; display: block; width: 40px; height: 50px;
  background: var(--hi-primary); border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  transform: rotate(180deg);
}
.hi-local-seo .hi-pin::after {
  content: ''; position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 16px; height: 16px; background: white; border-radius: 50%;
}
.hi-local-seo .hi-radius {
  position: absolute; top: 30%; left: 50%; transform: translate(-50%, -50%);
  width: 150px; height: 150px; border: 2px dashed var(--hi-primary);
  border-radius: 50%; opacity: 0.5;
}

/* Technical SEO - Code and gears */
.hi-technical-seo .hi-code-block {
  position: absolute; inset: 15%; background: rgba(0,0,0,0.4);
  border-radius: 12px; padding: 15px; font-family: monospace;
  font-size: 10px; color: var(--hi-accent);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-technical-seo .hi-code-block span { color: var(--hi-primary); }
.hi-technical-seo .hi-schema {
  position: absolute; bottom: 10%; right: 10%; background: var(--hi-glass);
  padding: 8px 16px; border-radius: 8px; font-size: 11px;
}
.hi-technical-seo .hi-speed {
  position: absolute; top: 10%; right: 10%; width: 50px; height: 50px;
  border: 4px solid var(--hi-accent); border-radius: 50%;
  border-top-color: transparent; animation: hi-rotate 1s linear infinite;
}

/* E-commerce SEO - Shopping + Rankings */
.hi-ecommerce-seo .hi-product-rank {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 140px; height: 160px; background: var(--hi-glass);
  border-radius: 16px; padding: 15px; text-align: center;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-ecommerce-seo .hi-product-img {
  width: 60px; height: 60px; margin: 0 auto 10px;
  background: linear-gradient(135deg, var(--hi-primary), #ea580c);
  border-radius: 12px;
}
.hi-ecommerce-seo .hi-stars {
  color: #fbbf24; font-size: 14px; margin-bottom: 8px;
}
.hi-ecommerce-seo .hi-rank-badge {
  background: var(--hi-accent); color: white;
  padding: 4px 12px; border-radius: 12px; font-size: 11px; font-weight: bold;
}

/* AEO - AI/Voice search */
.hi-aeo .hi-voice {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100px; height: 100px; background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-aeo .hi-voice::before { content: '🎙️'; font-size: 2.5rem; }
.hi-aeo .hi-waves-voice {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  border: 2px solid rgba(102,126,234,0.4); border-radius: 50%;
}
.hi-aeo .hi-waves-voice:nth-child(2) { width: 140px; height: 140px; animation: hi-pulse 2s ease-in-out infinite; }
.hi-aeo .hi-waves-voice:nth-child(3) { width: 180px; height: 180px; animation: hi-pulse 2s ease-in-out infinite 0.3s; }
.hi-aeo .hi-waves-voice:nth-child(4) { width: 220px; height: 220px; animation: hi-pulse 2s ease-in-out infinite 0.6s; }
.hi-aeo .hi-ai-badge {
  position: absolute; bottom: 15%; right: 15%; background: var(--hi-accent);
  padding: 6px 12px; border-radius: 12px; color: white; font-size: 11px;
}

/* ASO - App Store Optimization */
.hi-aso .hi-app-card {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 150px; background: var(--hi-glass); border-radius: 20px;
  padding: 20px; text-align: center;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-aso .hi-app-icon-lg {
  width: 70px; height: 70px; margin: 0 auto 12px;
  background: linear-gradient(135deg, var(--hi-primary), #ea580c);
  border-radius: 16px;
}
.hi-aso .hi-app-name {
  height: 12px; width: 80%; margin: 0 auto 8px;
  background: rgba(255,255,255,0.3); border-radius: 6px;
}
.hi-aso .hi-app-rating {
  color: #fbbf24; font-size: 12px;
}
.hi-aso .hi-download {
  margin-top: 12px; background: var(--hi-primary);
  padding: 8px 16px; border-radius: 10px; font-size: 11px; color: white;
}

/* ===== ADVERTISING ===== */

/* PPC Advertising - Ad click */
.hi-ppc .hi-ad {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 160px; background: var(--hi-glass); border-radius: 16px;
  padding: 16px; border-left: 4px solid var(--hi-primary);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-ppc .hi-ad-badge {
  background: rgba(249,115,22,0.2); color: var(--hi-primary);
  padding: 2px 8px; border-radius: 4px; font-size: 10px; font-weight: bold;
  display: inline-block; margin-bottom: 8px;
}
.hi-ppc .hi-ad div {
  height: 8px; background: rgba(255,255,255,0.2); border-radius: 4px; margin-bottom: 6px;
}
.hi-ppc .hi-cursor {
  position: absolute; bottom: 20%; right: 15%; font-size: 2rem;
  animation: hi-float 2s ease-in-out infinite;
}
.hi-ppc .hi-clicks {
  position: absolute; top: 15%; right: 15%; background: var(--hi-accent);
  padding: 6px 12px; border-radius: 12px; color: white; font-size: 11px;
}

/* Google Ads - G logo with results */
.hi-google-ads .hi-g-logo {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100px; height: 100px; background: white; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; font-weight: bold;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-google-ads .hi-g-logo span {
  background: linear-gradient(135deg, #4285f4, #34a853, #fbbc05, #ea4335);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hi-google-ads .hi-ad-result {
  position: absolute; background: var(--hi-glass); padding: 10px;
  border-radius: 8px; font-size: 10px;
}
.hi-google-ads .hi-ad-result:nth-child(2) { top: 15%; left: 10%; }
.hi-google-ads .hi-ad-result:nth-child(3) { bottom: 15%; right: 10%; }

/* Facebook/Instagram Ads */
.hi-social-ads .hi-fb-card {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 150px; background: var(--hi-glass); border-radius: 16px;
  overflow: hidden; animation: hi-float 4s ease-in-out infinite;
}
.hi-social-ads .hi-fb-header {
  padding: 10px; display: flex; align-items: center; gap: 8px;
}
.hi-social-ads .hi-fb-avatar {
  width: 30px; height: 30px; background: linear-gradient(135deg, #405de6, #c13584);
  border-radius: 50%;
}
.hi-social-ads .hi-fb-img {
  width: 100%; height: 100px;
  background: linear-gradient(135deg, var(--hi-secondary), var(--hi-primary));
}
.hi-social-ads .hi-fb-actions {
  padding: 10px; display: flex; gap: 15px; font-size: 14px;
}
.hi-social-ads .hi-engagement {
  position: absolute; top: 10%; right: 10%; background: #e1306c;
  padding: 4px 10px; border-radius: 12px; color: white; font-size: 10px;
}

/* Amazon Advertising */
.hi-amazon-ads .hi-amazon-box {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 140px; height: 100px; background: #232f3e; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-amazon-ads .hi-amazon-box::before {
  content: ''; width: 80px; height: 30px;
  background: linear-gradient(90deg, #ff9900, #ff9900);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 30'%3E%3Cpath d='M5 20 Q50 35 95 20' stroke='%23ff9900' stroke-width='4' fill='none'/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 30'%3E%3Cpath d='M5 20 Q50 35 95 20' stroke='%23ff9900' stroke-width='4' fill='none'/%3E%3C/svg%3E");
}
.hi-amazon-ads .hi-prime {
  position: absolute; bottom: 15%; right: 15%; background: #00a8e1;
  padding: 4px 10px; border-radius: 4px; color: white; font-size: 10px;
}
.hi-amazon-ads .hi-product-ad {
  position: absolute; top: 15%; left: 15%; background: var(--hi-glass);
  padding: 8px; border-radius: 8px; width: 60px;
}

/* LinkedIn Advertising */
.hi-linkedin-ads .hi-li-logo {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100px; height: 100px; background: #0a66c2; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; color: white; font-weight: bold;
  box-shadow: 0 20px 40px rgba(10,102,194,0.4);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-linkedin-ads .hi-b2b {
  position: absolute; top: 15%; right: 15%; background: var(--hi-glass);
  padding: 8px 14px; border-radius: 12px; font-size: 11px;
}
.hi-linkedin-ads .hi-lead {
  position: absolute; bottom: 15%; left: 15%; background: var(--hi-accent);
  padding: 6px 12px; border-radius: 12px; color: white; font-size: 11px;
}

/* Programmatic Advertising */
.hi-programmatic .hi-data-flow {
  position: absolute; inset: 15%;
  display: flex; align-items: center; justify-content: center;
}
.hi-programmatic .hi-node {
  width: 50px; height: 50px; background: var(--hi-glass);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  animation: hi-float 3s ease-in-out infinite;
}
.hi-programmatic .hi-node:nth-child(1) { position: absolute; top: 10%; left: 50%; transform: translateX(-50%); }
.hi-programmatic .hi-node:nth-child(2) { position: absolute; bottom: 10%; left: 20%; animation-delay: 0.3s; }
.hi-programmatic .hi-node:nth-child(3) { position: absolute; bottom: 10%; right: 20%; animation-delay: 0.6s; }
.hi-programmatic .hi-center {
  width: 70px; height: 70px; background: var(--hi-primary);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: white; font-size: 1.5rem;
}
.hi-programmatic .hi-line {
  position: absolute; width: 2px; height: 60px;
  background: linear-gradient(180deg, var(--hi-primary), transparent);
}

/* OTT/CTV Advertising */
.hi-ott .hi-tv {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 180px; height: 110px; background: #1a1a1a; border-radius: 8px;
  padding: 8px; animation: hi-float 4s ease-in-out infinite;
}
.hi-ott .hi-tv-screen {
  width: 100%; height: 100%; background: linear-gradient(135deg, var(--hi-secondary), var(--hi-primary));
  border-radius: 4px; display: flex; align-items: center; justify-content: center;
}
.hi-ott .hi-play {
  width: 40px; height: 40px; background: rgba(255,255,255,0.9);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.hi-ott .hi-play::before {
  content: ''; border-left: 16px solid var(--hi-primary);
  border-top: 10px solid transparent; border-bottom: 10px solid transparent;
  margin-left: 4px;
}
.hi-ott .hi-tv-stand {
  position: absolute; bottom: 25%; left: 50%; transform: translateX(-50%);
  width: 60px; height: 20px; background: #333; border-radius: 0 0 8px 8px;
}
.hi-ott .hi-streaming {
  position: absolute; top: 15%; right: 10%; background: #e50914;
  padding: 4px 10px; border-radius: 4px; color: white; font-size: 10px;
}

/* Retargeting - Target with visitor */
.hi-retargeting .hi-target {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 140px; height: 140px;
}
.hi-retargeting .hi-ring-target {
  position: absolute; inset: 0; border: 3px solid var(--hi-primary);
  border-radius: 50%; opacity: 0.3;
}
.hi-retargeting .hi-ring-target:nth-child(2) { inset: 20px; opacity: 0.5; }
.hi-retargeting .hi-ring-target:nth-child(3) { inset: 40px; opacity: 0.7; }
.hi-retargeting .hi-bullseye {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 30px; height: 30px; background: var(--hi-primary); border-radius: 50%;
}
.hi-retargeting .hi-visitor {
  position: absolute; top: 10%; right: 10%; font-size: 2rem;
  animation: hi-float 3s ease-in-out infinite;
}
.hi-retargeting .hi-return {
  position: absolute; bottom: 10%; left: 10%;
  width: 50px; height: 50px; border: 3px solid var(--hi-accent);
  border-radius: 50%; border-bottom-color: transparent;
  animation: hi-rotate 2s linear infinite;
}

/* ===== SOCIAL & CONTENT ===== */

/* Social Media Marketing */
.hi-social-marketing .hi-social-icons {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  display: flex; gap: 15px;
}
.hi-social-marketing .hi-social-icon {
  width: 60px; height: 60px; border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; animation: hi-float 3s ease-in-out infinite;
}
.hi-social-marketing .hi-social-icon:nth-child(1) { background: #1877f2; animation-delay: 0s; }
.hi-social-marketing .hi-social-icon:nth-child(2) { background: linear-gradient(135deg, #405de6, #c13584, #fd1d1d); animation-delay: 0.2s; }
.hi-social-marketing .hi-social-icon:nth-child(3) { background: #1da1f2; animation-delay: 0.4s; }
.hi-social-marketing .hi-engagement-ring {
  position: absolute; inset: 10%; border: 2px dashed rgba(255,255,255,0.2);
  border-radius: 50%; animation: hi-rotate 20s linear infinite;
}

/* Social Media Management */
.hi-social-mgmt .hi-dashboard {
  position: absolute; inset: 12%; background: var(--hi-glass);
  border-radius: 16px; padding: 15px;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-social-mgmt .hi-calendar {
  display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px;
  margin-bottom: 15px;
}
.hi-social-mgmt .hi-calendar div {
  aspect-ratio: 1; background: rgba(255,255,255,0.1); border-radius: 4px;
}
.hi-social-mgmt .hi-calendar div:nth-child(3),
.hi-social-mgmt .hi-calendar div:nth-child(8),
.hi-social-mgmt .hi-calendar div:nth-child(12) { background: var(--hi-primary); }
.hi-social-mgmt .hi-metrics {
  display: flex; gap: 10px;
}
.hi-social-mgmt .hi-metric {
  flex: 1; background: rgba(255,255,255,0.1); padding: 8px;
  border-radius: 8px; text-align: center; font-size: 10px;
}

/* Content Marketing - Articles and media */
.hi-content-mkt .hi-content-stack {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.hi-content-mkt .hi-article {
  width: 140px; background: var(--hi-glass); border-radius: 12px;
  padding: 15px; position: absolute;
}
.hi-content-mkt .hi-article:nth-child(1) { transform: rotate(-5deg); z-index: 1; }
.hi-content-mkt .hi-article:nth-child(2) { transform: rotate(3deg) translateY(10px); z-index: 2; }
.hi-content-mkt .hi-article:nth-child(3) { transform: rotate(-2deg) translateY(20px); z-index: 3; animation: hi-float 4s ease-in-out infinite; }
.hi-content-mkt .hi-article div {
  height: 8px; background: rgba(255,255,255,0.2); border-radius: 4px; margin-bottom: 6px;
}
.hi-content-mkt .hi-article div:first-child { background: var(--hi-primary); width: 60%; }

/* Video Production */
.hi-video-prod .hi-clapboard {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 150px; height: 120px; background: #1a1a1a; border-radius: 8px;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-video-prod .hi-clap-top {
  height: 30px; background: repeating-linear-gradient(90deg, #1a1a1a, #1a1a1a 15px, white 15px, white 30px);
  border-radius: 8px 8px 0 0;
}
.hi-video-prod .hi-clap-bottom {
  height: 90px; background: var(--hi-secondary); border-radius: 0 0 8px 8px;
  display: flex; align-items: center; justify-content: center;
}
.hi-video-prod .hi-play-btn {
  width: 50px; height: 50px; background: var(--hi-primary);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.hi-video-prod .hi-play-btn::before {
  content: ''; border-left: 20px solid white;
  border-top: 12px solid transparent; border-bottom: 12px solid transparent;
  margin-left: 4px;
}

/* Influencer Marketing */
.hi-influencer .hi-profile {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  text-align: center; animation: hi-float 4s ease-in-out infinite;
}
.hi-influencer .hi-avatar-lg {
  width: 100px; height: 100px; background: linear-gradient(135deg, var(--hi-primary), #ea580c);
  border-radius: 50%; margin: 0 auto 15px;
  border: 4px solid rgba(255,255,255,0.3);
}
.hi-influencer .hi-verified {
  position: absolute; bottom: 0; right: 0; width: 30px; height: 30px;
  background: #1da1f2; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; color: white;
}
.hi-influencer .hi-followers {
  display: flex; gap: 20px; justify-content: center;
}
.hi-influencer .hi-stat-item { text-align: center; font-size: 11px; }
.hi-influencer .hi-stat-num { font-size: 16px; font-weight: bold; color: var(--hi-primary); }

/* Podcast Production */
.hi-podcast .hi-mic {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-podcast .hi-mic-head {
  width: 60px; height: 80px; background: linear-gradient(180deg, #333, #1a1a1a);
  border-radius: 30px 30px 10px 10px; margin: 0 auto;
  border: 3px solid #444;
}
.hi-podcast .hi-mic-grill {
  width: 50px; height: 50px; margin: 10px auto;
  background: repeating-linear-gradient(0deg, #222, #222 2px, #333 2px, #333 4px);
  border-radius: 25px;
}
.hi-podcast .hi-mic-stand {
  width: 8px; height: 60px; background: #333; margin: 0 auto;
}
.hi-podcast .hi-sound-wave {
  position: absolute; display: flex; gap: 4px; align-items: center;
}
.hi-podcast .hi-sound-wave span {
  width: 4px; background: var(--hi-primary); border-radius: 2px;
  animation: hi-float 0.5s ease-in-out infinite;
}
.hi-podcast .hi-sound-wave:nth-child(2) { left: 20%; top: 40%; }
.hi-podcast .hi-sound-wave:nth-child(3) { right: 20%; top: 40%; }

/* ===== EMAIL & AUTOMATION ===== */

/* Email Marketing */
.hi-email .hi-envelope {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 160px; height: 100px; background: var(--hi-glass);
  border-radius: 8px; overflow: hidden;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-email .hi-envelope-flap {
  position: absolute; top: 0; left: 0; right: 0;
  height: 60px; background: var(--hi-primary);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.hi-email .hi-envelope-body {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 70px; background: white; padding: 10px;
}
.hi-email .hi-envelope-body div {
  height: 6px; background: #ddd; border-radius: 3px; margin-bottom: 6px;
}
.hi-email .hi-envelope-body div:first-child { width: 40%; background: var(--hi-secondary); }
.hi-email .hi-open-rate {
  position: absolute; top: 10%; right: 10%; background: var(--hi-accent);
  padding: 6px 12px; border-radius: 12px; color: white; font-size: 11px;
}

/* Marketing Automation */
.hi-automation .hi-flow {
  position: absolute; inset: 10%;
  display: flex; flex-direction: column; align-items: center;
  justify-content: space-between; padding: 20px 0;
}
.hi-automation .hi-flow-node {
  width: 60px; height: 60px; background: var(--hi-glass);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.hi-automation .hi-flow-node:nth-child(2) { background: var(--hi-primary); }
.hi-automation .hi-flow-line {
  width: 2px; height: 30px;
  background: linear-gradient(180deg, var(--hi-primary), var(--hi-glass));
}
.hi-automation .hi-auto-badge {
  position: absolute; top: 10%; right: 10%;
  background: var(--hi-accent); padding: 4px 10px;
  border-radius: 12px; color: white; font-size: 10px;
}

/* CRM Implementation */
.hi-crm .hi-crm-dashboard {
  position: absolute; inset: 12%; background: var(--hi-glass);
  border-radius: 16px; padding: 15px;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-crm .hi-crm-header {
  display: flex; gap: 10px; margin-bottom: 15px;
}
.hi-crm .hi-crm-tab {
  flex: 1; height: 8px; background: rgba(255,255,255,0.1); border-radius: 4px;
}
.hi-crm .hi-crm-tab:first-child { background: var(--hi-primary); }
.hi-crm .hi-contacts {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.hi-crm .hi-contact {
  aspect-ratio: 1; background: rgba(255,255,255,0.1);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
}
.hi-crm .hi-contact:first-child { background: var(--hi-accent); }

/* SMS Marketing */
.hi-sms .hi-phone-sms {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 100px; height: 180px; background: #1a1a1a; border-radius: 20px;
  padding: 8px; animation: hi-float 4s ease-in-out infinite;
}
.hi-sms .hi-sms-screen {
  width: 100%; height: 100%; background: var(--hi-secondary);
  border-radius: 14px; padding: 10px; display: flex; flex-direction: column;
  justify-content: flex-end; gap: 8px;
}
.hi-sms .hi-sms-bubble {
  max-width: 80%; padding: 8px 12px; border-radius: 12px; font-size: 9px;
}
.hi-sms .hi-sms-bubble.sent {
  background: var(--hi-primary); align-self: flex-end;
  border-bottom-right-radius: 4px;
}
.hi-sms .hi-sms-bubble.received {
  background: var(--hi-glass); align-self: flex-start;
  border-bottom-left-radius: 4px;
}
.hi-sms .hi-delivery {
  position: absolute; top: 10%; right: 10%; background: var(--hi-accent);
  padding: 4px 10px; border-radius: 12px; color: white; font-size: 10px;
}

/* ===== BRANDING & DESIGN ===== */

/* Branding & Logo Design */
.hi-branding .hi-logo-showcase {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-branding .hi-logo-main {
  width: 120px; height: 120px; background: linear-gradient(135deg, var(--hi-primary), #ea580c);
  border-radius: 24px; display: flex; align-items: center; justify-content: center;
  font-size: 3rem; color: white; font-weight: bold;
  box-shadow: 0 20px 40px rgba(249,115,22,0.4);
}
.hi-branding .hi-color-palette {
  display: flex; gap: 8px; margin-top: 20px; justify-content: center;
}
.hi-branding .hi-color {
  width: 30px; height: 30px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.3);
}
.hi-branding .hi-color:nth-child(1) { background: var(--hi-primary); }
.hi-branding .hi-color:nth-child(2) { background: var(--hi-secondary); }
.hi-branding .hi-color:nth-child(3) { background: var(--hi-accent); }
.hi-branding .hi-color:nth-child(4) { background: #1a1a1a; }

/* Graphic Design */
.hi-graphic .hi-canvas {
  position: absolute; inset: 15%; background: var(--hi-glass);
  border-radius: 12px; display: flex; align-items: center; justify-content: center;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-graphic .hi-shapes {
  position: relative; width: 100px; height: 100px;
}
.hi-graphic .hi-shape-1 {
  position: absolute; top: 0; left: 0; width: 60px; height: 60px;
  background: var(--hi-primary); border-radius: 12px;
  transform: rotate(15deg);
}
.hi-graphic .hi-shape-2 {
  position: absolute; top: 20px; left: 40px; width: 50px; height: 50px;
  background: var(--hi-accent); border-radius: 50%;
}
.hi-graphic .hi-shape-3 {
  position: absolute; bottom: 0; right: 0; width: 0; height: 0;
  border-left: 30px solid transparent; border-right: 30px solid transparent;
  border-bottom: 50px solid var(--hi-secondary);
}
.hi-graphic .hi-tools {
  position: absolute; bottom: 10%; right: 10%;
  display: flex; gap: 8px;
}
.hi-graphic .hi-tool {
  width: 36px; height: 36px; background: rgba(0,0,0,0.3);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
}

/* Photography Services */
.hi-photography .hi-camera {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 140px; height: 90px; background: #1a1a1a; border-radius: 12px;
  position: relative; animation: hi-float 4s ease-in-out infinite;
}
.hi-photography .hi-camera-top {
  position: absolute; top: -15px; left: 20px;
  width: 40px; height: 15px; background: #1a1a1a; border-radius: 4px 4px 0 0;
}
.hi-photography .hi-lens {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 50px; height: 50px; background: #333;
  border-radius: 50%; border: 4px solid #444;
}
.hi-photography .hi-lens::before {
  content: ''; position: absolute; inset: 8px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 50%;
}
.hi-photography .hi-flash {
  position: absolute; top: 15px; right: 15px;
  width: 20px; height: 12px; background: #444; border-radius: 2px;
}
.hi-photography .hi-photo {
  position: absolute; background: white; padding: 4px;
  border-radius: 4px; box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.hi-photography .hi-photo:nth-child(6) { top: 10%; left: 5%; width: 40px; height: 50px; transform: rotate(-10deg); }
.hi-photography .hi-photo:nth-child(7) { bottom: 10%; right: 5%; width: 50px; height: 40px; transform: rotate(8deg); }

/* Print Design */
.hi-print .hi-print-stack {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.hi-print .hi-paper {
  width: 120px; height: 150px; background: white; border-radius: 4px;
  position: absolute; box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.hi-print .hi-paper:nth-child(1) { transform: rotate(-8deg) translateX(-10px); }
.hi-print .hi-paper:nth-child(2) { transform: rotate(4deg) translateX(10px); }
.hi-print .hi-paper:nth-child(3) { animation: hi-float 4s ease-in-out infinite; z-index: 3; }
.hi-print .hi-paper-content {
  padding: 15px; height: 100%;
}
.hi-print .hi-paper-header {
  height: 20px; background: var(--hi-primary); border-radius: 2px; margin-bottom: 10px;
}
.hi-print .hi-paper-line {
  height: 6px; background: #ddd; border-radius: 3px; margin-bottom: 6px;
}
.hi-print .hi-cmyk {
  position: absolute; bottom: 10%; right: 10%;
  display: flex; gap: 4px;
}
.hi-print .hi-cmyk span {
  width: 20px; height: 20px; border-radius: 50%;
}
.hi-print .hi-cmyk span:nth-child(1) { background: #00ffff; }
.hi-print .hi-cmyk span:nth-child(2) { background: #ff00ff; }
.hi-print .hi-cmyk span:nth-child(3) { background: #ffff00; }
.hi-print .hi-cmyk span:nth-child(4) { background: #000000; }

/* ===== REPUTATION & ANALYTICS ===== */

/* Reputation Management */
.hi-reputation .hi-stars-display {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  text-align: center; animation: hi-float 4s ease-in-out infinite;
}
.hi-reputation .hi-big-rating {
  font-size: 4rem; font-weight: bold; color: var(--hi-primary);
}
.hi-reputation .hi-stars-row {
  font-size: 2rem; color: #fbbf24; margin-bottom: 10px;
}
.hi-reputation .hi-review-cards {
  display: flex; gap: 8px; justify-content: center;
}
.hi-reputation .hi-review-card {
  width: 50px; height: 60px; background: var(--hi-glass);
  border-radius: 8px; padding: 8px;
}
.hi-reputation .hi-review-card div {
  height: 4px; background: rgba(255,255,255,0.2); border-radius: 2px; margin-bottom: 4px;
}

/* Google Business Profile */
.hi-gbp .hi-gbp-card {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 160px; background: white; border-radius: 12px;
  overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-gbp .hi-gbp-map {
  height: 60px; background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  display: flex; align-items: center; justify-content: center;
}
.hi-gbp .hi-gbp-pin {
  width: 20px; height: 28px; background: #ea4335;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  transform: rotate(180deg);
}
.hi-gbp .hi-gbp-info {
  padding: 12px; color: #333;
}
.hi-gbp .hi-gbp-name {
  font-weight: bold; font-size: 12px; margin-bottom: 4px;
}
.hi-gbp .hi-gbp-rating {
  display: flex; align-items: center; gap: 4px; font-size: 11px;
}
.hi-gbp .hi-gbp-stars { color: #fbbf24; }

/* Review Generation */
.hi-reviews .hi-review-flow {
  position: absolute; inset: 15%;
  display: flex; flex-direction: column; gap: 10px;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-reviews .hi-review-item {
  background: var(--hi-glass); padding: 12px; border-radius: 12px;
  display: flex; align-items: center; gap: 10px;
}
.hi-reviews .hi-review-avatar {
  width: 32px; height: 32px; background: var(--hi-primary);
  border-radius: 50%;
}
.hi-reviews .hi-review-content { flex: 1; }
.hi-reviews .hi-review-stars { color: #fbbf24; font-size: 12px; }
.hi-reviews .hi-review-text {
  height: 6px; background: rgba(255,255,255,0.2); border-radius: 3px;
  margin-top: 4px;
}
.hi-reviews .hi-plus {
  position: absolute; bottom: 10%; right: 10%;
  width: 40px; height: 40px; background: var(--hi-accent);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: white; font-size: 1.5rem; font-weight: bold;
}

/* CRO - Conversion Rate Optimization */
.hi-cro .hi-funnel {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 140px; height: 160px;
}
.hi-cro .hi-funnel-stage {
  height: 40px; margin: 0 auto; display: flex;
  align-items: center; justify-content: center;
  color: white; font-size: 11px; font-weight: bold;
}
.hi-cro .hi-funnel-stage:nth-child(1) {
  width: 100%; background: var(--hi-secondary);
  border-radius: 8px 8px 0 0;
}
.hi-cro .hi-funnel-stage:nth-child(2) {
  width: 75%; background: var(--hi-primary);
}
.hi-cro .hi-funnel-stage:nth-child(3) {
  width: 50%; background: var(--hi-accent);
  border-radius: 0 0 8px 8px;
}
.hi-cro .hi-arrow-down {
  position: absolute; right: 10%; top: 50%;
  font-size: 2rem; animation: hi-float 2s ease-in-out infinite;
}
.hi-cro .hi-percent {
  position: absolute; top: 10%; left: 10%;
  background: var(--hi-accent); padding: 6px 12px;
  border-radius: 12px; color: white; font-size: 14px; font-weight: bold;
}

/* Analytics & Reporting */
.hi-analytics .hi-analytics-dash {
  position: absolute; inset: 12%; background: var(--hi-glass);
  border-radius: 16px; padding: 15px;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-analytics .hi-chart-line {
  height: 60px; position: relative; margin-bottom: 15px;
}
.hi-analytics .hi-chart-line::before {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 100%;
  background: linear-gradient(90deg,
    transparent 0%, var(--hi-primary) 20%,
    var(--hi-primary) 40%, var(--hi-accent) 60%,
    var(--hi-accent) 80%, var(--hi-accent) 100%);
  clip-path: polygon(0% 80%, 20% 60%, 40% 70%, 60% 30%, 80% 40%, 100% 10%, 100% 100%, 0% 100%);
}
.hi-analytics .hi-metrics-row {
  display: flex; gap: 10px;
}
.hi-analytics .hi-metric-box {
  flex: 1; background: rgba(255,255,255,0.1);
  padding: 10px; border-radius: 8px; text-align: center;
}
.hi-analytics .hi-metric-num {
  font-size: 16px; font-weight: bold; color: var(--hi-primary);
}
.hi-analytics .hi-metric-label {
  font-size: 9px; opacity: 0.7;
}

/* A/B Testing */
.hi-ab-testing .hi-ab-compare {
  position: absolute; inset: 15%; display: flex; gap: 15px;
}
.hi-ab-testing .hi-variant {
  flex: 1; background: var(--hi-glass); border-radius: 12px;
  padding: 15px; text-align: center;
}
.hi-ab-testing .hi-variant:first-child { animation: hi-float 4s ease-in-out infinite; }
.hi-ab-testing .hi-variant:last-child { animation: hi-float 4s ease-in-out infinite 0.5s; }
.hi-ab-testing .hi-variant-label {
  width: 30px; height: 30px; background: var(--hi-primary);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px; font-weight: bold; color: white;
}
.hi-ab-testing .hi-variant:last-child .hi-variant-label { background: var(--hi-secondary); }
.hi-ab-testing .hi-variant-content div {
  height: 6px; background: rgba(255,255,255,0.2); border-radius: 3px; margin-bottom: 6px;
}
.hi-ab-testing .hi-winner {
  position: absolute; top: 5%; right: 5%; background: var(--hi-accent);
  padding: 4px 10px; border-radius: 12px; color: white; font-size: 10px;
}

/* UX Design */
.hi-ux .hi-wireframe {
  position: absolute; inset: 12%; background: var(--hi-glass);
  border-radius: 16px; padding: 15px;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-ux .hi-ux-header {
  height: 20px; background: rgba(255,255,255,0.2);
  border-radius: 4px; margin-bottom: 15px;
  display: flex; align-items: center; padding: 0 10px; gap: 6px;
}
.hi-ux .hi-ux-header span {
  width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.4);
}
.hi-ux .hi-ux-content {
  display: grid; grid-template-columns: 1fr 2fr; gap: 10px;
}
.hi-ux .hi-ux-sidebar {
  display: flex; flex-direction: column; gap: 6px;
}
.hi-ux .hi-ux-sidebar div {
  height: 20px; background: rgba(255,255,255,0.1); border-radius: 4px;
}
.hi-ux .hi-ux-main {
  background: rgba(255,255,255,0.1); border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.hi-ux .hi-cursor-ux {
  position: absolute; bottom: 20%; right: 20%;
  font-size: 1.5rem; animation: hi-float 2s ease-in-out infinite;
}

/* ===== OTHER SERVICES ===== */

/* Affiliate Marketing */
.hi-affiliate .hi-link-chain {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  display: flex; align-items: center; gap: 5px;
  animation: hi-float 4s ease-in-out infinite;
}
.hi-affiliate .hi-chain-link {
  width: 40px; height: 60px; border: 6px solid var(--hi-primary);
  border-radius: 20px;
}
.hi-affiliate .hi-chain-link:nth-child(2) {
  margin-left: -15px; border-color: var(--hi-accent);
}
.hi-affiliate .hi-chain-link:nth-child(3) {
  margin-left: -15px; border-color: var(--hi-secondary);
}
.hi-affiliate .hi-commission {
  position: absolute; top: 15%; right: 15%;
  background: var(--hi-accent); padding: 6px 12px;
  border-radius: 12px; color: white; font-size: 12px; font-weight: bold;
}
.hi-affiliate .hi-referral {
  position: absolute; bottom: 15%; left: 15%;
  background: var(--hi-glass); padding: 8px 14px;
  border-radius: 12px; font-size: 11px;
}

/* Lead Generation */
.hi-lead-gen .hi-magnet {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-lead-gen .hi-magnet-body {
  width: 80px; height: 100px; position: relative;
}
.hi-lead-gen .hi-magnet-top {
  width: 80px; height: 30px; background: #ef4444;
  border-radius: 40px 40px 0 0;
}
.hi-lead-gen .hi-magnet-bottom {
  display: flex;
}
.hi-lead-gen .hi-magnet-leg {
  width: 25px; height: 70px; border-radius: 0 0 12px 12px;
}
.hi-lead-gen .hi-magnet-leg:first-child { background: #ef4444; }
.hi-lead-gen .hi-magnet-leg:last-child { background: #3b82f6; margin-left: 30px; }
.hi-lead-gen .hi-lead-icons {
  position: absolute; right: 10%;
  display: flex; flex-direction: column; gap: 10px;
}
.hi-lead-gen .hi-lead-icon {
  width: 30px; height: 30px; background: var(--hi-glass);
  border-radius: 50%; animation: hi-float 2s ease-in-out infinite;
}
.hi-lead-gen .hi-lead-icon:nth-child(2) { animation-delay: 0.2s; }
.hi-lead-gen .hi-lead-icon:nth-child(3) { animation-delay: 0.4s; }

/* Public Relations */
.hi-pr .hi-megaphone {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-15deg);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-pr .hi-mega-body {
  width: 120px; height: 60px; background: var(--hi-primary);
  border-radius: 10px 60px 60px 10px; position: relative;
}
.hi-pr .hi-mega-handle {
  position: absolute; left: -20px; top: 50%; transform: translateY(-50%);
  width: 30px; height: 40px; background: var(--hi-secondary);
  border-radius: 6px;
}
.hi-pr .hi-sound-waves {
  position: absolute; right: -30px; top: 50%; transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 6px;
}
.hi-pr .hi-sound-waves span {
  height: 3px; background: var(--hi-primary); border-radius: 2px;
  animation: hi-pulse 1s ease-in-out infinite;
}
.hi-pr .hi-sound-waves span:nth-child(1) { width: 20px; }
.hi-pr .hi-sound-waves span:nth-child(2) { width: 30px; animation-delay: 0.2s; }
.hi-pr .hi-sound-waves span:nth-child(3) { width: 20px; animation-delay: 0.4s; }
.hi-pr .hi-press {
  position: absolute; top: 10%; right: 10%;
  background: var(--hi-glass); padding: 8px 14px;
  border-radius: 12px; font-size: 11px;
}

/* Copywriting */
.hi-copywriting .hi-pen {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-45deg);
  animation: hi-float 4s ease-in-out infinite;
}
.hi-copywriting .hi-pen-body {
  width: 20px; height: 120px; background: linear-gradient(180deg, #fbbf24, #f59e0b);
  border-radius: 4px 4px 2px 2px; position: relative;
}
.hi-copywriting .hi-pen-tip {
  position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #78716c;
}
.hi-copywriting .hi-pen-tip::after {
  content: ''; position: absolute; bottom: -5px; left: 50%; transform: translateX(-50%);
  width: 4px; height: 8px; background: #1a1a1a;
}
.hi-copywriting .hi-text-lines {
  position: absolute; bottom: 15%; left: 15%;
  display: flex; flex-direction: column; gap: 8px;
}
.hi-copywriting .hi-text-lines span {
  height: 4px; background: rgba(255,255,255,0.3); border-radius: 2px;
}
.hi-copywriting .hi-text-lines span:nth-child(1) { width: 80px; }
.hi-copywriting .hi-text-lines span:nth-child(2) { width: 100px; }
.hi-copywriting .hi-text-lines span:nth-child(3) { width: 60px; }
