/* ========================================
   W-Creators - MEGA PREMIUM Design System v8.0
   95% Premium Quality - Modern, Futuristic, High-End
   ======================================== */

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

/* Force SVG icons to inherit proper sizes */
svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

/* Global icon size control */
[class*="-icon"] svg,
[class*="-icon"] svg * {
  max-width: 100%;
  max-height: 100%;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Heebo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: #e2e8f0;
  background-color: #020c08;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.nav-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* ----------------------------------------
   CSS Custom Properties - MEGA PREMIUM
   ---------------------------------------- */
:root {
  /* Primary - Deep Premium Green */
  --primary-50: #0d2818;
  --primary-100: #0f3520;
  --primary-200: #124228;
  --primary-300: #155231;
  --primary-400: #1a6b3f;
  --primary-500: #1f8a4f;
  --primary-600: #22a559;
  --primary-700: #2dd26c;
  --primary-800: #5cdf8e;
  --primary-900: #a7f0c5;

  /* Background - Deep Dark Greens */
  --bg-darkest: #010805;
  --bg-darker: #020c08;
  --bg-dark: #041610;
  --bg-medium: #062118;
  --bg-light: #083020;
  --bg-card: rgba(8, 48, 32, 0.5);
  --bg-card-hover: rgba(15, 65, 45, 0.7);
  --bg-glass: rgba(4, 22, 16, 0.85);

  /* Accent - Premium Gold */
  --accent-300: #fde68a;
  --accent-400: #fcd34d;
  --accent-500: #f59e0b;
  --accent-600: #d97706;
  --accent-glow: rgba(245, 158, 11, 0.4);

  /* Text Colors */
  --text-primary: #f8fafc;
  --text-secondary: #cbd5e1;
  --text-muted: #94a3b8;
  --text-dark: #1e293b;

  /* Borders & Glows */
  --border-subtle: rgba(34, 165, 89, 0.12);
  --border-medium: rgba(34, 165, 89, 0.22);
  --border-strong: rgba(34, 165, 89, 0.35);
  --glow-green: rgba(34, 165, 89, 0.5);
  --glow-gold: rgba(245, 158, 11, 0.5);

  /* Layout */
  --header-height: 80px;
  --container-max: 1400px;
  --container-narrow: 900px;

  /* Spacing Scale */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;

  /* Typography Scale */
  --text-xs: 0.8125rem;
  --text-sm: 0.9375rem;
  --text-base: 1.0625rem;
  --text-lg: 1.1875rem;
  --text-xl: 1.375rem;
  --text-2xl: 1.625rem;
  --text-3xl: 2rem;
  --text-4xl: 2.5rem;
  --text-5xl: 3.25rem;
  --text-6xl: 4rem;
  --text-7xl: 5rem;

  /* Font Weights */
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --font-black: 900;

  /* Border Radius */
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-2xl: 1.25rem;
  --radius-3xl: 1.5rem;
  --radius-4xl: 2rem;
  --radius-full: 9999px;

  /* Premium Shadows */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 20px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.5);
  --shadow-xl: 0 16px 60px rgba(0, 0, 0, 0.6);
  --shadow-glow-sm: 0 0 20px rgba(34, 165, 89, 0.15);
  --shadow-glow-md: 0 0 40px rgba(34, 165, 89, 0.2);
  --shadow-glow-lg: 0 0 60px rgba(34, 165, 89, 0.25);
  --shadow-gold: 0 0 30px rgba(245, 158, 11, 0.3);
  --shadow-float: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  --shadow-card: 0 4px 30px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255,255,255,0.03);

  /* Transitions */
  --transition-fast: 150ms ease;
  --transition-base: 300ms ease;
  --transition-smooth: 500ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-premium: 600ms cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Z-Index */
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-fixed: 1000;
  --z-modal: 1100;
  --z-tooltip: 1200;
}

/* ----------------------------------------
   Typography System
   ---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: var(--font-bold);
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  letter-spacing: -0.025em;
}

h1 {
  font-size: var(--text-4xl);
  font-weight: var(--font-extrabold);
}
h2 { font-size: var(--text-3xl); }
h3 { font-size: var(--text-2xl); }
h4 { font-size: var(--text-xl); }
h5 { font-size: var(--text-lg); }

@media (min-width: 768px) {
  h1 { font-size: var(--text-5xl); }
  h2 { font-size: var(--text-4xl); }
  h3 { font-size: var(--text-3xl); }
}

@media (min-width: 1024px) {
  h1 { font-size: var(--text-6xl); }
  h2 { font-size: var(--text-5xl); }
}

p {
  margin-bottom: var(--space-4);
  color: var(--text-secondary);
  font-size: var(--text-base);
  line-height: 1.8;
}

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

a:hover {
  color: var(--primary-800);
}

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

/* Text Utilities */
.text-gradient {
  background: linear-gradient(135deg, var(--primary-700) 0%, var(--accent-400) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-lg {
  font-size: var(--text-lg);
}

.text-glow {
  text-shadow: 0 0 40px rgba(34, 165, 89, 0.5);
}

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

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

@media (min-width: 768px) {
  .container {
    padding: 0 var(--space-8);
  }
}

.container-narrow {
  max-width: var(--container-narrow);
}

/* ----------------------------------------
   HEADER - Premium Glassmorphism
   ---------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  z-index: var(--z-fixed);
  transition: all var(--transition-smooth);
}

.header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 12, 8, 0.95) 0%, rgba(2, 12, 8, 0.9) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-subtle);
  opacity: 0;
  transition: opacity var(--transition-smooth);
}

.header.scrolled::before {
  opacity: 1;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-5);
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  text-decoration: none;
  z-index: 10;
}

.logo-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  border-radius: var(--radius-lg);
  font-size: 1.375rem;
  font-weight: var(--font-black);
  color: white;
  box-shadow: var(--shadow-glow-sm);
  transition: all var(--transition-base);
}

.logo:hover .logo-icon {
  transform: scale(1.05);
  box-shadow: var(--shadow-glow-md);
}

.logo-text {
  font-size: 1.375rem;
  font-weight: var(--font-bold);
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

/* Navigation */
.nav {
  display: none;
}

@media (min-width: 1024px) {
  .nav {
    display: block;
  }
}

.nav-list {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  list-style: none;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--text-secondary);
  border-radius: var(--radius-lg);
  transition: all var(--transition-base);
}

.nav-link:hover,
.nav-link.active {
  color: var(--text-primary);
  background: var(--bg-card);
}

.nav-link svg {
  width: 14px;
  height: 14px;
  transition: transform var(--transition-base);
}

.nav-item.has-mega-menu:hover .nav-link svg {
  transform: rotate(180deg);
}

/* Mega Menu */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 700px;
  background: var(--bg-glass);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-float), var(--shadow-glow-sm);
  padding: var(--space-6);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-base);
}

.nav-item.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.mega-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-3);
}

.mega-menu-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-4);
  border-radius: var(--radius-xl);
  transition: all var(--transition-base);
}

.mega-menu-item:hover {
  background: var(--bg-card);
}

.mega-menu-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  flex-shrink: 0;
  transition: all var(--transition-base);
}

.mega-menu-item:hover .mega-menu-icon {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-color: transparent;
  box-shadow: var(--shadow-glow-sm);
}

.mega-menu-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--primary-700);
  stroke-width: 1.5;
  transition: all var(--transition-base);
}

.mega-menu-item:hover .mega-menu-icon svg {
  stroke: white;
}

.mega-menu-title {
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--text-primary);
  margin-bottom: 2px;
}

.mega-menu-desc {
  font-size: var(--text-xs);
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}

.mega-menu-footer {
  margin-top: var(--space-4);
  padding-top: var(--space-4);
  border-top: 1px solid var(--border-subtle);
}

.mega-menu-footer-link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--primary-700);
}

.mega-menu-footer-link svg {
  width: 16px;
  height: 16px;
  transition: transform var(--transition-base);
}

.mega-menu-footer-link:hover svg {
  transform: translateX(-4px);
}

/* Header CTA */
.header-cta {
  display: none;
}

@media (min-width: 1024px) {
  .header-cta {
    display: block;
  }
}

.hide-mobile {
  display: none;
}

@media (min-width: 1024px) {
  .hide-mobile {
    display: block;
  }
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  cursor: pointer;
  z-index: 10;
  transition: all var(--transition-base);
}

@media (min-width: 1024px) {
  .mobile-menu-toggle {
    display: none;
  }
}

.mobile-menu-toggle:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-medium);
}

.mobile-menu-toggle span,
.mobile-menu-toggle span::before,
.mobile-menu-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: all var(--transition-base);
}

.mobile-menu-toggle span {
  position: relative;
}

.mobile-menu-toggle span::before,
.mobile-menu-toggle span::after {
  content: '';
  position: absolute;
  left: 0;
}

.mobile-menu-toggle span::before {
  top: -6px;
}

.mobile-menu-toggle span::after {
  top: 6px;
}

.mobile-menu-toggle.active span {
  background: transparent;
}

.mobile-menu-toggle.active span::before {
  transform: rotate(45deg);
  top: 0;
}

.mobile-menu-toggle.active span::after {
  transform: rotate(-45deg);
  top: 0;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg-glass);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: var(--space-6);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-smooth);
  z-index: var(--z-fixed);
  overflow-y: auto;
}

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

.mobile-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-4) var(--space-5);
  font-size: var(--text-lg);
  font-weight: var(--font-medium);
  color: var(--text-secondary);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  transition: all var(--transition-base);
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  color: var(--text-primary);
  background: var(--bg-card-hover);
  border-color: var(--border-medium);
}

.mobile-nav-link svg {
  width: 16px;
  height: 16px;
  transition: transform var(--transition-base);
}

.mobile-nav-item.has-submenu.active .mobile-nav-link svg,
.mobile-nav-item.has-submenu.open .mobile-nav-link svg {
  transform: rotate(180deg);
}

.mobile-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-smooth);
}

.mobile-nav-item.has-submenu.active .mobile-submenu,
.mobile-nav-item.has-submenu.open .mobile-submenu {
  max-height: 500px;
}

.mobile-submenu-list {
  list-style: none;
  padding: var(--space-3) 0 0 var(--space-4);
}

.mobile-submenu-link {
  display: block;
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-base);
  color: var(--text-muted);
  border-radius: var(--radius-lg);
  transition: all var(--transition-base);
}

.mobile-submenu-link:hover {
  color: var(--text-primary);
  background: var(--bg-card);
}

.mobile-nav-cta {
  margin-top: var(--space-8);
}

/* ----------------------------------------
   BUTTONS - Premium Design
   ---------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-6);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  line-height: 1.5;
  border-radius: var(--radius-xl);
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all var(--transition-base);
  white-space: nowrap;
}

.btn svg {
  width: 16px;
  height: 16px;
  transition: transform var(--transition-base);
}

.btn:hover svg {
  transform: translateX(-3px);
}

.btn-lg {
  padding: var(--space-4) var(--space-8);
  font-size: var(--text-base);
  border-radius: var(--radius-xl);
}

.btn-lg svg {
  width: 18px;
  height: 18px;
}

/* Primary Button */
.btn-primary {
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(34, 165, 89, 0.3);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--primary-600) 0%, var(--primary-700) 100%);
  box-shadow: 0 6px 25px rgba(34, 165, 89, 0.4);
  transform: translateY(-2px);
  color: white;
}

/* Secondary Button */
.btn-secondary {
  background: var(--bg-card);
  border: 1px solid var(--border-medium);
  color: var(--text-primary);
}

.btn-secondary:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-strong);
  transform: translateY(-2px);
  color: var(--text-primary);
}

/* Outline Button */
.btn-outline {
  background: transparent;
  border: 1px solid var(--border-medium);
  color: var(--text-primary);
}

.btn-outline:hover {
  background: var(--bg-card);
  border-color: var(--primary-600);
  color: var(--primary-700);
}

/* Gold Button */
.btn-gold {
  background: linear-gradient(135deg, var(--accent-500) 0%, var(--accent-600) 100%);
  color: var(--bg-darkest);
  font-weight: var(--font-bold);
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
}

.btn-gold:hover {
  background: linear-gradient(135deg, var(--accent-400) 0%, var(--accent-500) 100%);
  box-shadow: 0 6px 25px rgba(245, 158, 11, 0.4);
  transform: translateY(-2px);
  color: var(--bg-darkest);
}

.w-full {
  width: 100%;
}

/* ========================================
   HERO SECTION - MEGA PREMIUM
   Stunning Visual Impact with Animations
   ======================================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-height) + var(--space-12)) 0 var(--space-16);
  overflow: hidden;
}

@media (min-width: 768px) {
  .hero {
    padding: calc(var(--header-height) + var(--space-16)) 0 var(--space-20);
  }
}

/* Hero Background - Complex Layered Effect */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-bg-base {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    var(--bg-darkest) 0%,
    var(--bg-darker) 30%,
    var(--bg-dark) 60%,
    var(--bg-medium) 100%
  );
}

.hero-bg-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(34, 165, 89, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse 60% 40% at 80% 50%, rgba(34, 165, 89, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 50% 30% at 20% 60%, rgba(245, 158, 11, 0.05) 0%, transparent 50%);
}

/* Animated Grid Pattern */
.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34, 165, 89, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 165, 89, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(180deg, transparent 0%, black 30%, black 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 30%, black 70%, transparent 100%);
  animation: gridMove 30s linear infinite;
}

@keyframes gridMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(60px, 60px); }
}

/* Floating Orbs - Elegant Animation */
.hero-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
  animation: floatOrb 20s ease-in-out infinite;
}

.hero-bg-orb-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(34, 165, 89, 0.2) 0%, transparent 70%);
  top: -20%;
  right: -10%;
  animation-delay: 0s;
}

.hero-bg-orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(34, 165, 89, 0.15) 0%, transparent 70%);
  bottom: 10%;
  left: -5%;
  animation-delay: -7s;
}

.hero-bg-orb-3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.08) 0%, transparent 70%);
  top: 40%;
  right: 20%;
  animation-delay: -14s;
}

@keyframes floatOrb {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(30px, -30px) scale(1.05); }
  50% { transform: translate(-20px, 20px) scale(0.95); }
  75% { transform: translate(20px, 30px) scale(1.02); }
}

/* Floating Particles */
.hero-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--primary-600);
  border-radius: 50%;
  opacity: 0.4;
  animation: particleFloat 15s ease-in-out infinite;
}

.particle:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; }
.particle:nth-child(2) { left: 20%; top: 60%; animation-delay: -2s; }
.particle:nth-child(3) { left: 35%; top: 30%; animation-delay: -4s; }
.particle:nth-child(4) { left: 50%; top: 70%; animation-delay: -6s; }
.particle:nth-child(5) { left: 65%; top: 25%; animation-delay: -8s; }
.particle:nth-child(6) { left: 75%; top: 55%; animation-delay: -10s; }
.particle:nth-child(7) { left: 85%; top: 35%; animation-delay: -12s; }
.particle:nth-child(8) { left: 90%; top: 80%; animation-delay: -14s; }

@keyframes particleFloat {
  0%, 100% { transform: translateY(0) scale(1); opacity: 0.4; }
  50% { transform: translateY(-100px) scale(1.5); opacity: 0.8; }
}

/* Hero Container */
.hero-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-12);
  align-items: center;
}

@media (min-width: 1024px) {
  .hero-container {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-16);
  }
}

/* Hero Content */
.hero-content {
  text-align: center;
}

@media (min-width: 1024px) {
  .hero-content {
    text-align: right;
  }
}

/* Hero Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(245, 158, 11, 0.05) 100%);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  color: var(--accent-400);
  margin-bottom: var(--space-6);
  animation: badgePulse 3s ease-in-out infinite;
}

.hero-badge svg {
  width: 14px;
  height: 14px;
  fill: var(--accent-400);
}

@keyframes badgePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.2); }
  50% { box-shadow: 0 0 0 8px rgba(245, 158, 11, 0); }
}

/* Hero Title */
.hero-title {
  font-size: var(--text-4xl);
  font-weight: var(--font-extrabold);
  line-height: 1.1;
  margin-bottom: var(--space-6);
  color: var(--text-primary);
  letter-spacing: -0.03em;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: var(--text-5xl);
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: var(--text-6xl);
  }
}

.hero-title-highlight {
  display: block;
  background: linear-gradient(135deg, var(--primary-700) 0%, var(--primary-500) 50%, var(--accent-400) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% 200%;
  animation: gradientShift 5s ease-in-out infinite;
}

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

/* Hero Subtitle */
.hero-subtitle {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: var(--space-8);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .hero-subtitle {
    font-size: var(--text-xl);
    margin-left: auto;
    margin-right: 0;
  }
}

/* Hero Buttons */
.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin-bottom: var(--space-10);
}

@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .hero-buttons {
    justify-content: flex-end;
  }
}

/* Hero Features */
.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  justify-content: center;
}

@media (min-width: 1024px) {
  .hero-features {
    justify-content: flex-end;
  }
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--text-muted);
}

.hero-feature-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 165, 89, 0.15);
  border-radius: 50%;
}

.hero-feature-icon svg {
  width: 10px;
  height: 10px;
  stroke: var(--primary-700);
  stroke-width: 3;
}

/* Hero Wrapper - New Clean Layout */
.hero-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  align-items: center;
}

@media (min-width: 1024px) {
  .hero-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}

/* Hero Gradient Background */
.hero-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(34, 165, 89, 0.12) 0%, transparent 60%),
    linear-gradient(180deg, var(--bg-darkest) 0%, var(--bg-darker) 100%);
}

/* Hero CTA */
.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

@media (max-width: 640px) {
  .hero-cta {
    flex-direction: column;
  }

  .hero-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Hero Trust */
.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.hero-trust-item svg {
  stroke: var(--primary);
  flex-shrink: 0;
}

/* Hero Image Wrapper */
.hero-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.hero-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-image-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(4, 22, 16, 0.5) 100%);
  pointer-events: none;
}

/* Hero Stats */
.hero-stats {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.hero-stat-card {
  flex: 1;
  padding: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  text-align: center;
}

.hero-stat-value {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4px;
}

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

/* Text Gradient Utility */
.text-gradient {
  background: linear-gradient(135deg, var(--primary), #4ade80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Hero Visual */
.hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
}

.hero-visual-main {
  position: relative;
  border-radius: var(--radius-3xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl), var(--shadow-glow-md);
  transform: perspective(1000px) rotateY(-5deg);
  transition: transform var(--transition-smooth);
}

.hero-visual-main:hover {
  transform: perspective(1000px) rotateY(0deg);
}

.hero-visual-main img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
}

.hero-visual-main::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(1, 8, 5, 0.7) 100%);
  pointer-events: none;
}

/* Floating Cards */
.hero-float-card {
  position: absolute;
  background: var(--bg-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: var(--space-4);
  box-shadow: var(--shadow-lg);
  animation: floatCard 6s ease-in-out infinite;
  z-index: 10;
}

.hero-float-card-1 {
  top: 15%;
  right: -10%;
  animation-delay: 0s;
}

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

.hero-float-card-3 {
  bottom: 10%;
  right: 5%;
  animation-delay: -4s;
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.float-card-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: var(--radius-md);
  margin-bottom: var(--space-2);
}

.float-card-icon svg {
  width: 14px;
  height: 14px;
  stroke: white;
  stroke-width: 2;
}

.float-card-title {
  font-size: var(--text-xs);
  color: var(--text-muted);
  margin-bottom: 2px;
}

.float-card-value {
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
  color: var(--primary-700);
}

/* ----------------------------------------
   TRUST BAR
   ---------------------------------------- */
.trust-bar {
  background: linear-gradient(180deg, var(--bg-medium) 0%, var(--bg-dark) 100%);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  padding: var(--space-5) 0;
}

.trust-bar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-6);
}

@media (min-width: 768px) {
  .trust-bar-inner {
    gap: var(--space-10);
  }
}

.trust-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--text-muted);
}

.trust-item svg {
  width: 18px;
  height: 18px;
  stroke: var(--primary-600);
  stroke-width: 1.5;
}

/* ----------------------------------------
   CLIENTS SECTION
   ---------------------------------------- */
.clients-section {
  padding: var(--space-12) 0;
  background: var(--bg-dark);
  overflow: hidden;
}

.clients-title {
  text-align: center;
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--text-muted);
  margin-bottom: var(--space-8);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.clients-track {
  display: flex;
  gap: var(--space-12);
  animation: scrollClients 30s linear infinite;
}

.client-logo {
  flex-shrink: 0;
  opacity: 0.4;
  transition: opacity var(--transition-base);
}

.client-logo:hover {
  opacity: 0.8;
}

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

/* ----------------------------------------
   SECTIONS - Unified System
   ---------------------------------------- */
.section {
  padding: var(--space-20) 0;
  position: relative;
}

@media (min-width: 768px) {
  .section {
    padding: var(--space-24) 0;
  }
}

.section-gradient {
  background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-medium) 50%, var(--bg-dark) 100%);
}

.section-dark {
  background: var(--bg-darkest);
}

.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--space-12);
}

@media (min-width: 768px) {
  .section-header {
    margin-bottom: var(--space-16);
  }
}

.section-label,
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.12) 0%, rgba(34, 165, 89, 0.04) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  color: var(--primary-700);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: var(--space-4);
}

.section-title {
  font-size: var(--text-3xl);
  font-weight: var(--font-extrabold);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

@media (min-width: 768px) {
  .section-title {
    font-size: var(--text-4xl);
  }
}

.section-subtitle {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* ----------------------------------------
   SERVICE CARDS - Premium Design
   ---------------------------------------- */
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
}

@media (min-width: 640px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.service-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
  transition: all var(--transition-smooth);
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-500), var(--primary-600));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-smooth);
}

.service-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-medium);
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg), var(--shadow-glow-sm);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.badge-premium {
  position: absolute;
  top: var(--space-4);
  left: var(--space-4);
  padding: var(--space-1) var(--space-3);
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
  color: var(--bg-darkest);
  text-transform: uppercase;
}

.service-card-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.1) 0%, rgba(34, 165, 89, 0.03) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-4);
  transition: all var(--transition-smooth);
}

.service-card:hover .service-card-icon {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-color: transparent;
}

.service-card-icon svg {
  width: 18px !important;
  height: 18px !important;
  stroke: var(--primary-600);
  stroke-width: 1.5;
  transition: all var(--transition-base);
}

.service-card:hover .service-card-icon svg {
  stroke: white;
}

.service-card-title {
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
}

.service-card-text {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-5);
}

.service-card-link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--primary-700);
}

.service-card-link svg {
  width: 16px;
  height: 16px;
  transition: transform var(--transition-base);
}

.service-card-link:hover svg {
  transform: translateX(-4px);
}

/* Featured Service Card - Premium Style */
.service-card-featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  transition: all var(--transition-smooth);
}

@media (min-width: 768px) {
  .service-card-featured {
    grid-template-columns: 1fr 1fr;
  }
}

.service-card-featured:hover {
  border-color: var(--primary-500);
  box-shadow: var(--shadow-lg), var(--shadow-glow-sm);
  transform: translateY(-4px);
}

.service-card-featured-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .service-card-featured-image {
    height: 100%;
    min-height: 280px;
  }
}

.service-card-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-smooth);
}

.service-card-featured:hover .service-card-featured-image img {
  transform: scale(1.05);
}

.service-card-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(4, 22, 16, 0.3) 0%, rgba(34, 165, 89, 0.2) 100%);
}

.service-card-featured-badge {
  position: absolute;
  top: var(--space-4);
  right: var(--space-4);
  padding: var(--space-1) var(--space-3);
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
  color: var(--bg-darkest);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.service-card-featured-content {
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .service-card-featured-content {
    padding: var(--space-8);
  }
}

.service-card-featured-content .service-card-icon {
  width: 40px !important;
  height: 40px !important;
  margin-bottom: var(--space-4);
}

.service-card-featured-content .service-card-icon svg {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
}

.service-card-featured-content .service-card-title {
  font-size: var(--text-xl);
  margin-bottom: var(--space-3);
}

.service-card-featured-content .service-card-text {
  margin-bottom: var(--space-4);
}

.service-card-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-2);
  margin-bottom: var(--space-5);
  list-style: none;
}

.service-card-features li {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--text-secondary);
}

.service-card-features li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: var(--primary-500);
  border-radius: 50%;
  flex-shrink: 0;
}

.service-card-featured .btn {
  align-self: flex-start;
}

/* ----------------------------------------
   STATS SECTION
   ---------------------------------------- */
.stats-section {
  padding: var(--space-16) 0;
  background: linear-gradient(180deg, var(--bg-medium) 0%, var(--bg-dark) 100%);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-8);
}

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

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

.stat-number {
  font-size: var(--text-4xl);
  font-weight: var(--font-black);
  background: linear-gradient(135deg, var(--primary-700) 0%, var(--accent-400) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: var(--space-2);
}

@media (min-width: 768px) {
  .stat-number {
    font-size: var(--text-5xl);
  }
}

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

/* ----------------------------------------
   WHY US SECTION
   ---------------------------------------- */
.why-us-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-12);
  align-items: center;
}

@media (min-width: 1024px) {
  .why-us-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-16);
  }
}

.why-us-image {
  position: relative;
  border-radius: var(--radius-3xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.why-us-image img {
  width: 100%;
  height: auto;
  display: block;
}

.why-us-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(1, 8, 5, 0.8) 100%);
  pointer-events: none;
}

.why-us-image-badge {
  position: absolute;
  bottom: var(--space-6);
  right: var(--space-6);
  background: var(--bg-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: var(--space-4) var(--space-5);
  text-align: center;
  z-index: 10;
}

.why-us-image-badge-number {
  font-size: var(--text-3xl);
  font-weight: var(--font-black);
  color: var(--primary-700);
  line-height: 1;
}

.why-us-image-badge-text {
  font-size: var(--text-xs);
  color: var(--text-muted);
  margin-top: var(--space-1);
}

.why-us-content {
  text-align: center;
}

@media (min-width: 1024px) {
  .why-us-content {
    text-align: right;
  }
}

.why-us-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.why-us-item {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  text-align: right;
}

.why-us-item-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.1) 0%, rgba(34, 165, 89, 0.03) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  flex-shrink: 0;
  transition: all var(--transition-smooth);
}

.why-us-item:hover .why-us-item-icon {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-color: transparent;
}

.why-us-item-icon svg {
  width: 16px !important;
  height: 16px !important;
  stroke: var(--primary-600);
  stroke-width: 1.5;
  transition: all var(--transition-base);
}

.why-us-item:hover .why-us-item-icon svg {
  stroke: white;
}

.why-us-item-content h4 {
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  color: var(--text-primary);
  margin-bottom: var(--space-1);
}

.why-us-item-content p {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.7;
}

/* ----------------------------------------
   TESTIMONIALS
   ---------------------------------------- */
.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
}

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

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

.testimonial-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
  transition: all var(--transition-smooth);
}

.testimonial-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-medium);
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.testimonial-stars {
  display: flex;
  gap: 2px;
  margin-bottom: var(--space-4);
}

.testimonial-stars svg {
  width: 16px;
  height: 16px;
  fill: var(--accent-400);
}

.testimonial-text {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: var(--space-6);
  font-style: italic;
}

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

.testimonial-author-image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--border-medium);
}

.testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.testimonial-author-name {
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--text-primary);
}

.testimonial-author-role {
  font-size: var(--text-xs);
  color: var(--text-muted);
}

/* ----------------------------------------
   CTA SECTION
   ---------------------------------------- */
.cta-section {
  padding: var(--space-20) 0;
  background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-medium) 50%, var(--bg-dark) 100%);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(34, 165, 89, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.cta-content {
  position: relative;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.cta-title {
  font-size: var(--text-3xl);
  font-weight: var(--font-extrabold);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

@media (min-width: 768px) {
  .cta-title {
    font-size: var(--text-4xl);
  }
}

.cta-text {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  margin-bottom: var(--space-8);
}

.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  justify-content: center;
}

@media (min-width: 640px) {
  .cta-buttons {
    flex-direction: row;
  }
}

/* CTA with Image Layout */
.cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-8);
}

@media (min-width: 768px) {
  .cta-wrapper {
    flex-direction: row;
    justify-content: center;
    gap: var(--space-12);
  }
}

.cta-image {
  flex-shrink: 0;
  max-width: 280px;
}

@media (min-width: 768px) {
  .cta-image {
    max-width: 320px;
  }
}

.cta-image img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
  animation: float 4s ease-in-out infinite;
}

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

.cta-wrapper .cta-content {
  text-align: center;
}

@media (min-width: 768px) {
  .cta-wrapper .cta-content {
    text-align: right;
    max-width: 550px;
    margin: 0;
  }
}

/* ----------------------------------------
   FOOTER
   ---------------------------------------- */
.footer {
  background: var(--bg-darkest);
  padding: var(--space-16) 0 0;
  border-top: 1px solid var(--border-subtle);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-10);
  margin-bottom: var(--space-12);
}

@media (min-width: 640px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
  }
}

.footer-brand p {
  font-size: var(--text-sm);
  color: var(--text-muted);
  margin: var(--space-4) 0;
  line-height: 1.8;
}

.footer-social {
  display: flex;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.footer-social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  transition: all var(--transition-base);
}

.footer-social-link:hover {
  background: var(--bg-card-hover);
  border-color: var(--primary-600);
}

.footer-social-link svg {
  width: 18px;
  height: 18px;
  fill: var(--text-muted);
  stroke: var(--text-muted);
  transition: all var(--transition-base);
}

.footer-social-link:hover svg {
  fill: var(--primary-700);
  stroke: var(--primary-700);
}

.footer-column {
  text-align: right;
}

.footer-title {
  font-size: var(--text-sm);
  font-weight: var(--font-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: var(--space-2);
}

.footer-links a {
  font-size: var(--text-sm);
  color: var(--text-muted);
  transition: color var(--transition-base);
}

.footer-links a:hover {
  color: var(--primary-700);
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
  font-size: var(--text-sm);
  color: var(--text-muted);
}

.footer-contact-item svg {
  width: 18px;
  height: 18px;
  stroke: var(--primary-600);
  stroke-width: 1.5;
  flex-shrink: 0;
}

.footer-contact-item a {
  color: var(--text-muted);
}

.footer-contact-item a:hover {
  color: var(--primary-700);
}

.footer-bottom {
  padding: var(--space-6) 0;
  border-top: 1px solid var(--border-subtle);
}

.footer-bottom-inner {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-bottom-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-copyright {
  font-size: var(--text-sm);
  color: var(--text-muted);
  margin: 0;
}

.footer-legal {
  display: flex;
  gap: var(--space-6);
}

.footer-legal a {
  font-size: var(--text-sm);
  color: var(--text-muted);
}

.footer-legal a:hover {
  color: var(--primary-700);
}

/* ----------------------------------------
   WHATSAPP FLOAT
   ---------------------------------------- */
.whatsapp-float {
  position: fixed;
  bottom: var(--space-6);
  left: var(--space-6);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: var(--z-fixed);
  transition: all var(--transition-base);
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: white;
}

.whatsapp-tooltip {
  position: absolute;
  right: calc(100% + var(--space-3));
  top: 50%;
  transform: translateY(-50%);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: var(--space-2) var(--space-3);
  font-size: var(--text-sm);
  color: var(--text-primary);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-base);
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
}

/* ----------------------------------------
   BACK TO TOP
   ---------------------------------------- */
.back-to-top {
  position: fixed;
  bottom: var(--space-6);
  right: var(--space-6);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  cursor: pointer;
  z-index: var(--z-fixed);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all var(--transition-base);
}

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

.back-to-top:hover {
  background: var(--bg-card-hover);
  border-color: var(--primary-600);
}

.back-to-top svg {
  width: 20px;
  height: 20px;
  stroke: var(--text-primary);
  stroke-width: 2;
}

/* ----------------------------------------
   ANIMATIONS - Scroll Reveal
   ---------------------------------------- */
[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s var(--ease-out-expo);
}

[data-animate="fade-up"] {
  transform: translateY(30px);
}

[data-animate="fade-left"] {
  transform: translateX(30px);
}

[data-animate="fade-right"] {
  transform: translateX(-30px);
}

[data-animate].animated {
  opacity: 1;
  transform: translate(0, 0);
}

/* Staggered delays */
[data-delay="100"] { transition-delay: 0.1s; }
[data-delay="200"] { transition-delay: 0.2s; }
[data-delay="300"] { transition-delay: 0.3s; }
[data-delay="400"] { transition-delay: 0.4s; }
[data-delay="500"] { transition-delay: 0.5s; }

/* ----------------------------------------
   PAGE HERO (Internal Pages)
   ---------------------------------------- */
.page-hero {
  position: relative;
  padding: calc(var(--header-height) + var(--space-16)) 0 var(--space-16);
  text-align: center;
  overflow: hidden;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--bg-darkest) 0%, var(--bg-dark) 100%);
  z-index: 0;
}

.page-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(34, 165, 89, 0.1) 0%, transparent 60%);
}

.floating-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
  animation: floatOrb 20s ease-in-out infinite;
}

.orb-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(34, 165, 89, 0.15) 0%, transparent 70%);
  top: -10%;
  right: -5%;
}

.orb-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(34, 165, 89, 0.1) 0%, transparent 70%);
  bottom: -10%;
  left: -5%;
  animation-delay: -7s;
}

.orb-3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.08) 0%, transparent 70%);
  top: 30%;
  left: 20%;
  animation-delay: -14s;
}

.page-hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.page-hero-title {
  font-size: var(--text-4xl);
  font-weight: var(--font-extrabold);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

@media (min-width: 768px) {
  .page-hero-title {
    font-size: var(--text-5xl);
  }
}

.page-hero-subtitle {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
}

/* Compact variant for legal pages */
.page-hero-compact {
  padding: calc(var(--header-height) + var(--space-10)) 0 var(--space-10);
}

.page-hero-compact .page-hero-title {
  font-size: var(--text-3xl);
}

@media (min-width: 768px) {
  .page-hero-compact .page-hero-title {
    font-size: var(--text-4xl);
  }
}

.page-hero-label {
  display: inline-block;
  padding: var(--space-2) var(--space-4);
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15), rgba(34, 165, 89, 0.05));
  border: 1px solid rgba(34, 165, 89, 0.2);
  border-radius: var(--radius-full);
  color: var(--primary-500);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  margin-bottom: var(--space-4);
}

/* Animate classes for pages */
.animate-fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s var(--ease-out-expo) forwards;
}

.animate-fade-left {
  opacity: 0;
  transform: translateX(30px);
  animation: fadeLeft 0.8s var(--ease-out-expo) 0.2s forwards;
}

.animate-fade-right {
  opacity: 0;
  transform: translateX(-30px);
  animation: fadeRight 0.8s var(--ease-out-expo) 0.2s forwards;
}

@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeLeft {
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeRight {
  to { opacity: 1; transform: translateX(0); }
}

/* ----------------------------------------
   ABOUT PAGE STYLES
   ---------------------------------------- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-12);
  align-items: center;
}

@media (min-width: 1024px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
  }
}

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

.about-image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-image-badge {
  position: absolute;
  bottom: var(--space-6);
  left: var(--space-6);
  background: var(--bg-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: var(--space-4) var(--space-5);
  text-align: center;
}

.badge-number {
  display: block;
  font-size: var(--text-3xl);
  font-weight: var(--font-black);
  color: var(--primary-700);
  line-height: 1;
}

.badge-text {
  display: block;
  font-size: var(--text-xs);
  color: var(--text-muted);
  margin-top: var(--space-1);
}

.about-content p {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: var(--space-4);
}

.about-content p strong {
  color: var(--primary-700);
  font-weight: var(--font-semibold);
}

.about-features {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.about-feature {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--text-muted);
}

.about-feature-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 165, 89, 0.12);
  border-radius: 50%;
  flex-shrink: 0;
}

.about-feature-icon svg {
  width: 10px !important;
  height: 10px !important;
  stroke: var(--primary-600);
  stroke-width: 2.5;
}

/* Innovation Features (About page) */
.innovation-features {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin-top: var(--space-6);
}

.innovation-feature {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
}

.innovation-feature-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 165, 89, 0.12);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
}

.innovation-feature-icon svg {
  width: 10px !important;
  height: 10px !important;
  stroke: var(--primary-600);
  stroke-width: 2.5;
}

.innovation-feature-content h4 {
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--text-primary);
  margin-bottom: 2px;
}

.innovation-feature-content p {
  font-size: var(--text-sm);
  color: var(--text-muted);
  margin: 0;
}

/* ----------------------------------------
   VALUES GRID
   ---------------------------------------- */
.values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
}

@media (min-width: 640px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.value-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
  text-align: center;
  transition: all var(--transition-smooth);
}

.value-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-medium);
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg), var(--shadow-glow-sm);
}

.value-card-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.1) 0%, rgba(34, 165, 89, 0.03) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  margin: 0 auto var(--space-4);
  transition: all var(--transition-smooth);
}

.value-card:hover .value-card-icon {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-color: transparent;
}

.value-card-icon svg {
  width: 16px !important;
  height: 16px !important;
  stroke: var(--primary-600);
  stroke-width: 1.5;
  transition: all var(--transition-base);
}

.value-card:hover .value-card-icon svg {
  stroke: white;
}

.value-card-title {
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
}

.value-card-text {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* ----------------------------------------
   CONTACT PAGE
   ---------------------------------------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-12);
}

@media (min-width: 1024px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-5);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  transition: all var(--transition-base);
}

.contact-info-item:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-medium);
}

.contact-info-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.1) 0%, rgba(34, 165, 89, 0.03) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  flex-shrink: 0;
}

.contact-info-icon svg {
  width: 16px !important;
  height: 16px !important;
  stroke: var(--primary-600);
  stroke-width: 1.5;
}

.contact-info-content h4 {
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--text-primary);
  margin-bottom: 2px;
}

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

.contact-info-content a {
  color: var(--text-muted);
}

.contact-info-content a:hover {
  color: var(--primary-700);
}

/* Contact Info Cards */
.contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.contact-info-card {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-4);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  transition: all var(--transition-base);
  text-decoration: none;
}

.contact-info-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-medium);
}

.contact-info-card-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.1) 0%, rgba(34, 165, 89, 0.03) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  flex-shrink: 0;
}

.contact-info-card-icon svg {
  width: 16px !important;
  height: 16px !important;
  stroke: var(--primary-600);
  stroke-width: 1.5;
  fill: none;
}

.contact-info-card-whatsapp .contact-info-card-icon {
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.1) 0%, rgba(37, 211, 102, 0.03) 100%);
}

.contact-info-card-whatsapp .contact-info-card-icon svg {
  fill: #25D366;
  stroke: none;
  width: 18px;
  height: 18px;
}

.contact-info-card-content h4 {
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--text-primary);
  margin-bottom: 2px;
}

.contact-info-card-content span {
  font-size: var(--text-sm);
  color: var(--text-muted);
}

/* Contact Form */
.contact-form {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
}

.form-group {
  margin-bottom: var(--space-5);
}

.form-label {
  display: block;
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
}

.form-input,
.form-textarea {
  width: 100%;
  padding: var(--space-4);
  background: var(--bg-dark);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  font-size: var(--text-base);
  color: var(--text-primary);
  font-family: inherit;
  transition: all var(--transition-base);
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--primary-600);
  box-shadow: 0 0 0 3px rgba(34, 165, 89, 0.1);
}

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

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

/* Contact Creative Image Layout */
.contact-image-creative {
  position: relative;
  margin-top: var(--space-8);
  height: 350px;
}

.contact-image-main {
  position: relative;
  width: 85%;
  height: 280px;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

.contact-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.contact-image-main:hover img {
  transform: scale(1.05);
}

.contact-image-badge {
  position: absolute;
  bottom: var(--space-4);
  right: var(--space-4);
  display: flex;
  align-items: center;
  gap: var(--space-2);
  background: rgba(34, 165, 89, 0.95);
  backdrop-filter: blur(10px);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-full);
  color: white;
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
}

.contact-image-badge .badge-icon svg {
  width: 16px;
  height: 16px;
  stroke: white;
}

.contact-image-secondary {
  position: absolute;
  bottom: 0;
  left: 60%;
  width: 180px;
  height: 140px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 4px solid var(--bg-dark);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.contact-image-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-floating-stats {
  position: absolute;
  top: 20px;
  left: 70%;
  z-index: 3;
}

.floating-stat {
  background: linear-gradient(135deg, var(--bg-card) 0%, rgba(4, 22, 16, 0.95) 100%);
  border: 1px solid var(--border-subtle);
  backdrop-filter: blur(10px);
  padding: var(--space-3) var(--space-5);
  border-radius: var(--radius-xl);
  text-align: center;
  box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.4);
  animation: floatStat 3s ease-in-out infinite;
}

@keyframes floatStat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.floating-stat .stat-value {
  display: block;
  font-size: var(--text-2xl);
  font-weight: var(--font-bold);
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

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

/* Contact Image Creative - Mobile */
@media (max-width: 768px) {
  .contact-image-creative {
    height: auto;
    margin-top: var(--space-6);
  }

  .contact-image-main {
    width: 100%;
    height: 220px;
  }

  .contact-image-secondary {
    display: none;
  }

  .contact-floating-stats {
    position: static;
    margin-top: var(--space-4);
  }

  .floating-stat {
    animation: none;
  }
}

/* ----------------------------------------
   REASONS/WHY CHOOSE US
   ---------------------------------------- */
.reasons-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-6);
}

@media (min-width: 640px) {
  .reasons-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.reason-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
  position: relative;
  transition: all var(--transition-smooth);
}

.reason-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-medium);
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg), var(--shadow-glow-sm);
}

.reason-number {
  position: absolute;
  top: var(--space-4);
  left: var(--space-4);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: var(--radius-md);
  font-size: var(--text-sm);
  font-weight: var(--font-bold);
  color: white;
}

.reason-card-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.1) 0%, rgba(34, 165, 89, 0.03) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-4);
  margin-top: var(--space-5);
  transition: all var(--transition-smooth);
}

.reason-card:hover .reason-card-icon {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-color: transparent;
}

.reason-card-icon svg {
  width: 16px !important;
  height: 16px !important;
  stroke: var(--primary-600);
  stroke-width: 1.5;
  transition: all var(--transition-base);
}

.reason-card:hover .reason-card-icon svg {
  stroke: white;
}

.reason-card-title {
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
}

.reason-card-text {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.7;
  margin: 0;
}

/* ----------------------------------------
   FAQ SECTION
   ---------------------------------------- */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: all var(--transition-base);
}

.faq-item:hover {
  border-color: var(--border-medium);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-5) var(--space-6);
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  color: var(--text-primary);
  cursor: pointer;
  transition: all var(--transition-fast);
}

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

.faq-question svg {
  width: 18px;
  height: 18px;
  stroke: var(--text-muted);
  stroke-width: 2;
  transition: transform var(--transition-base);
}

.faq-item.active .faq-question svg {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-smooth);
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer-inner {
  padding: 0 var(--space-6) var(--space-5);
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.8;
}

/* ----------------------------------------
   CONTACT CARDS
   ---------------------------------------- */
.contact-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-4);
  margin-bottom: var(--space-8);
}

@media (min-width: 640px) {
  .contact-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .contact-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

.contact-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  text-align: center;
  transition: all var(--transition-smooth);
}

.contact-card:hover {
  background: var(--bg-card-hover);
  border-color: var(--border-medium);
  transform: translateY(-5px);
}

.contact-card-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.1) 0%, rgba(34, 165, 89, 0.03) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  margin: 0 auto var(--space-3);
  transition: all var(--transition-smooth);
}

.contact-card:hover .contact-card-icon {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-color: transparent;
}

.contact-card-icon svg {
  width: 16px !important;
  height: 16px !important;
  stroke: var(--primary-600);
  stroke-width: 1.5;
  transition: all var(--transition-base);
}

.contact-card:hover .contact-card-icon svg {
  stroke: white;
}

.contact-card-title {
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
}

.contact-card-text {
  font-size: var(--text-sm);
  color: var(--text-muted);
  margin: 0;
}

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

.contact-card-text a:hover {
  color: var(--primary-700);
}

/* ----------------------------------------
   STATS CARDS
   ---------------------------------------- */
.stats-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
}

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

.stat-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  text-align: center;
  transition: all var(--transition-smooth);
}

.stat-card:hover {
  border-color: var(--border-medium);
  box-shadow: var(--shadow-glow-sm);
}

.stat-card-number {
  font-size: var(--text-3xl);
  font-weight: var(--font-black);
  background: linear-gradient(135deg, var(--primary-700), var(--accent-400));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: var(--space-2);
}

.stat-card-label {
  font-size: var(--text-sm);
  color: var(--text-muted);
  font-weight: var(--font-medium);
}

/* ----------------------------------------
   PROCESS TIMELINE
   ---------------------------------------- */
.process-timeline {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

@media (min-width: 768px) {
  .process-timeline {
    flex-direction: row;
    justify-content: space-between;
  }
}

.process-step {
  flex: 1;
  text-align: center;
  position: relative;
}

.process-step-number {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: 50%;
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
  color: white;
  margin: 0 auto var(--space-4);
  box-shadow: var(--shadow-glow-sm);
}

.process-step-title {
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
}

.process-step-text {
  font-size: var(--text-sm);
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}

/* ----------------------------------------
   DROPDOWN MENUS
   ---------------------------------------- */
.has-dropdown {
  position: relative;
}

.has-dropdown .nav-link svg {
  width: 14px;
  height: 14px;
  margin-right: var(--space-1);
  transition: transform var(--transition-fast);
}

.has-dropdown:hover .nav-link svg {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  background: var(--bg-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: var(--space-2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all var(--transition-base);
  box-shadow: var(--shadow-float);
  z-index: 100;
}

.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  display: block;
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-sm);
  color: var(--text-secondary);
  border-radius: var(--radius-lg);
  transition: all var(--transition-fast);
}

.dropdown-item:hover {
  background: var(--bg-card);
  color: var(--primary-700);
}

/* ----------------------------------------
   TECH GRID
   ---------------------------------------- */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-4);
}

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

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

.tech-item {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  padding: var(--space-5);
  text-align: center;
  transition: all var(--transition-base);
}

.tech-item:hover {
  border-color: var(--primary-600);
  box-shadow: var(--shadow-glow-sm);
}

.tech-item-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--space-2);
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.1) 0%, rgba(34, 165, 89, 0.02) 100%);
  border-radius: var(--radius-sm);
  transition: all var(--transition-base);
}

.tech-item:hover .tech-item-icon {
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
}

.tech-item-icon svg {
  width: 14px !important;
  height: 14px !important;
  stroke: var(--primary-600);
  stroke-width: 1.5;
  transition: all var(--transition-base);
}

.tech-item:hover .tech-item-icon svg {
  stroke: white;
}

.tech-item-name {
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  color: var(--text-primary);
}

/* ----------------------------------------
   TEAM SECTION
   ---------------------------------------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-6);
}

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

@media (min-width: 1024px) {
  .team-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.team-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-2xl);
  padding: var(--space-6);
  text-align: center;
  transition: all var(--transition-smooth);
}

.team-card:hover {
  border-color: var(--border-medium);
  transform: translateY(-8px);
  box-shadow: var(--shadow-glow-sm);
}

.team-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto var(--space-4);
  overflow: hidden;
  border: 2px solid var(--primary-600);
}

.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-name {
  font-size: var(--text-base);
  font-weight: var(--font-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-1);
}

.team-role {
  font-size: var(--text-sm);
  color: var(--primary-700);
  font-weight: var(--font-medium);
}

/* ----------------------------------------
   COMMITMENT SECTION
   ---------------------------------------- */
.commitment-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-12);
  align-items: center;
}

@media (min-width: 1024px) {
  .commitment-content {
    grid-template-columns: 1fr 1fr;
  }
}

.commitment-text h3 {
  font-size: var(--text-2xl);
  font-weight: var(--font-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.commitment-text p {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: var(--space-4);
}

.commitment-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.commitment-list li {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: var(--text-base);
  color: var(--text-secondary);
}

.commitment-list li svg {
  width: 18px;
  height: 18px;
  stroke: var(--primary-700);
  stroke-width: 2;
  flex-shrink: 0;
}

/* ----------------------------------------
   FEATURED SERVICE
   ---------------------------------------- */
.featured-service {
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-medium) 100%);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-3xl);
  padding: var(--space-10);
  margin-bottom: var(--space-12);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-8);
  align-items: center;
}

@media (min-width: 1024px) {
  .featured-service {
    grid-template-columns: 1fr 1fr;
  }
}

.featured-service-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-3);
  background: linear-gradient(135deg, var(--accent-500), var(--accent-600));
  border-radius: var(--radius-md);
  font-size: var(--text-xs);
  font-weight: var(--font-bold);
  color: var(--bg-darkest);
  text-transform: uppercase;
  margin-bottom: var(--space-4);
}

.featured-service-icon {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15) 0%, rgba(34, 165, 89, 0.05) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  margin-bottom: var(--space-4);
}

.featured-service-icon svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  stroke: var(--primary-600);
}

.featured-service-title {
  font-size: var(--text-3xl);
  font-weight: var(--font-extrabold);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.featured-service-text {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: var(--space-6);
}

.featured-service-features {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
}

.featured-service-feature {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--text-muted);
}

.featured-service-feature svg {
  width: 16px;
  height: 16px;
  stroke: var(--primary-700);
  stroke-width: 2;
}

/* Featured Service Showcase - New Layout */
.featured-service-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-12);
  align-items: center;
}

@media (min-width: 768px) {
  .featured-service-showcase {
    grid-template-columns: 1fr 1fr;
  }
}

.featured-service-image {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: visible;
}

.featured-service-image img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.25));
  transition: transform var(--transition-smooth);
}

.featured-service-image:hover img {
  transform: scale(1.02) translateY(-5px);
}

.featured-service-image .image-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: radial-gradient(ellipse, rgba(34, 165, 89, 0.2) 0%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.featured-service-details {
  text-align: right;
}

.featured-service-details .featured-service-badge {
  margin-bottom: var(--space-4);
}

.featured-service-details .featured-service-title {
  font-size: var(--text-3xl);
  font-weight: var(--font-extrabold);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

@media (min-width: 768px) {
  .featured-service-details .featured-service-title {
    font-size: var(--text-4xl);
  }
}

.featured-service-details .featured-service-text {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: var(--space-6);
}

.featured-service-details .featured-service-features {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-bottom: var(--space-8);
}

/* Infrastructure Showcase */
.infra-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-12);
  align-items: center;
}

@media (min-width: 768px) {
  .infra-showcase {
    grid-template-columns: 1fr 1.2fr;
  }
}

.infra-showcase-content {
  text-align: right;
}

.infra-features {
  list-style: none;
  margin-top: var(--space-6);
}

.infra-features li {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) 0;
  font-size: var(--text-base);
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border-subtle);
}

.infra-features li:last-child {
  border-bottom: none;
}

.infra-features li svg {
  width: 18px;
  height: 18px;
  stroke: var(--primary-500);
  flex-shrink: 0;
}

.infra-showcase-images {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-4);
}

@media (min-width: 640px) {
  .infra-showcase-images {
    grid-template-columns: 1.5fr 1fr;
  }
}

.infra-image {
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  transition: all var(--transition-smooth);
}

.infra-image:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl), var(--shadow-glow-sm);
}

.infra-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.infra-image-main {
  aspect-ratio: 4/3;
}

.infra-image-secondary {
  aspect-ratio: 3/4;
}

.infra-image-full {
  aspect-ratio: 16/10;
  max-height: 450px;
}

@media (min-width: 640px) {
  .infra-image-secondary {
    margin-top: var(--space-8);
  }
}

/* Original featured service styles */
.featured-service-image-old {
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: var(--shadow-xl);
}

.featured-service-image-old img {
  width: 100%;
  height: auto;
  display: block;
}

/* ----------------------------------------
   PREMIUM COMMITMENT SECTION
   ---------------------------------------- */
.commitment-section-premium {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--dark-900) 0%, var(--dark-800) 50%, var(--dark-900) 100%);
  padding: var(--space-20) 0;
}

.commitment-premium-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.commitment-gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.4;
}

.commitment-orb-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--primary-500) 0%, transparent 70%);
  top: -200px;
  right: -150px;
  animation: commitment-float-1 20s ease-in-out infinite;
}

.commitment-orb-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--accent-500) 0%, transparent 70%);
  bottom: -150px;
  left: -100px;
  animation: commitment-float-2 25s ease-in-out infinite;
}

@keyframes commitment-float-1 {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.4; }
  50% { transform: translate(-50px, 50px) scale(1.1); opacity: 0.5; }
}

@keyframes commitment-float-2 {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.3; }
  50% { transform: translate(50px, -30px) scale(1.15); opacity: 0.45; }
}

.commitment-grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.5;
}

.commitment-premium-header {
  text-align: center;
  margin-bottom: var(--space-16);
  position: relative;
  z-index: 1;
}

.commitment-premium-header .section-title {
  color: var(--white);
  margin-bottom: var(--space-4);
}

.commitment-premium-header .section-subtitle {
  color: var(--gray-300);
  max-width: 600px;
  margin: 0 auto;
}

/* Premium Cards Grid */
.commitment-premium-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6);
  position: relative;
  z-index: 1;
}

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

@media (max-width: 640px) {
  .commitment-premium-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }
}

/* Individual Commitment Card */
.commitment-premium-card {
  position: relative;
  border-radius: var(--radius-2xl);
  padding: 2px;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.02) 100%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.commitment-premium-card:hover {
  transform: translateY(-8px);
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--accent-500) 100%);
}

.commitment-card-glow {
  position: absolute;
  inset: -1px;
  border-radius: var(--radius-2xl);
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--accent-500) 100%);
  opacity: 0;
  filter: blur(20px);
  transition: opacity 0.4s ease;
  z-index: -1;
}

.commitment-premium-card:hover .commitment-card-glow {
  opacity: 0.4;
}

.commitment-card-inner {
  position: relative;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.98) 100%);
  border-radius: calc(var(--radius-2xl) - 2px);
  padding: var(--space-8);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.commitment-card-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.05), transparent);
  transition: left 0.6s ease;
}

.commitment-premium-card:hover .commitment-card-shine {
  left: 100%;
}

/* Icon Wrapper with Animated Ring */
.commitment-card-icon-wrapper {
  position: relative;
  width: 72px;
  height: 72px;
  margin-bottom: var(--space-6);
}

.commitment-card-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
  border-radius: 50%;
  z-index: 1;
}

.commitment-card-icon svg {
  width: 28px;
  height: 28px;
  color: var(--white);
}

.commitment-card-icon-ring {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: var(--primary-400);
  border-right-color: var(--accent-400);
  opacity: 0;
  animation: none;
  transition: opacity 0.3s ease;
}

.commitment-premium-card:hover .commitment-card-icon-ring {
  opacity: 1;
  animation: commitment-ring-spin 3s linear infinite;
}

@keyframes commitment-ring-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Card Content */
.commitment-card-title {
  font-size: var(--font-lg);
  font-weight: 700;
  color: var(--white);
  margin-bottom: var(--space-3);
}

.commitment-card-text {
  font-size: var(--font-sm);
  color: var(--gray-400);
  line-height: 1.7;
}

.commitment-premium-card:hover .commitment-card-text {
  color: var(--gray-300);
}

/* Trust Badge */
.commitment-trust-badge {
  display: flex;
  justify-content: center;
  margin-top: var(--space-12);
  position: relative;
  z-index: 1;
}

.trust-badge-inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-8);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.15) 0%, rgba(16, 185, 129, 0.05) 100%);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 100px;
  overflow: hidden;
}

.trust-badge-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--success-500) 0%, var(--success-600) 100%);
  border-radius: 50%;
}

.trust-badge-icon svg {
  width: 20px;
  height: 20px;
  color: var(--white);
}

.trust-badge-text {
  font-size: var(--font-base);
  font-weight: 600;
  color: var(--success-400);
}

.trust-badge-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.1), transparent);
  animation: trust-badge-shimmer 3s ease-in-out infinite;
}

@keyframes trust-badge-shimmer {
  0%, 100% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
}

/* ========================================
   ULTRA PREMIUM HERO SECTION
   ======================================== */
.hero-ultra {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: calc(var(--header-height) + 60px) 0 60px;
  overflow: hidden;
}

/* Cinematic Background */
.hero-ultra-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-ultra-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, rgba(31, 138, 79, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 90% 80%, rgba(34, 165, 89, 0.1) 0%, transparent 40%),
    linear-gradient(180deg, var(--bg-darkest) 0%, var(--bg-darker) 50%, var(--bg-dark) 100%);
}

.hero-ultra-mesh {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2322a559' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.hero-ultra-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
}

.hero-glow-1 {
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(31, 138, 79, 0.25) 0%, transparent 70%);
  top: -300px;
  right: -200px;
  animation: hero-glow-float 20s ease-in-out infinite;
}

.hero-glow-2 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.12) 0%, transparent 70%);
  bottom: -200px;
  left: -150px;
  animation: hero-glow-float 25s ease-in-out infinite reverse;
}

.hero-glow-3 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(34, 165, 89, 0.2) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: hero-glow-pulse 8s ease-in-out infinite;
}

@keyframes hero-glow-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(30px, -20px) scale(1.05); }
  50% { transform: translate(-20px, 30px) scale(0.95); }
  75% { transform: translate(-30px, -10px) scale(1.02); }
}

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

.hero-ultra-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34, 165, 89, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 165, 89, 0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 20%, transparent 70%);
}

/* Floating Particles */
.hero-ultra-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-ultra-particles span {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--primary-500);
  border-radius: 50%;
  opacity: 0;
  animation: hero-particle-float 15s linear infinite;
}

.hero-ultra-particles span:nth-child(1) { left: 10%; animation-delay: 0s; animation-duration: 20s; }
.hero-ultra-particles span:nth-child(2) { left: 20%; animation-delay: 2s; animation-duration: 18s; }
.hero-ultra-particles span:nth-child(3) { left: 30%; animation-delay: 4s; animation-duration: 22s; }
.hero-ultra-particles span:nth-child(4) { left: 40%; animation-delay: 1s; animation-duration: 16s; }
.hero-ultra-particles span:nth-child(5) { left: 50%; animation-delay: 3s; animation-duration: 19s; }
.hero-ultra-particles span:nth-child(6) { left: 60%; animation-delay: 5s; animation-duration: 21s; }
.hero-ultra-particles span:nth-child(7) { left: 70%; animation-delay: 0.5s; animation-duration: 17s; }
.hero-ultra-particles span:nth-child(8) { left: 80%; animation-delay: 2.5s; animation-duration: 23s; }
.hero-ultra-particles span:nth-child(9) { left: 90%; animation-delay: 4.5s; animation-duration: 20s; }
.hero-ultra-particles span:nth-child(10) { left: 15%; animation-delay: 1.5s; animation-duration: 18s; }
.hero-ultra-particles span:nth-child(11) { left: 25%; animation-delay: 3.5s; animation-duration: 22s; }
.hero-ultra-particles span:nth-child(12) { left: 35%; animation-delay: 0.2s; animation-duration: 19s; }
.hero-ultra-particles span:nth-child(13) { left: 55%; animation-delay: 2.2s; animation-duration: 21s; }
.hero-ultra-particles span:nth-child(14) { left: 75%; animation-delay: 4.2s; animation-duration: 17s; }
.hero-ultra-particles span:nth-child(15) { left: 85%; animation-delay: 1.2s; animation-duration: 24s; }

@keyframes hero-particle-float {
  0% { transform: translateY(100vh) scale(0); opacity: 0; }
  10% { opacity: 0.6; }
  90% { opacity: 0.6; }
  100% { transform: translateY(-100vh) scale(1); opacity: 0; }
}

/* Animated Lines */
.hero-ultra-lines {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-line {
  position: absolute;
  width: 1px;
  height: 200px;
  background: linear-gradient(180deg, transparent, var(--primary-500), transparent);
  opacity: 0.3;
  animation: hero-line-fall 8s linear infinite;
}

.hero-line:nth-child(1) { left: 20%; animation-delay: 0s; }
.hero-line:nth-child(2) { left: 50%; animation-delay: 2.5s; }
.hero-line:nth-child(3) { left: 80%; animation-delay: 5s; }

@keyframes hero-line-fall {
  0% { transform: translateY(-200px); opacity: 0; }
  10% { opacity: 0.3; }
  90% { opacity: 0.3; }
  100% { transform: translateY(100vh); opacity: 0; }
}

/* Main Wrapper */
.hero-ultra-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .hero-ultra-wrapper {
    grid-template-columns: 1fr;
    gap: var(--space-12);
    text-align: center;
  }
}

/* Hero Content */
.hero-ultra-content {
  position: relative;
}

/* Premium Badge */
.hero-ultra-badge {
  position: relative;
  display: inline-flex;
  margin-bottom: var(--space-6);
}

.hero-badge-glow {
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  border-radius: 100px;
  filter: blur(12px);
  opacity: 0.4;
}

.hero-badge-inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: rgba(31, 138, 79, 0.15);
  border: 1px solid var(--border-medium);
  border-radius: 100px;
  backdrop-filter: blur(10px);
}

.hero-badge-icon {
  width: 20px;
  height: 20px;
  color: var(--accent-400);
}

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

.hero-badge-text {
  font-size: var(--font-sm);
  font-weight: 500;
  color: var(--text-secondary);
}

.hero-badge-pulse {
  position: absolute;
  inset: 0;
  border-radius: 100px;
  border: 1px solid var(--primary-500);
  animation: hero-badge-pulse 2s ease-out infinite;
}

@keyframes hero-badge-pulse {
  0% { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.3); opacity: 0; }
}

/* Hero Title */
.hero-ultra-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--text-primary);
  margin-bottom: var(--space-6);
}

.hero-title-line {
  display: block;
}

.hero-title-highlight-wrapper {
  position: relative;
  display: inline-block;
}

.hero-title-highlight {
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 50%, var(--accent-400) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-title-underline {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-500), var(--accent-400));
  border-radius: 2px;
  transform-origin: right;
  animation: hero-underline-grow 1s ease-out 0.5s forwards;
  transform: scaleX(0);
}

@keyframes hero-underline-grow {
  to { transform: scaleX(1); }
}

/* Hero Subtitle */
.hero-ultra-subtitle {
  font-size: var(--font-lg);
  line-height: 1.8;
  color: var(--text-muted);
  max-width: 540px;
  margin-bottom: var(--space-8);
}

@media (max-width: 1024px) {
  .hero-ultra-subtitle {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* CTA Buttons */
.hero-ultra-cta {
  display: flex;
  gap: var(--space-4);
  margin-bottom: var(--space-10);
}

@media (max-width: 1024px) {
  .hero-ultra-cta {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-ultra-cta {
    flex-direction: column;
    align-items: stretch;
  }
}

.hero-btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-4) var(--space-8);
  font-size: var(--font-base);
  font-weight: 600;
  color: var(--bg-darkest);
  text-decoration: none;
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-btn-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 50%, var(--primary-700) 100%);
  transition: opacity 0.3s ease;
}

.hero-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary-600) 0%, var(--accent-500) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

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

.hero-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -10px rgba(31, 138, 79, 0.5);
}

.hero-btn-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.hero-btn-content svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.hero-btn-primary:hover .hero-btn-content svg {
  transform: translateX(-4px);
}

.hero-btn-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-4) var(--space-8);
  font-size: var(--font-base);
  font-weight: 600;
  color: var(--text-primary);
  text-decoration: none;
  background: transparent;
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: all 0.3s ease;
}

.hero-btn-border {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  padding: 2px;
  background: linear-gradient(135deg, var(--border-strong), var(--border-subtle));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.hero-btn-secondary:hover {
  background: rgba(34, 165, 89, 0.1);
}

.hero-btn-secondary:hover .hero-btn-border {
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
}

/* Trust Indicators */
.hero-ultra-trust {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .hero-ultra-trust {
    justify-content: center;
  }
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.hero-trust-icon {
  width: 20px;
  height: 20px;
  color: var(--primary-500);
}

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

.hero-trust-item span {
  font-size: var(--font-sm);
  color: var(--text-muted);
}

.hero-trust-divider {
  width: 1px;
  height: 20px;
  background: var(--border-subtle);
}

@media (max-width: 640px) {
  .hero-trust-divider {
    display: none;
  }
  .hero-ultra-trust {
    gap: var(--space-6);
  }
}

/* Hero Visual Side */
.hero-ultra-visual {
  position: relative;
}

@media (max-width: 1024px) {
  .hero-ultra-visual {
    max-width: 600px;
    margin: 0 auto;
  }
}

.hero-visual-container {
  position: relative;
}

.hero-visual-frame {
  position: relative;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.5),
    0 0 0 1px var(--border-subtle);
}

.hero-visual-glow {
  position: absolute;
  inset: -50%;
  background: radial-gradient(circle at center, var(--primary-500) 0%, transparent 70%);
  opacity: 0.15;
  animation: hero-visual-glow-pulse 4s ease-in-out infinite;
}

@keyframes hero-visual-glow-pulse {
  0%, 100% { opacity: 0.15; transform: scale(1); }
  50% { opacity: 0.25; transform: scale(1.1); }
}

.hero-visual-image {
  position: relative;
  z-index: 1;
}

.hero-visual-image img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-visual-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(135deg, rgba(31, 138, 79, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.hero-visual-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  z-index: 3;
  animation: hero-shine 4s ease-in-out infinite;
}

@keyframes hero-shine {
  0%, 100% { left: -100%; }
  50% { left: 150%; }
}

/* Floating Metric Cards */
.hero-metric-card {
  position: absolute;
  z-index: 10;
}

.metric-card-glow {
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, var(--primary-500), var(--accent-500));
  border-radius: var(--radius-xl);
  filter: blur(15px);
  opacity: 0.3;
}

.metric-card-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-4);
  background: rgba(4, 22, 16, 0.95);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-xl);
  backdrop-filter: blur(20px);
}

.metric-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-lg);
}

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

.metric-icon-growth {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.2), rgba(34, 197, 94, 0.1));
  color: #22c55e;
}

.metric-icon-speed {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(245, 158, 11, 0.1));
  color: var(--accent-400);
}

.metric-icon-security {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0.1));
  color: #3b82f6;
}

.metric-content {
  display: flex;
  flex-direction: column;
}

.metric-label {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.metric-value {
  font-size: var(--font-lg);
  font-weight: 700;
  color: var(--text-primary);
}

.hero-metric-1 {
  top: 10%;
  left: -30px;
  animation: hero-float-1 6s ease-in-out infinite;
}

.hero-metric-2 {
  top: 50%;
  right: -40px;
  animation: hero-float-2 7s ease-in-out infinite;
}

.hero-metric-3 {
  bottom: 10%;
  left: 10%;
  animation: hero-float-3 5s ease-in-out infinite;
}

@keyframes hero-float-1 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

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

@keyframes hero-float-3 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 768px) {
  .hero-metric-card {
    transform: scale(0.85);
  }
  .hero-metric-1 { left: -15px; top: 5%; }
  .hero-metric-2 { right: -20px; }
  .hero-metric-3 { left: 5%; bottom: 5%; }
}

@media (max-width: 480px) {
  .hero-metric-card {
    display: none;
  }
}

/* Tech Stack Orbit */
.hero-tech-orbit {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
}

.tech-orbit-ring {
  position: absolute;
  inset: 0;
  border: 1px dashed var(--border-subtle);
  border-radius: 50%;
  animation: tech-orbit-spin 30s linear infinite;
}

@keyframes tech-orbit-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.tech-orbit-item {
  position: absolute;
  padding: var(--space-1) var(--space-2);
  background: rgba(4, 22, 16, 0.9);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-md);
  font-size: 10px;
  font-weight: 600;
  color: var(--text-secondary);
  white-space: nowrap;
}

.tech-item-1 { top: -10px; left: 50%; transform: translateX(-50%); }
.tech-item-2 { bottom: 20px; left: -20px; }
.tech-item-3 { bottom: 20px; right: -15px; }

@media (max-width: 768px) {
  .hero-tech-orbit {
    display: none;
  }
}

/* Scroll Indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  color: var(--text-muted);
  font-size: var(--font-xs);
  opacity: 0.7;
  animation: hero-scroll-bounce 2s ease-in-out infinite;
}

.scroll-mouse {
  width: 24px;
  height: 36px;
  border: 2px solid var(--border-medium);
  border-radius: 12px;
  position: relative;
}

.scroll-wheel {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 2px;
  animation: hero-scroll-wheel 1.5s ease-in-out infinite;
}

@keyframes hero-scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

@keyframes hero-scroll-wheel {
  0%, 100% { opacity: 1; transform: translateX(-50%) translateY(0); }
  50% { opacity: 0.3; transform: translateX(-50%) translateY(10px); }
}

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

/* Hero Animations */
.animate-hero-badge {
  opacity: 0;
  transform: translateY(20px);
  animation: hero-fade-up 0.8s ease forwards 0.2s;
}

.animate-hero-title {
  opacity: 0;
  transform: translateY(30px);
  animation: hero-fade-up 0.8s ease forwards 0.4s;
}

.animate-hero-subtitle {
  opacity: 0;
  transform: translateY(30px);
  animation: hero-fade-up 0.8s ease forwards 0.6s;
}

.animate-hero-cta {
  opacity: 0;
  transform: translateY(30px);
  animation: hero-fade-up 0.8s ease forwards 0.8s;
}

.animate-hero-trust {
  opacity: 0;
  transform: translateY(20px);
  animation: hero-fade-up 0.8s ease forwards 1s;
}

.animate-hero-visual {
  opacity: 0;
  transform: translateX(50px);
  animation: hero-fade-left 1s ease forwards 0.5s;
}

.animate-float-card-1 {
  opacity: 0;
  transform: translateY(30px);
  animation: hero-fade-up 0.6s ease forwards 1.2s;
}

.animate-float-card-2 {
  opacity: 0;
  transform: translateY(30px);
  animation: hero-fade-up 0.6s ease forwards 1.4s;
}

.animate-float-card-3 {
  opacity: 0;
  transform: translateY(30px);
  animation: hero-fade-up 0.6s ease forwards 1.6s;
}

.animate-scroll-indicator {
  opacity: 0;
  animation: hero-fade-in 1s ease forwards 2s;
}

@keyframes hero-fade-up {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-fade-left {
  to { opacity: 1; transform: translateX(0); }
}

@keyframes hero-fade-in {
  to { opacity: 0.7; }
}

/* ========================================
   PREMIUM TRUST BAR
   ======================================== */
.trust-bar-premium {
  padding: var(--space-8) 0;
  background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-darker) 100%);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.trust-bar-premium-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-8);
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .trust-bar-premium-inner {
    gap: var(--space-6);
  }
}

.trust-premium-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.trust-premium-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(31, 138, 79, 0.15), rgba(31, 138, 79, 0.05));
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  color: var(--primary-500);
}

.trust-premium-icon svg {
  width: 22px;
  height: 22px;
}

.trust-premium-icon-gold {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.05));
  border-color: rgba(245, 158, 11, 0.2);
  color: var(--accent-400);
}

.trust-premium-content {
  display: flex;
  flex-direction: column;
}

.trust-premium-value {
  font-size: var(--font-lg);
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
}

.trust-premium-label {
  font-size: var(--font-xs);
  color: var(--text-muted);
}

.trust-premium-divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent, var(--border-medium), transparent);
}

@media (max-width: 768px) {
  .trust-premium-divider {
    display: none;
  }
  .trust-premium-item {
    flex: 0 0 calc(50% - var(--space-3));
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .trust-premium-item {
    flex: 0 0 100%;
  }
}

/* ----------------------------------------
   UTILITY CLASSES
   ---------------------------------------- */
.mt-4 { margin-top: var(--space-4); }
.mt-6 { margin-top: var(--space-6); }
.mt-8 { margin-top: var(--space-8); }
.mt-12 { margin-top: var(--space-12); }

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

.py-lg { padding-top: var(--space-16); padding-bottom: var(--space-16); }
.py-xl { padding-top: var(--space-20); padding-bottom: var(--space-20); }

/* ----------------------------------------
   RESPONSIVE UTILITIES
   ---------------------------------------- */
@media (max-width: 639px) {
  .hide-sm { display: none !important; }
}

@media (max-width: 767px) {
  .hide-md { display: none !important; }
}

@media (max-width: 1023px) {
  .hide-lg { display: none !important; }
}

/* ----------------------------------------
   FOCUS STATES (Accessibility)
   ---------------------------------------- */
:focus-visible {
  outline: 2px solid var(--primary-600);
  outline-offset: 2px;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid var(--primary-600);
  outline-offset: 2px;
}

/* ----------------------------------------
   BLOG GRID & CARDS
   ---------------------------------------- */
.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-8);
}

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

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

.blog-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-2xl);
  overflow: hidden;
  transition: all var(--transition-smooth);
}

.blog-card:hover {
  border-color: var(--border-medium);
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg), var(--shadow-glow-sm);
}

.blog-card-featured {
  grid-column: 1 / -1;
}

@media (min-width: 768px) {
  .blog-card-featured {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
  }
}

.blog-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.blog-card-featured .blog-card-image {
  aspect-ratio: 16/12;
}

@media (min-width: 768px) {
  .blog-card-featured .blog-card-image {
    aspect-ratio: auto;
    height: 100%;
  }
}

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

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

.blog-card-category {
  position: absolute;
  top: var(--space-4);
  right: var(--space-4);
  padding: var(--space-2) var(--space-4);
  background: linear-gradient(135deg, var(--primary-600), var(--primary-700));
  color: white;
  font-size: var(--text-xs);
  font-weight: var(--font-semibold);
  border-radius: var(--radius-md);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-card-content {
  padding: var(--space-6);
}

.blog-card-featured .blog-card-content {
  padding: var(--space-8);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  margin-bottom: var(--space-4);
}

.blog-card-date,
.blog-card-read {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  color: var(--text-muted);
}

.blog-card-date svg,
.blog-card-read svg {
  width: 14px;
  height: 14px;
  stroke: var(--text-muted);
  stroke-width: 2;
}

.blog-card-title {
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-3);
  line-height: 1.4;
}

.blog-card-featured .blog-card-title {
  font-size: var(--text-2xl);
}

.blog-card-title a {
  color: inherit;
  transition: color var(--transition-fast);
}

.blog-card-title a:hover {
  color: var(--primary-700);
}

.blog-card-excerpt {
  font-size: var(--text-base);
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: var(--space-5);
}

.blog-card-coming {
  display: inline-block;
  padding: var(--space-2) var(--space-4);
  background: var(--bg-off-white);
  color: var(--text-muted);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  border-radius: var(--radius-md);
}

/* ----------------------------------------
   NEWSLETTER SECTION
   ---------------------------------------- */
.newsletter-box {
  background: linear-gradient(135deg, var(--bg-card) 0%, rgba(34, 165, 89, 0.03) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-2xl);
  padding: var(--space-10);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-6);
}

@media (min-width: 768px) {
  .newsletter-box {
    flex-direction: row;
    text-align: right;
    padding: var(--space-8) var(--space-10);
  }
}

.newsletter-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary-500), var(--primary-600));
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-glow-sm);
}

.newsletter-icon svg {
  width: 28px;
  height: 28px;
  stroke: white;
  stroke-width: 1.5;
}

.newsletter-content {
  flex: 1;
}

.newsletter-title {
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
}

.newsletter-text {
  font-size: var(--text-base);
  color: var(--text-secondary);
  margin: 0;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  width: 100%;
}

@media (min-width: 640px) {
  .newsletter-form {
    flex-direction: row;
    width: auto;
    min-width: 350px;
  }
}

.newsletter-input {
  flex: 1;
  padding: var(--space-4) var(--space-5);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  font-size: var(--text-base);
  color: var(--text-primary);
  transition: all var(--transition-base);
}

.newsletter-input:focus {
  outline: none;
  border-color: var(--primary-600);
  box-shadow: 0 0 0 3px rgba(34, 165, 89, 0.1);
}

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

/* ----------------------------------------
   BUTTON OUTLINE VARIANT
   ---------------------------------------- */
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-5);
  background: transparent;
  color: var(--primary-700);
  border: 2px solid var(--primary-600);
  border-radius: var(--radius-lg);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  cursor: pointer;
  transition: all var(--transition-base);
}

.btn-outline:hover {
  background: var(--primary-600);
  color: white;
}

/* ----------------------------------------
   SECTION ALT BACKGROUND
   ---------------------------------------- */
.section-alt {
  background: linear-gradient(180deg, var(--bg-off-white) 0%, rgba(248, 250, 252, 0.5) 100%);
}

/* ----------------------------------------
   GLOBAL ICON SIZE OVERRIDE
   ---------------------------------------- */
.service-card-icon,
.value-card-icon,
.why-us-item-icon,
.reason-card-icon,
.contact-card-icon,
.contact-info-icon,
.contact-info-card-icon,
.tech-item-icon {
  width: 36px !important;
  height: 36px !important;
}

.service-card-icon {
  width: 40px !important;
  height: 40px !important;
}

.tech-item-icon {
  width: 32px !important;
  height: 32px !important;
}

.about-feature-icon,
.innovation-feature-icon {
  width: 20px !important;
  height: 20px !important;
}

/* Force all card SVG icons to be small */
.service-card-icon svg,
.value-card-icon svg,
.why-us-item-icon svg,
.reason-card-icon svg,
.contact-card-icon svg,
.contact-info-icon svg,
.contact-info-card-icon svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
}

.service-card-icon svg,
.service-card-icon-featured svg {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
}

/* Featured service card icon override */
.service-card-icon-featured {
  width: 40px !important;
  height: 40px !important;
}

.service-card-icon.service-card-icon-featured svg {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
}

.tech-item-icon svg {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
}

.about-feature-icon svg,
.innovation-feature-icon svg {
  width: 10px !important;
  height: 10px !important;
  max-width: 10px !important;
  max-height: 10px !important;
}

/* Commitment item icons */
.commitment-item-icon {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15) 0%, rgba(34, 165, 89, 0.05) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  flex-shrink: 0;
}

.commitment-item-icon svg {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  stroke: var(--primary-600);
}

/* Tech card icons */
.tech-card-icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15) 0%, rgba(34, 165, 89, 0.05) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  margin-bottom: var(--space-3);
}

.tech-card-icon svg {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  stroke: var(--primary-600);
}

/* ----------------------------------------
   PRINT STYLES
   ---------------------------------------- */
@media print {
  .header, .footer, .whatsapp-float, .mobile-menu-toggle, .back-to-top {
    display: none !important;
  }

  body {
    background: white;
    color: black;
  }

  .section {
    page-break-inside: avoid;
  }
}

/* ========================================
   COMPREHENSIVE MOBILE OPTIMIZATION
   ======================================== */

/* ----------------------------------------
   MOBILE HERO SECTION - Full Redesign
   ---------------------------------------- */
@media (max-width: 768px) {
  .hero-ultra {
    min-height: auto;
    padding: calc(var(--header-height) + 40px) 0 40px;
  }

  .hero-ultra-wrapper {
    grid-template-columns: 1fr;
    gap: var(--space-8);
    padding: 0 var(--space-4);
  }

  .hero-ultra-content {
    text-align: center;
    order: 1;
  }

  .hero-ultra-badge {
    justify-content: center;
    margin-bottom: var(--space-4);
  }

  .hero-badge-inner {
    padding: var(--space-2) var(--space-3);
    font-size: 12px;
  }

  .hero-ultra-title {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
    line-height: 1.2;
    margin-bottom: var(--space-4);
  }

  .hero-title-line {
    display: inline;
  }

  .hero-title-underline {
    height: 3px;
    bottom: -2px;
  }

  .hero-ultra-subtitle {
    font-size: var(--font-base);
    line-height: 1.7;
    margin-bottom: var(--space-6);
    padding: 0 var(--space-2);
  }

  .hero-ultra-cta {
    flex-direction: column;
    gap: var(--space-3);
    margin-bottom: var(--space-6);
    padding: 0 var(--space-4);
  }

  .hero-btn-primary,
  .hero-btn-secondary {
    width: 100%;
    padding: var(--space-4) var(--space-6);
    font-size: var(--font-base);
    justify-content: center;
  }

  .hero-ultra-trust {
    flex-direction: column;
    gap: var(--space-3);
    padding: var(--space-4);
    background: rgba(4, 22, 16, 0.5);
    border-radius: var(--radius-xl);
    border: 1px solid var(--border-subtle);
  }

  .hero-trust-item {
    justify-content: center;
    gap: var(--space-2);
  }

  .hero-trust-item span {
    font-size: 13px;
  }

  .hero-trust-divider {
    display: none;
  }

  /* Hero Visual Mobile */
  .hero-ultra-visual {
    order: 2;
    max-width: 100%;
    padding: 0 var(--space-2);
  }

  .hero-visual-frame {
    border-radius: var(--radius-xl);
  }

  /* Hide complex elements on mobile */
  .hero-metric-card,
  .hero-tech-orbit,
  .hero-scroll-indicator,
  .hero-ultra-lines {
    display: none !important;
  }

  /* Simplify background effects */
  .hero-glow-1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -100px;
    opacity: 0.15;
  }

  .hero-glow-2 {
    width: 300px;
    height: 300px;
    bottom: -100px;
    left: -80px;
    opacity: 0.1;
  }

  .hero-glow-3 {
    width: 200px;
    height: 200px;
    opacity: 0.2;
  }

  .hero-ultra-particles span {
    width: 3px;
    height: 3px;
  }
}

@media (max-width: 480px) {
  .hero-ultra {
    padding: calc(var(--header-height) + 30px) 0 30px;
  }

  .hero-ultra-wrapper {
    padding: 0 var(--space-3);
  }

  .hero-ultra-title {
    font-size: 1.5rem;
    padding: 0 var(--space-2);
  }

  .hero-ultra-subtitle {
    font-size: 14px;
    padding: 0;
  }

  .hero-ultra-cta {
    padding: 0;
  }

  .hero-btn-primary,
  .hero-btn-secondary {
    padding: var(--space-3) var(--space-5);
    font-size: 14px;
  }

  .hero-ultra-trust {
    padding: var(--space-3);
  }

  .hero-trust-item span {
    font-size: 12px;
  }
}

/* ----------------------------------------
   MOBILE TRUST BAR - Premium Layout
   ---------------------------------------- */
@media (max-width: 768px) {
  .trust-bar-premium {
    padding: var(--space-6) var(--space-4);
  }

  .trust-bar-premium-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
  }

  .trust-premium-item {
    flex-direction: column;
    text-align: center;
    padding: var(--space-3);
    background: rgba(4, 22, 16, 0.3);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-subtle);
  }

  .trust-premium-icon {
    width: 40px;
    height: 40px;
    margin-bottom: var(--space-2);
  }

  .trust-premium-icon svg {
    width: 20px;
    height: 20px;
  }

  .trust-premium-content {
    align-items: center;
  }

  .trust-premium-value {
    font-size: var(--font-base);
  }

  .trust-premium-label {
    font-size: 11px;
  }

  .trust-premium-divider {
    display: none;
  }
}

@media (max-width: 480px) {
  .trust-bar-premium {
    padding: var(--space-4) var(--space-3);
  }

  .trust-bar-premium-inner {
    gap: var(--space-3);
  }

  .trust-premium-item {
    padding: var(--space-2);
  }

  .trust-premium-icon {
    width: 36px;
    height: 36px;
  }

  .trust-premium-value {
    font-size: 14px;
  }

  .trust-premium-label {
    font-size: 10px;
  }
}

/* ----------------------------------------
   MOBILE SERVICE CARDS
   ---------------------------------------- */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
    padding: 0 var(--space-2);
  }

  .service-card {
    padding: var(--space-5);
  }

  .service-card-icon {
    width: 44px !important;
    height: 44px !important;
    margin-bottom: var(--space-3);
  }

  .service-card-title {
    font-size: var(--font-lg);
    margin-bottom: var(--space-2);
  }

  .service-card-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .service-card:hover {
    transform: none;
  }
}

@media (max-width: 480px) {
  .services-grid {
    padding: 0;
  }

  .service-card {
    padding: var(--space-4);
    border-radius: var(--radius-xl);
  }

  .service-card-icon {
    width: 40px !important;
    height: 40px !important;
  }

  .service-card-title {
    font-size: var(--font-base);
  }

  .service-card-text {
    font-size: 13px;
  }
}

/* ----------------------------------------
   MOBILE SECTION HEADERS
   ---------------------------------------- */
@media (max-width: 768px) {
  .section {
    padding: var(--space-12) 0;
  }

  .section-header {
    margin-bottom: var(--space-8);
    padding: 0 var(--space-4);
  }

  .section-badge {
    font-size: 11px;
    padding: var(--space-1) var(--space-3);
    margin-bottom: var(--space-3);
  }

  .section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    line-height: 1.3;
    margin-bottom: var(--space-3);
  }

  .section-subtitle {
    font-size: 14px;
    line-height: 1.7;
    padding: 0 var(--space-2);
  }
}

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

  .section-header {
    margin-bottom: var(--space-6);
    padding: 0 var(--space-3);
  }

  .section-title {
    font-size: 1.35rem;
  }

  .section-subtitle {
    font-size: 13px;
  }
}

/* ----------------------------------------
   MOBILE FEATURED SERVICE SECTION
   ---------------------------------------- */
@media (max-width: 768px) {
  .featured-service {
    padding: var(--space-6);
    margin-bottom: var(--space-8);
    border-radius: var(--radius-2xl);
  }

  .featured-service-showcase {
    gap: var(--space-6);
  }

  .featured-service-details {
    text-align: center;
  }

  .featured-service-title {
    font-size: var(--font-xl);
  }

  .featured-service-text {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: var(--space-4);
  }

  .featured-service-features {
    justify-content: center;
    gap: var(--space-2);
    margin-bottom: var(--space-5);
  }

  .featured-service-feature {
    font-size: 12px;
    padding: var(--space-1) var(--space-2);
    background: rgba(34, 165, 89, 0.1);
    border-radius: var(--radius-md);
  }

  .featured-service-image img {
    border-radius: var(--radius-xl);
  }
}

@media (max-width: 480px) {
  .featured-service {
    padding: var(--space-4);
    margin: 0 var(--space-3) var(--space-6);
  }

  .featured-service-title {
    font-size: var(--font-lg);
  }

  .featured-service-text {
    font-size: 13px;
  }
}

/* ----------------------------------------
   MOBILE STATS CARDS
   ---------------------------------------- */
@media (max-width: 768px) {
  .stats-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-3);
    padding: 0 var(--space-3);
  }

  .stat-card {
    padding: var(--space-4);
    border-radius: var(--radius-xl);
  }

  .stat-card-number {
    font-size: var(--font-2xl);
  }

  .stat-card-label {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .stats-cards {
    gap: var(--space-2);
    padding: 0 var(--space-2);
  }

  .stat-card {
    padding: var(--space-3);
  }

  .stat-card-number {
    font-size: var(--font-xl);
  }

  .stat-card-label {
    font-size: 11px;
  }
}

/* ----------------------------------------
   MOBILE PROCESS TIMELINE
   ---------------------------------------- */
@media (max-width: 768px) {
  .process-timeline {
    gap: var(--space-6);
    padding: 0 var(--space-4);
  }

  .process-step {
    display: flex;
    align-items: flex-start;
    text-align: right;
    gap: var(--space-4);
  }

  .process-step-number {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: var(--font-base);
    margin: 0;
  }

  .process-step-content {
    flex: 1;
  }

  .process-step-title {
    font-size: var(--font-base);
    margin-bottom: var(--space-1);
  }

  .process-step-text {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* ----------------------------------------
   MOBILE WHY CHOOSE US / REASONS
   ---------------------------------------- */
@media (max-width: 768px) {
  .reasons-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
    padding: 0 var(--space-3);
  }

  .reason-card {
    padding: var(--space-5);
    border-radius: var(--radius-xl);
  }

  .reason-number {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .reason-card-icon {
    width: 40px !important;
    height: 40px !important;
    margin-top: var(--space-4);
    margin-bottom: var(--space-3);
  }

  .reason-card-title {
    font-size: var(--font-base);
    margin-bottom: var(--space-2);
  }

  .reason-card-text {
    font-size: 13px;
    line-height: 1.6;
  }

  .reason-card:hover {
    transform: none;
  }
}

/* ----------------------------------------
   MOBILE FAQ SECTION
   ---------------------------------------- */
@media (max-width: 768px) {
  .faq-list {
    padding: 0 var(--space-3);
  }

  .faq-item {
    border-radius: var(--radius-lg);
  }

  .faq-question {
    padding: var(--space-4);
    font-size: 14px;
    gap: var(--space-3);
  }

  .faq-question svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }

  .faq-answer-inner {
    padding: 0 var(--space-4) var(--space-4);
    font-size: 14px;
    line-height: 1.7;
  }
}

/* ----------------------------------------
   MOBILE CONTACT SECTION
   ---------------------------------------- */
@media (max-width: 768px) {
  .contact-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-3);
    padding: 0 var(--space-3);
    margin-bottom: var(--space-6);
  }

  .contact-card {
    padding: var(--space-4);
    border-radius: var(--radius-lg);
  }

  .contact-card-icon {
    width: 36px !important;
    height: 36px !important;
    margin-bottom: var(--space-2);
  }

  .contact-card-title {
    font-size: 13px;
    margin-bottom: var(--space-1);
  }

  .contact-card-text {
    font-size: 12px;
  }

  .contact-form {
    padding: var(--space-5);
    margin: 0 var(--space-3);
    border-radius: var(--radius-xl);
  }

  .form-label {
    font-size: 13px;
  }

  .form-input,
  .form-textarea {
    padding: var(--space-3);
    font-size: 14px;
  }

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

@media (max-width: 480px) {
  .contact-cards {
    grid-template-columns: 1fr;
    gap: var(--space-2);
  }

  .contact-card {
    padding: var(--space-3);
    display: flex;
    align-items: center;
    text-align: right;
    gap: var(--space-3);
  }

  .contact-card-icon {
    margin: 0;
    flex-shrink: 0;
  }

  .contact-card-content {
    flex: 1;
    text-align: right;
  }

  .contact-form {
    padding: var(--space-4);
    margin: 0 var(--space-2);
  }
}

/* ----------------------------------------
   MOBILE COMMITMENT SECTION
   ---------------------------------------- */
@media (max-width: 768px) {
  .commitment-section-premium {
    padding: var(--space-12) 0;
  }

  .commitment-premium-header {
    margin-bottom: var(--space-10);
    padding: 0 var(--space-4);
  }

  .commitment-premium-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
    padding: 0 var(--space-4);
  }

  .commitment-card-inner {
    padding: var(--space-5);
    flex-direction: row;
    text-align: right;
    gap: var(--space-4);
  }

  .commitment-card-icon-wrapper {
    width: 56px;
    height: 56px;
    min-width: 56px;
    margin: 0;
  }

  .commitment-card-icon {
    width: 56px;
    height: 56px;
  }

  .commitment-card-icon svg {
    width: 24px;
    height: 24px;
  }

  .commitment-card-icon-ring {
    inset: -3px;
  }

  .commitment-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .commitment-card-title {
    font-size: var(--font-base);
    margin-bottom: var(--space-1);
  }

  .commitment-card-text {
    font-size: 13px;
    text-align: right;
  }

  .commitment-trust-badge {
    margin-top: var(--space-8);
  }

  .trust-badge-inner {
    padding: var(--space-3) var(--space-5);
    flex-direction: column;
    text-align: center;
  }

  .trust-badge-icon {
    width: 36px;
    height: 36px;
  }

  .trust-badge-text {
    font-size: 14px;
  }

  /* Reduce background effects */
  .commitment-orb-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -80px;
  }

  .commitment-orb-2 {
    width: 250px;
    height: 250px;
    bottom: -80px;
    left: -60px;
  }
}

/* ----------------------------------------
   MOBILE TECH GRID
   ---------------------------------------- */
@media (max-width: 768px) {
  .tech-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-3);
    padding: 0 var(--space-3);
  }

  .tech-item {
    padding: var(--space-3);
    border-radius: var(--radius-lg);
  }

  .tech-item-icon {
    width: 28px !important;
    height: 28px !important;
    margin-bottom: var(--space-2);
  }

  .tech-item-name {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-2);
  }

  .tech-item {
    padding: var(--space-2);
  }

  .tech-item-name {
    font-size: 10px;
  }
}

/* ----------------------------------------
   MOBILE TEAM GRID
   ---------------------------------------- */
@media (max-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
    padding: 0 var(--space-3);
  }

  .team-card {
    padding: var(--space-4);
    border-radius: var(--radius-xl);
  }

  .team-avatar {
    width: 64px;
    height: 64px;
    margin-bottom: var(--space-3);
  }

  .team-name {
    font-size: 14px;
  }

  .team-role {
    font-size: 12px;
  }

  .team-card:hover {
    transform: none;
  }
}

/* ----------------------------------------
   MOBILE BLOG GRID
   ---------------------------------------- */
@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
    gap: var(--space-5);
    padding: 0 var(--space-3);
  }

  .blog-card-featured {
    grid-column: 1;
  }

  .blog-card {
    border-radius: var(--radius-xl);
  }

  .blog-card-content {
    padding: var(--space-4);
  }

  .blog-card-meta {
    margin-bottom: var(--space-3);
    gap: var(--space-3);
  }

  .blog-card-date,
  .blog-card-read {
    font-size: 12px;
  }

  .blog-card-title {
    font-size: var(--font-lg);
    margin-bottom: var(--space-2);
  }

  .blog-card-excerpt {
    font-size: 14px;
    margin-bottom: var(--space-4);
    line-height: 1.6;
  }

  .blog-card:hover {
    transform: none;
  }
}

/* ----------------------------------------
   MOBILE NEWSLETTER
   ---------------------------------------- */
@media (max-width: 768px) {
  .newsletter-box {
    padding: var(--space-6);
    margin: 0 var(--space-3);
    border-radius: var(--radius-xl);
    gap: var(--space-4);
  }

  .newsletter-icon {
    width: 52px;
    height: 52px;
  }

  .newsletter-icon svg {
    width: 24px;
    height: 24px;
  }

  .newsletter-title {
    font-size: var(--font-lg);
  }

  .newsletter-text {
    font-size: 14px;
  }

  .newsletter-form {
    min-width: 100%;
  }

  .newsletter-input {
    padding: var(--space-3) var(--space-4);
    font-size: 14px;
  }
}

/* ----------------------------------------
   MOBILE FOOTER
   ---------------------------------------- */
@media (max-width: 768px) {
  .footer {
    padding: var(--space-10) 0 var(--space-6);
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: var(--space-8);
    text-align: center;
  }

  .footer-brand {
    align-items: center;
  }

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

  .footer-links {
    align-items: center;
  }

  .footer-contact-info {
    align-items: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: var(--space-4);
    text-align: center;
    padding-top: var(--space-6);
  }

  .footer-bottom-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: var(--space-3);
  }
}

/* ----------------------------------------
   MOBILE BUTTONS - Touch Friendly
   ---------------------------------------- */
@media (max-width: 768px) {
  .btn,
  .btn-primary,
  .btn-secondary,
  .btn-outline {
    min-height: 48px;
    padding: var(--space-3) var(--space-5);
    font-size: 14px;
  }

  .btn:hover,
  .btn-primary:hover,
  .btn-secondary:hover {
    transform: none;
  }
}

/* ----------------------------------------
   MOBILE CONTAINER
   ---------------------------------------- */
@media (max-width: 768px) {
  .container {
    padding-left: var(--space-4);
    padding-right: var(--space-4);
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: var(--space-3);
    padding-right: var(--space-3);
  }
}

/* ----------------------------------------
   MOBILE INFRASTRUCTURE SHOWCASE
   ---------------------------------------- */
@media (max-width: 768px) {
  .infra-showcase {
    gap: var(--space-6);
    padding: 0 var(--space-3);
  }

  .infra-showcase-content {
    text-align: center;
  }

  .infra-features {
    margin-top: var(--space-4);
  }

  .infra-features li {
    font-size: 14px;
    padding: var(--space-2) 0;
    flex-direction: row-reverse;
    justify-content: center;
    gap: var(--space-2);
    text-align: right;
  }

  .infra-showcase-images {
    gap: var(--space-3);
  }

  .infra-image {
    border-radius: var(--radius-xl);
  }

  .infra-image:hover {
    transform: none;
  }
}

/* ----------------------------------------
   SCROLL TRIGGERED ANIMATIONS
   ---------------------------------------- */
.scroll-animate {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-animate.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.scroll-animate-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-animate-left.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.scroll-animate-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-animate-right.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.scroll-animate-scale {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-animate-scale.animate-in {
  opacity: 1;
  transform: scale(1);
}

/* Staggered animations */
.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }
.stagger-5 { transition-delay: 0.5s; }
.stagger-6 { transition-delay: 0.6s; }

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .scroll-animate,
  .scroll-animate-left,
  .scroll-animate-right,
  .scroll-animate-scale {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-ultra-particles span,
  .hero-line,
  .hero-glow-1,
  .hero-glow-2,
  .hero-glow-3,
  .hero-visual-shine,
  .commitment-orb-1,
  .commitment-orb-2 {
    animation: none;
  }
}

/* ----------------------------------------
   ENHANCED HOVER STATES (Desktop only)
   ---------------------------------------- */
@media (hover: hover) and (min-width: 769px) {
  .service-card:hover {
    transform: translateY(-10px);
  }

  .reason-card:hover {
    transform: translateY(-8px);
  }

  .team-card:hover {
    transform: translateY(-8px);
  }

  .blog-card:hover {
    transform: translateY(-8px);
  }

  .stat-card:hover {
    transform: translateY(-5px);
  }

  .tech-item:hover {
    transform: translateY(-5px);
  }
}

/* ----------------------------------------
   MOBILE TEXT FIXES
   ---------------------------------------- */
@media (max-width: 768px) {
  /* Prevent text from being too small */
  body {
    -webkit-text-size-adjust: 100%;
  }

  /* Better line heights for mobile */
  p, li, .section-subtitle, .service-card-text, .reason-card-text {
    line-height: 1.7;
  }

  /* Word break for long words */
  h1, h2, h3, h4, .hero-ultra-title, .section-title {
    word-break: break-word;
    hyphens: auto;
  }
}

/* ----------------------------------------
   SAFE AREA INSETS (for notched phones)
   ---------------------------------------- */
@supports (padding: max(0px)) {
  .header {
    padding-left: max(var(--space-4), env(safe-area-inset-left));
    padding-right: max(var(--space-4), env(safe-area-inset-right));
  }

  .footer {
    padding-bottom: max(var(--space-6), env(safe-area-inset-bottom));
  }

  .whatsapp-float {
    bottom: max(var(--space-6), calc(env(safe-area-inset-bottom) + var(--space-4)));
    left: max(var(--space-6), env(safe-area-inset-left));
  }
}

/* ----------------------------------------
   LANDSCAPE MOBILE FIXES
   ---------------------------------------- */
@media (max-width: 896px) and (orientation: landscape) {
  .hero-ultra {
    min-height: auto;
    padding: calc(var(--header-height) + 20px) 0 30px;
  }

  .hero-ultra-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-6);
  }

  .hero-ultra-title {
    font-size: 1.5rem;
  }

  .hero-ultra-visual {
    order: 2;
  }
}

/* ----------------------------------------
   TABLET SPECIFIC FIXES
   ---------------------------------------- */
@media (min-width: 769px) and (max-width: 1024px) {
  .hero-ultra-wrapper {
    gap: var(--space-10);
  }

  .hero-ultra-title {
    font-size: clamp(2rem, 4vw, 3rem);
  }

  .hero-metric-card {
    transform: scale(0.9);
  }

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

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

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

/* ============================================
   PREMIUM HOMEPAGE SECTIONS - 85% QUALITY
   ============================================ */

/* ----------------------------------------
   PREMIUM SECTION HEADERS
   ---------------------------------------- */
.section-badge-premium {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15), rgba(34, 165, 89, 0.05));
  border: 1px solid rgba(34, 165, 89, 0.3);
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: var(--space-4);
  backdrop-filter: blur(10px);
}

.section-badge-premium i {
  font-size: 0.9rem;
}

.section-title-premium {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}

.gradient-text {
  background: linear-gradient(135deg, var(--primary), #4ade80, var(--primary));
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 4s ease infinite;
}

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

.section-subtitle-premium {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto var(--space-12);
  line-height: 1.7;
}

/* ----------------------------------------
   PREMIUM BUTTONS
   ---------------------------------------- */
.btn-premium-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: transparent;
  border: 2px solid var(--primary);
  border-radius: 12px;
  color: var(--primary);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn-premium-outline::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.btn-premium-outline:hover {
  color: var(--bg-darker);
  border-color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(34, 165, 89, 0.3);
}

.btn-premium-outline:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.btn-premium-gradient {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: linear-gradient(135deg, var(--primary), #4ade80);
  border: none;
  border-radius: 14px;
  color: var(--bg-darker);
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(34, 165, 89, 0.35);
  position: relative;
  overflow: hidden;
}

.btn-premium-gradient::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #4ade80, var(--primary));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.btn-premium-gradient span {
  position: relative;
  z-index: 1;
}

.btn-premium-gradient i {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.btn-premium-gradient:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(34, 165, 89, 0.45);
}

.btn-premium-gradient:hover::before {
  opacity: 1;
}

.btn-premium-gradient:hover i {
  transform: translateX(-5px);
}

/* ============================================
   SERVICES SECTION - Clean Modern Design
   ============================================ */
.services-section {
  padding: 100px 0;
  background: var(--bg-darker);
}

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

/* Service Card */
.service-card {
  position: relative;
  padding: 32px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  transition: all 0.35s ease;
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(34, 165, 89, 0.25);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* Featured Card */
.service-featured {
  background: linear-gradient(145deg, rgba(34, 165, 89, 0.08), rgba(34, 165, 89, 0.02));
  border-color: rgba(34, 165, 89, 0.2);
}

.service-featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), #4ade80);
  border-radius: 16px 16px 0 0;
}

/* Badge */
.service-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 5px 12px;
  background: linear-gradient(135deg, #f59e0b, #f97316);
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Icon */
.service-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 165, 89, 0.12);
  border: 1px solid rgba(34, 165, 89, 0.25);
  border-radius: 12px;
  margin-bottom: 20px;
  transition: all 0.35s ease;
}

.service-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--primary);
}

.service-card:hover .service-icon {
  background: rgba(34, 165, 89, 0.2);
  border-color: var(--primary);
  transform: scale(1.05);
}

/* Title */
.service-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
}

/* Description */
.service-desc {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 16px;
}

/* Features List */
.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.service-features li {
  position: relative;
  padding: 8px 0 8px 20px;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.service-features li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
}

/* Link */
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.service-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.service-link:hover {
  color: #4ade80;
}

.service-link:hover svg {
  transform: translateX(-4px);
}

/* CTA */
.services-cta {
  text-align: center;
}

/* Responsive */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services-section {
    padding: 70px 0;
  }

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

  .service-card {
    padding: 24px;
  }

  .service-icon {
    width: 46px;
    height: 46px;
  }

  .service-icon svg {
    width: 22px;
    height: 22px;
  }

  .service-title {
    font-size: 1.1rem;
  }
}

/* Card Icon - Legacy Support */
.mega-card-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 165, 89, 0.15);
  border: 1px solid rgba(34, 165, 89, 0.3);
  border-radius: 14px;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  flex-shrink: 0;
}

.mega-card-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--primary);
}

.mega-card:hover .mega-card-icon {
  background: rgba(34, 165, 89, 0.25);
  border-color: var(--primary);
  transform: scale(1.08);
  box-shadow: 0 8px 25px rgba(34, 165, 89, 0.25);
}

/* Card Title */
.mega-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.mega-card-featured .mega-card-title {
  font-size: 1.5rem;
}

/* Card Description */
.mega-card-desc {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 20px;
  flex-grow: 1;
}

/* Card Features */
.mega-card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.mega-card-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  font-size: 0.9rem;
  color: var(--text-secondary);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mega-card-features li:last-child {
  border-bottom: none;
}

.feature-check {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 165, 89, 0.2);
  border-radius: 50%;
  flex-shrink: 0;
}

.feature-check::after {
  content: '';
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
}

/* Card Button */
.mega-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: linear-gradient(135deg, var(--primary), #4ade80);
  border: none;
  border-radius: 12px;
  color: var(--bg-darker);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s ease;
  width: fit-content;
  margin-top: auto;
}

.mega-card-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.mega-card-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(34, 165, 89, 0.4);
}

.mega-card-btn:hover svg {
  transform: translateX(-4px);
}

.mega-btn-outline {
  background: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
}

.mega-btn-outline:hover {
  background: var(--primary);
  color: var(--bg-darker);
}

/* Card Link */
.mega-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.mega-card-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.mega-card-link:hover {
  color: #4ade80;
}

.mega-card-link:hover svg {
  transform: translateX(-4px);
}

/* Premium CTA */
.mega-cta {
  text-align: center;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.mega-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 40px;
  background: transparent;
  border: 2px solid var(--primary);
  border-radius: 14px;
  color: var(--primary);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.mega-cta-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--primary), #4ade80);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.mega-cta-btn:hover {
  color: var(--bg-darker);
  border-color: transparent;
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(34, 165, 89, 0.35);
}

.mega-cta-btn:hover::before {
  opacity: 1;
}

.mega-cta-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 165, 89, 0.15);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.mega-cta-btn:hover .mega-cta-icon {
  background: rgba(4, 22, 16, 0.2);
}

.mega-cta-icon svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.mega-cta-btn:hover .mega-cta-icon svg {
  transform: translateX(-4px);
}

/* Responsive - Mega Services */
@media (max-width: 1024px) {
  .mega-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mega-card-featured {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 350px;
  }

  .mega-card-wide {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .mega-services {
    padding: 80px 0;
  }

  .mega-header {
    margin-bottom: 50px;
  }

  .mega-header-title {
    font-size: 1.75rem;
  }

  .mega-header-desc {
    font-size: 1rem;
  }

  .mega-bento-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mega-card-featured,
  .mega-card-wide {
    grid-column: span 1;
    min-height: auto;
  }

  .mega-card-featured {
    grid-row: span 1;
  }

  .mega-card-wide .mega-card-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .mega-card-content,
  .mega-card-inner {
    padding: 24px;
  }

  .mega-card-icon {
    width: 46px;
    height: 46px;
  }

  .mega-card-icon svg {
    width: 22px;
    height: 22px;
  }

  .mega-card-title {
    font-size: 1.15rem;
  }

  .mega-card-featured .mega-card-title {
    font-size: 1.25rem;
  }

  .mega-cta {
    margin-top: 40px;
  }

  .mega-cta-btn {
    padding: 16px 32px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .mega-services {
    padding: 60px 0;
  }

  .mega-header-badge {
    padding: 8px 18px;
  }

  .mega-header-title {
    font-size: 1.5rem;
  }

  .mega-card-content,
  .mega-card-inner {
    padding: 20px;
  }

  .mega-card-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ----------------------------------------
   PORTFOLIO SHOWCASE SECTION
   ---------------------------------------- */
.portfolio-showcase-section {
  padding: var(--space-20) 0;
  background: linear-gradient(180deg, var(--bg-dark), var(--bg-darker));
  position: relative;
}

.portfolio-showcase-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to top, var(--bg-darker), transparent);
  pointer-events: none;
}

.portfolio-premium-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  margin-bottom: var(--space-12);
}

.portfolio-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.portfolio-featured {
  grid-column: span 2;
  aspect-ratio: 2/1;
}

.portfolio-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.portfolio-card:hover .portfolio-image {
  transform: scale(1.1);
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.2) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--space-6);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-category {
  display: inline-block;
  padding: 6px 14px;
  background: var(--primary);
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--bg-darker);
  margin-bottom: var(--space-3);
  width: fit-content;
}

.portfolio-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: var(--space-2);
}

.portfolio-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: var(--space-4);
}

.portfolio-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.portfolio-link:hover {
  color: #4ade80;
  gap: 12px;
}

.portfolio-cta {
  text-align: center;
  position: relative;
  z-index: 1;
}

/* ========================================
   PORTFOLIO 2026 - ULTRA PREMIUM SECTION
   ======================================== */

/* Section Base */
.portfolio-2026-section {
  padding: 140px 0 160px;
  background: linear-gradient(180deg, #0a0a0f 0%, #0d0d14 50%, #0a0a0f 100%);
  position: relative;
  overflow: hidden;
}

/* Animated Background */
.portfolio-2026-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.portfolio-bg-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(34, 165, 89, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 20% 80%, rgba(34, 165, 89, 0.05) 0%, transparent 40%),
    radial-gradient(ellipse 60% 40% at 80% 80%, rgba(74, 222, 128, 0.05) 0%, transparent 40%);
}

.portfolio-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 30%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 30%, transparent 70%);
}

.portfolio-bg-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.4;
  animation: portfolioGlowFloat 15s ease-in-out infinite;
}

.portfolio-bg-glow-1 {
  top: -200px;
  right: -100px;
  background: radial-gradient(circle, rgba(34, 165, 89, 0.3), transparent 70%);
  animation-delay: 0s;
}

.portfolio-bg-glow-2 {
  bottom: -200px;
  left: -100px;
  background: radial-gradient(circle, rgba(74, 222, 128, 0.2), transparent 70%);
  animation-delay: -7.5s;
}

@keyframes portfolioGlowFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -20px) scale(1.1); }
  66% { transform: translate(-20px, 20px) scale(0.95); }
}

/* Floating Shapes */
.portfolio-floating-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.1), rgba(74, 222, 128, 0.05));
  border: 1px solid rgba(34, 165, 89, 0.1);
  animation: floatShape 20s ease-in-out infinite;
}

.shape-1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}

.shape-2 {
  width: 200px;
  height: 200px;
  top: 60%;
  right: 10%;
  animation-delay: -6s;
}

.shape-3 {
  width: 150px;
  height: 150px;
  bottom: 20%;
  left: 15%;
  animation-delay: -12s;
}

@keyframes floatShape {
  0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.3; }
  50% { transform: translateY(-30px) rotate(180deg); opacity: 0.5; }
}

/* Section Header */
.portfolio-2026-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.header-decoration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.decoration-line {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
}

.decoration-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.2), rgba(74, 222, 128, 0.1));
  border: 1px solid rgba(34, 165, 89, 0.3);
  border-radius: 12px;
  color: var(--primary);
  animation: iconPulse 3s ease-in-out infinite;
}

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

@keyframes iconPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(34, 165, 89, 0.4); }
  50% { transform: scale(1.05); box-shadow: 0 0 20px 5px rgba(34, 165, 89, 0.2); }
}

.portfolio-2026-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15), rgba(34, 165, 89, 0.05));
  border: 1px solid rgba(34, 165, 89, 0.25);
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}

.label-dot {
  width: 8px;
  height: 8px;
  background: var(--primary);
  border-radius: 50%;
  animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}

.portfolio-2026-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.title-gradient {
  display: block;
  background: linear-gradient(135deg, var(--primary) 0%, #4ade80 50%, #86efac 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.portfolio-2026-subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Portfolio Inspiration Badge - Shows these are sample designs */
.portfolio-inspiration-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding: 14px 28px;
  background: linear-gradient(135deg, rgba(201, 169, 98, 0.12), rgba(212, 168, 83, 0.08));
  border: 1px solid rgba(201, 169, 98, 0.3);
  border-radius: 50px;
  color: #e8d5a8;
  font-size: 0.95rem;
  font-weight: 500;
  backdrop-filter: blur(10px);
  animation: inspirationGlow 4s ease-in-out infinite;
}

.portfolio-inspiration-badge svg {
  color: #c9a962;
  flex-shrink: 0;
  animation: starSparkle 3s ease-in-out infinite;
}

@keyframes inspirationGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(201, 169, 98, 0.15); }
  50% { box-shadow: 0 0 25px 8px rgba(201, 169, 98, 0.12); }
}

@keyframes starSparkle {
  0%, 100% { opacity: 1; transform: scale(1) rotate(0deg); }
  50% { opacity: 0.8; transform: scale(1.1) rotate(10deg); }
}

/* Bento Grid Layout */
.portfolio-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 24px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

/* Bento Card Base */
.bento-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.bento-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(25, 25, 35, 0.9), rgba(15, 15, 22, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.bento-card:hover .bento-card-inner {
  border-color: rgba(34, 165, 89, 0.3);
  transform: translateY(-8px);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(34, 165, 89, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

/* Card Sizes */
.bento-featured {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 500px;
}

.bento-medium {
  grid-column: span 5;
  min-height: 240px;
}

.bento-wide {
  grid-column: span 7;
  min-height: 280px;
}

.bento-tall {
  grid-column: span 5;
  grid-row: span 1;
  min-height: 280px;
}

/* Image Wrapper */
.bento-image-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.bento-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), filter 0.6s ease;
  filter: brightness(0.7) saturate(0.9);
}

.bento-card:hover .bento-image-wrapper img {
  transform: scale(1.08);
  filter: brightness(0.5) saturate(1.1);
}

.bento-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 10, 15, 0.3) 0%,
    rgba(10, 10, 15, 0.5) 40%,
    rgba(10, 10, 15, 0.95) 100%
  );
  transition: opacity 0.5s ease;
}

.bento-card:hover .bento-image-overlay {
  background: linear-gradient(
    180deg,
    rgba(10, 10, 15, 0.4) 0%,
    rgba(10, 10, 15, 0.6) 30%,
    rgba(10, 10, 15, 0.98) 100%
  );
}

/* Card Glow Effects */
.bento-glow {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
  z-index: 1;
}

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

.bento-glow-gold {
  bottom: 0;
  right: 20%;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.5), transparent 70%);
}

.bento-glow-pink {
  bottom: 0;
  right: 10%;
  background: radial-gradient(circle, rgba(212, 165, 165, 0.5), transparent 70%);
}

.bento-glow-cyan {
  bottom: 0;
  right: 10%;
  background: radial-gradient(circle, rgba(8, 145, 178, 0.5), transparent 70%);
}

.bento-glow-blue {
  bottom: 0;
  left: 30%;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.5), transparent 70%);
}

.bento-glow-sky {
  bottom: 0;
  right: 10%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.5), transparent 70%);
}

/* Card Content */
.bento-content {
  position: absolute;
  inset: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.bento-content-horizontal .bento-bottom {
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.bento-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.bento-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.9), rgba(180, 140, 30, 0.9));
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #0a0a0f;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bento-badge svg {
  color: #0a0a0f;
}

.bento-industry {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.bento-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bento-category {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.bento-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  transition: color 0.3s ease;
}

.bento-featured .bento-title {
  font-size: 2rem;
}

.bento-card:hover .bento-title {
  color: var(--primary);
}

.bento-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin: 0;
}

.bento-featured .bento-desc {
  font-size: 1.05rem;
  max-width: 90%;
}

/* Stats */
.bento-stats {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}

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

.stat-value {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.bento-featured .stat-value {
  font-size: 1.8rem;
}

.stat-label {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bento-stats-horizontal {
  display: flex;
  gap: 30px;
}

.bento-mini-stats {
  margin-top: 12px;
}

.bento-mini-stats span {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}

.bento-mini-stats strong {
  color: var(--primary);
  font-weight: 700;
}

/* Tech Tags */
.bento-tech {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.tech-tag {
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.bento-card:hover .tech-tag {
  background: rgba(34, 165, 89, 0.1);
  border-color: rgba(34, 165, 89, 0.2);
  color: var(--primary);
}

/* Arrow */
.bento-arrow {
  position: absolute;
  top: 28px;
  left: 28px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transform: translate(-10px, 10px);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 3;
}

.bento-arrow svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.bento-card:hover .bento-arrow {
  opacity: 1;
  transform: translate(0, 0);
  background: var(--primary);
  border-color: var(--primary);
  color: #0a0a0f;
}

.bento-card:hover .bento-arrow svg {
  transform: translate(2px, -2px);
}

/* Text Horizontal Layout */
.bento-text-horizontal {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  width: 100%;
}

.bento-text-horizontal > div:first-child {
  flex: 1;
}

/* CTA Section */
.portfolio-2026-cta {
  position: relative;
  z-index: 1;
}

.cta-glass {
  background: linear-gradient(145deg, rgba(25, 25, 35, 0.8), rgba(15, 15, 22, 0.9));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 50px 60px;
  position: relative;
  overflow: hidden;
}

.cta-glass::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 165, 89, 0.5), transparent);
}

.cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta-text h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px 0;
}

.cta-text p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  background: linear-gradient(135deg, var(--primary), #4ade80);
  border: none;
  border-radius: 14px;
  font-size: 1rem;
  font-weight: 700;
  color: #0a0a0f;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 10px 30px rgba(34, 165, 89, 0.3);
  white-space: nowrap;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(34, 165, 89, 0.4);
}

.cta-button svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.cta-button:hover svg {
  transform: translateX(4px);
}

/* Responsive - Tablet */
@media (max-width: 1200px) {
  .portfolio-bento-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }

  .bento-featured {
    grid-column: span 6;
    grid-row: span 1;
    min-height: 400px;
  }

  .bento-medium {
    grid-column: span 3;
  }

  .bento-wide {
    grid-column: span 6;
  }

  .bento-tall {
    grid-column: span 6;
  }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
  .portfolio-2026-section {
    padding: 80px 0 100px;
  }

  .portfolio-2026-header {
    margin-bottom: 50px;
  }

  .header-decoration {
    margin-bottom: 20px;
  }

  .decoration-line {
    width: 40px;
  }

  .portfolio-2026-title {
    font-size: 2rem;
  }

  .portfolio-2026-subtitle {
    font-size: 1rem;
  }

  .portfolio-bento-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bento-featured,
  .bento-medium,
  .bento-wide,
  .bento-tall {
    grid-column: span 1;
    min-height: 320px;
  }

  .bento-featured {
    min-height: 400px;
  }

  .bento-content {
    padding: 20px;
  }

  .bento-title {
    font-size: 1.3rem;
  }

  .bento-featured .bento-title {
    font-size: 1.6rem;
  }

  .bento-desc {
    font-size: 0.9rem;
  }

  .bento-stats {
    gap: 16px;
  }

  .stat-value {
    font-size: 1.2rem;
  }

  .bento-featured .stat-value {
    font-size: 1.4rem;
  }

  .bento-text-horizontal {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .bento-stats-horizontal {
    gap: 20px;
  }

  .bento-arrow {
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
  }

  .cta-glass {
    padding: 30px 24px;
    border-radius: 20px;
  }

  .cta-content {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }

  .cta-text h3 {
    font-size: 1.4rem;
  }

  .cta-button {
    width: 100%;
    justify-content: center;
    padding: 16px 28px;
  }
}

/* ----------------------------------------
   PROCESS/HOW WE WORK SECTION
   ---------------------------------------- */
.process-premium-section {
  padding: var(--space-20) 0;
  background: var(--bg-darker);
  position: relative;
  overflow: hidden;
}

.process-premium-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(34, 165, 89, 0.05), transparent 70%);
  pointer-events: none;
}

.process-premium-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-6);
  position: relative;
  margin-bottom: var(--space-12);
}

.process-premium-timeline::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary), var(--primary), transparent);
  z-index: 0;
}

.process-step-premium {
  position: relative;
  text-align: center;
  padding: var(--space-6);
  background: linear-gradient(145deg, rgba(30, 30, 30, 0.8), rgba(20, 20, 20, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.process-step-premium:hover {
  transform: translateY(-10px);
  border-color: rgba(34, 165, 89, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.process-step-number {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), #4ade80);
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--bg-darker);
  margin: 0 auto var(--space-5);
  position: relative;
  box-shadow: 0 8px 25px rgba(34, 165, 89, 0.4);
}

.process-step-number::after {
  content: '';
  position: absolute;
  inset: -5px;
  border: 2px solid rgba(34, 165, 89, 0.3);
  border-radius: 50%;
  animation: pulseRing 2s ease infinite;
}

@keyframes pulseRing {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.5; }
}

.process-step-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 165, 89, 0.1);
  border-radius: 14px;
  margin: 0 auto var(--space-4);
}

.process-step-icon i {
  font-size: 1.4rem;
  color: var(--primary);
}

.process-step-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-3);
}

.process-step-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.process-step-connector {
  display: none;
}

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

/* ----------------------------------------
   PREMIUM STATS SECTION
   ---------------------------------------- */
.stats-premium-section {
  padding: var(--space-16) 0;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.08), transparent);
  border-top: 1px solid rgba(34, 165, 89, 0.1);
  border-bottom: 1px solid rgba(34, 165, 89, 0.1);
  position: relative;
  overflow: hidden;
}

.stats-premium-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2322a559' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.stats-premium-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-8);
}

.stat-premium-item {
  text-align: center;
  padding: var(--space-6);
  background: rgba(20, 20, 20, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  transition: all 0.4s ease;
}

.stat-premium-item:hover {
  transform: translateY(-8px);
  border-color: rgba(34, 165, 89, 0.3);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.stat-icon-wrapper {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.2), rgba(34, 165, 89, 0.05));
  border: 1px solid rgba(34, 165, 89, 0.3);
  border-radius: 16px;
  margin: 0 auto var(--space-4);
}

.stat-icon-wrapper i {
  font-size: 1.5rem;
  color: var(--primary);
}

.stat-premium-number {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1;
  margin-bottom: var(--space-2);
}

.stat-premium-label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: var(--space-1);
}

.stat-premium-sublabel {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ----------------------------------------
   TECH STACK SECTION
   ---------------------------------------- */
.tech-stack-section {
  padding: var(--space-20) 0;
  background: var(--bg-dark);
  position: relative;
}

.tech-stack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-8);
}

.tech-stack-category {
  padding: var(--space-6);
  background: linear-gradient(145deg, rgba(30, 30, 30, 0.8), rgba(20, 20, 20, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  transition: all 0.4s ease;
}

.tech-stack-category:hover {
  border-color: rgba(34, 165, 89, 0.2);
  transform: translateY(-5px);
}

.tech-category-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: var(--space-5);
  display: flex;
  align-items: center;
  gap: 10px;
}

.tech-category-title i {
  font-size: 1rem;
}

.tech-logos {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.tech-logo-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  font-size: 0.85rem;
  color: var(--text-secondary);
  transition: all 0.3s ease;
}

.tech-logo-item:hover {
  background: rgba(34, 165, 89, 0.1);
  border-color: rgba(34, 165, 89, 0.3);
  color: var(--text-primary);
  transform: translateY(-3px);
}

.tech-logo-item i {
  font-size: 1.1rem;
  color: var(--primary);
}

/* ----------------------------------------
   FINAL CTA SECTION
   ---------------------------------------- */
.final-cta-section {
  padding: var(--space-20) 0;
  background: linear-gradient(180deg, var(--bg-darker), var(--bg-dark));
  position: relative;
  overflow: hidden;
}

.final-cta-section::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(34, 165, 89, 0.15), transparent 70%);
  pointer-events: none;
}

.final-cta-wrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.final-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.2), rgba(34, 165, 89, 0.05));
  border: 1px solid rgba(34, 165, 89, 0.4);
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: var(--space-6);
}

.final-cta-badge i {
  animation: bounce 1s ease infinite;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.final-cta-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}

.final-cta-desc {
  font-size: 1.15rem;
  color: var(--text-secondary);
  margin-bottom: var(--space-8);
  line-height: 1.7;
}

.final-cta-buttons {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.final-cta-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-8);
  margin-top: var(--space-10);
  padding-top: var(--space-8);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text-secondary);
}

.trust-item i {
  color: var(--primary);
  font-size: 1.1rem;
}

/* ----------------------------------------
   MOBILE RESPONSIVE - NEW PREMIUM SECTIONS
   ---------------------------------------- */
@media (max-width: 1024px) {
  .services-premium-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .portfolio-featured {
    grid-column: span 2;
  }

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

  .process-premium-timeline::before {
    display: none;
  }

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

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

@media (max-width: 768px) {
  .section-badge-premium {
    padding: 8px 18px;
    font-size: 0.8rem;
  }

  .section-title-premium {
    font-size: 1.8rem;
  }

  .section-subtitle-premium {
    font-size: 1rem;
    margin-bottom: var(--space-8);
  }

  .btn-premium-outline,
  .btn-premium-gradient {
    padding: 12px 24px;
    font-size: 0.95rem;
  }

  /* Services Mobile */
  .services-premium-section {
    padding: var(--space-12) 0;
  }

  .services-premium-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .service-premium-card {
    padding: var(--space-6);
  }

  .service-card-icon {
    width: 60px;
    height: 60px;
  }

  .service-card-title {
    font-size: 1.15rem;
  }

  /* Portfolio Mobile */
  .portfolio-showcase-section {
    padding: var(--space-12) 0;
  }

  .portfolio-premium-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .portfolio-featured {
    grid-column: span 1;
    aspect-ratio: 4/3;
  }

  .portfolio-card {
    aspect-ratio: 16/10;
  }

  .portfolio-overlay {
    opacity: 1;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.9) 0%,
      rgba(0, 0, 0, 0.4) 60%,
      rgba(0, 0, 0, 0.1) 100%
    );
  }

  .portfolio-title {
    font-size: 1.2rem;
  }

  /* Process Mobile */
  .process-premium-section {
    padding: var(--space-12) 0;
  }

  .process-premium-timeline {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .process-step-number {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }

  .process-step-title {
    font-size: 1.05rem;
  }

  /* Stats Mobile */
  .stats-premium-section {
    padding: var(--space-10) 0;
  }

  .stats-premium-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-4);
  }

  .stat-premium-item {
    padding: var(--space-4);
  }

  .stat-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .stat-premium-number {
    font-size: 2rem;
  }

  .stat-premium-label {
    font-size: 0.9rem;
  }

  /* Tech Stack Mobile */
  .tech-stack-section {
    padding: var(--space-12) 0;
  }

  .tech-stack-grid {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }

  .tech-logo-item {
    padding: 8px 12px;
    font-size: 0.8rem;
  }

  /* Final CTA Mobile */
  .final-cta-section {
    padding: var(--space-12) 0;
  }

  .final-cta-title {
    font-size: 1.8rem;
  }

  .final-cta-desc {
    font-size: 1rem;
  }

  .final-cta-buttons {
    flex-direction: column;
    gap: var(--space-3);
  }

  .final-cta-buttons a {
    width: 100%;
    justify-content: center;
  }

  .final-cta-trust {
    flex-direction: column;
    gap: var(--space-4);
  }

  .trust-item {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  .section-title-premium {
    font-size: 1.5rem;
  }

  .stats-premium-grid {
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3);
  }

  .stat-premium-number {
    font-size: 1.8rem;
  }

  .stat-premium-label {
    font-size: 0.8rem;
  }

  .stat-premium-sublabel {
    font-size: 0.75rem;
  }
}

/* ========================================
   2026 ULTRA PREMIUM HERO SECTION
   Futuristic Design with Modern Animations
   ======================================== */

.hero-2026 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  overflow: hidden;
}

/* Animated Background */
.hero-2026-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(180deg, #020c08 0%, #041610 50%, #020c08 100%);
}

.hero-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(rgba(34, 165, 89, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 165, 89, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.4;
  animation: glow-pulse 8s ease-in-out infinite;
}

.hero-glow-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(34, 165, 89, 0.4) 0%, transparent 70%);
  top: -200px;
  right: -100px;
}

.hero-glow-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(74, 222, 128, 0.3) 0%, transparent 70%);
  bottom: -150px;
  left: -100px;
  animation-delay: 4s;
}

@keyframes glow-pulse {
  0%, 100% { transform: scale(1); opacity: 0.4; }
  50% { transform: scale(1.1); opacity: 0.6; }
}

/* Layout */
.hero-2026-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Content */
.hero-2026-content {
  max-width: 600px;
}

/* Floating Badge */
.hero-floating-badge {
  position: relative;
  display: inline-flex;
  margin-bottom: 32px;
}

.badge-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.3), rgba(74, 222, 128, 0.1));
  border-radius: 100px;
  animation: badge-pulse 2s ease-in-out infinite;
}

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

.badge-content {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15), rgba(34, 165, 89, 0.05));
  border: 1px solid rgba(34, 165, 89, 0.3);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4ade80;
  backdrop-filter: blur(10px);
}

.badge-content svg {
  color: #fbbf24;
}

/* Title */
.hero-2026-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
  color: #fff;
}

.title-line {
  display: block;
}

.title-highlight {
  position: relative;
  display: inline-block;
}

.highlight-text {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, #22a559 0%, #4ade80 50%, #22a559 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 4s ease infinite;
}

@keyframes gradient-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.highlight-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(ellipse, rgba(34, 165, 89, 0.2) 0%, transparent 70%);
  filter: blur(20px);
  z-index: 0;
}

/* Subtitle */
.hero-2026-subtitle {
  font-size: 1.25rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  max-width: 500px;
}

/* CTA Buttons */
.hero-2026-cta {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.btn-hero-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-hero-primary .btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #22a559 0%, #1a8045 100%);
  z-index: 0;
  transition: all 0.3s ease;
}

.btn-hero-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
  z-index: 1;
}

.btn-hero-primary:hover::before {
  left: 100%;
}

.btn-hero-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(34, 165, 89, 0.4);
}

.btn-hero-primary .btn-text,
.btn-hero-primary svg {
  position: relative;
  z-index: 2;
}

.btn-hero-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-hero-secondary .btn-border {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.btn-hero-secondary:hover .btn-border {
  border-color: rgba(34, 165, 89, 0.5);
  background: rgba(34, 165, 89, 0.1);
}

.btn-hero-secondary:hover {
  transform: translateY(-3px);
}

.btn-hero-secondary .btn-text {
  position: relative;
  z-index: 1;
}

/* Trust Indicators */
.hero-2026-trust {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.trust-indicator {
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 165, 89, 0.1);
  border: 1px solid rgba(34, 165, 89, 0.2);
  border-radius: 10px;
}

.trust-icon svg {
  width: 18px;
  height: 18px;
  stroke: #22a559;
}

.trust-indicator span {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.trust-divider {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
}

/* Visual Side */
.hero-2026-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.visual-card {
  position: relative;
  perspective: 1000px;
}

.visual-card-inner {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  transform: rotateY(-5deg) rotateX(5deg);
  transition: transform 0.5s ease;
  box-shadow:
    0 50px 100px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}

.visual-card:hover .visual-card-inner {
  transform: rotateY(0deg) rotateX(0deg);
}

.visual-card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  background: conic-gradient(from 0deg, transparent, rgba(34, 165, 89, 0.3), transparent, rgba(74, 222, 128, 0.3), transparent);
  animation: card-glow-rotate 8s linear infinite;
  z-index: -1;
}

@keyframes card-glow-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.visual-card-inner img {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: cover;
}

.visual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(2, 12, 8, 0.8) 100%);
}

/* Floating Stats */
.floating-stat {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(4, 22, 16, 0.9);
  border: 1px solid rgba(34, 165, 89, 0.2);
  border-radius: 16px;
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  animation: float 6s ease-in-out infinite;
}

.floating-stat-1 {
  top: 10%;
  right: -30px;
  animation-delay: 0s;
}

.floating-stat-2 {
  bottom: 20%;
  left: -40px;
  animation-delay: 2s;
}

.floating-stat-3 {
  bottom: 5%;
  right: 10%;
  animation-delay: 4s;
}

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

.floating-stat .stat-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.2), rgba(34, 165, 89, 0.05));
  border-radius: 10px;
}

.floating-stat .stat-icon svg {
  width: 20px;
  height: 20px;
  stroke: #4ade80;
}

.floating-stat .stat-value {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

.floating-stat .stat-label {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

/* Decorations */
.hero-decoration {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.1), transparent);
  border: 1px solid rgba(34, 165, 89, 0.1);
}

.hero-decoration-1 {
  width: 300px;
  height: 300px;
  top: -50px;
  right: -100px;
  animation: decoration-float 10s ease-in-out infinite;
}

.hero-decoration-2 {
  width: 200px;
  height: 200px;
  bottom: 0;
  left: -80px;
  animation: decoration-float 8s ease-in-out infinite reverse;
}

@keyframes decoration-float {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(20px, -20px) rotate(180deg); }
}

/* Scroll Indicator */
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  animation: scroll-bounce 2s ease-in-out infinite;
}

.scroll-mouse {
  width: 24px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  position: relative;
}

.scroll-wheel {
  width: 4px;
  height: 8px;
  background: rgba(34, 165, 89, 0.8);
  border-radius: 2px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  animation: scroll-wheel 2s ease-in-out infinite;
}

@keyframes scroll-wheel {
  0%, 100% { top: 6px; opacity: 1; }
  50% { top: 18px; opacity: 0.3; }
}

@keyframes scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(10px); }
}

/* Hero 2026 Responsive */
@media (max-width: 1024px) {
  .hero-2026-layout {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }

  .hero-2026-content {
    max-width: 100%;
  }

  .hero-floating-badge {
    justify-content: center;
  }

  .hero-2026-subtitle {
    max-width: 100%;
  }

  .hero-2026-cta {
    justify-content: center;
  }

  .hero-2026-trust {
    justify-content: center;
  }

  .hero-2026-visual {
    order: -1;
  }

  .floating-stat-1 {
    right: 0;
  }

  .floating-stat-2 {
    left: 0;
  }
}

@media (max-width: 768px) {
  .hero-2026 {
    padding: 100px 0 60px;
  }

  .hero-2026-title {
    font-size: 2rem;
  }

  .hero-2026-subtitle {
    font-size: 1rem;
  }

  .hero-2026-cta {
    flex-direction: column;
    align-items: center;
  }

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

  .hero-2026-trust {
    flex-direction: column;
    gap: 16px;
  }

  .trust-divider {
    display: none;
  }

  .floating-stat {
    display: none;
  }

  .scroll-indicator {
    display: none;
  }
}

/* ========================================
   2026 PORTFOLIO/PROJECTS SECTION FIX
   Better Contrast and Visibility
   ======================================== */

.portfolio-showcase-section {
  background: linear-gradient(180deg, #041610 0%, #020c08 100%);
  position: relative;
}

.portfolio-showcase-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 165, 89, 0.3), transparent);
}

.portfolio-showcase-section .section-title-premium {
  color: #fff;
  text-shadow: 0 0 40px rgba(34, 165, 89, 0.3);
}

.portfolio-showcase-section .gradient-text {
  background: linear-gradient(135deg, #22a559 0%, #4ade80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.portfolio-showcase-section .section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

/* Portfolio Grid - Premium Styling */
.portfolio-premium-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.portfolio-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s ease;
}

.portfolio-card:hover {
  transform: translateY(-8px);
  border-color: rgba(34, 165, 89, 0.3);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(34, 165, 89, 0.1);
}

.portfolio-featured {
  grid-column: span 2;
}

.portfolio-card-image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.portfolio-featured .portfolio-card-image {
  aspect-ratio: 21/9;
}

.portfolio-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.portfolio-card:hover .portfolio-card-image img {
  transform: scale(1.08);
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(2, 12, 8, 0) 0%, rgba(2, 12, 8, 0.95) 100%);
  display: flex;
  align-items: flex-end;
  padding: 32px;
  opacity: 1;
}

.portfolio-category {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(34, 165, 89, 0.2);
  border: 1px solid rgba(34, 165, 89, 0.3);
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #4ade80;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.portfolio-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.portfolio-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 16px;
}

.portfolio-stats {
  display: flex;
  gap: 24px;
}

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

.portfolio-stat-value {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #4ade80;
}

.portfolio-stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.portfolio-tech-tags {
  display: flex;
  gap: 8px;
  padding: 16px 20px;
  flex-wrap: wrap;
}

.portfolio-tech-tags span {
  padding: 6px 12px;
  background: rgba(34, 165, 89, 0.1);
  border: 1px solid rgba(34, 165, 89, 0.2);
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

.portfolio-cta {
  text-align: center;
  margin-top: 50px;
}

.portfolio-cta-text {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  font-size: 1.1rem;
}

/* ========================================
   2026 PROCESS SECTION - Modern Interactive
   ======================================== */

.process-premium-section {
  background: linear-gradient(180deg, #020c08 0%, #041610 50%, #020c08 100%);
  position: relative;
  overflow: hidden;
}

.process-premium-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.process-line-animated {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(34, 165, 89, 0.2), transparent);
}

.process-premium-section .section-title-premium {
  color: #fff;
}

/* Process Timeline */
.process-premium-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 60px;
  position: relative;
}

.process-premium-timeline::before {
  content: '';
  position: absolute;
  top: 60px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, rgba(34, 165, 89, 0.1), rgba(34, 165, 89, 0.3), rgba(34, 165, 89, 0.1));
}

.process-step-premium {
  position: relative;
  text-align: center;
}

.process-step-number {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15), rgba(34, 165, 89, 0.05));
  border: 2px solid rgba(34, 165, 89, 0.3);
  border-radius: 20px;
  font-size: 1.5rem;
  font-weight: 800;
  color: #4ade80;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.process-step-premium:hover .process-step-number {
  background: linear-gradient(135deg, #22a559, #1a8045);
  color: #fff;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 20px 40px rgba(34, 165, 89, 0.3);
}

.process-step-content {
  padding: 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  transition: all 0.4s ease;
}

.process-step-premium:hover .process-step-content {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(34, 165, 89, 0.2);
  transform: translateY(-5px);
}

.process-step-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 165, 89, 0.1);
  border-radius: 12px;
}

.process-step-icon svg {
  width: 24px;
  height: 24px;
  stroke: #22a559;
}

.process-step-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.process-step-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
}

.process-step-connector {
  display: none;
}

@media (max-width: 1024px) {
  .process-premium-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-premium-timeline::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .process-premium-timeline {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .process-step-premium {
    display: flex;
    align-items: flex-start;
    text-align: right;
    gap: 20px;
  }

  .process-step-number {
    margin: 0;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
  }

  .process-step-content {
    flex: 1;
  }

  .process-step-icon {
    margin: 0 0 12px auto;
  }
}

/* ========================================
   2026 TECH STACK SECTION - Elegant Premium
   ======================================== */

.tech-stack-section {
  background: linear-gradient(180deg, #020c08 0%, #041610 100%);
  position: relative;
}

.tech-stack-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(34, 165, 89, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.tech-stack-section .section-title-premium {
  color: #fff;
}

.tech-stack-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}

.tech-stack-category {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 28px;
  transition: all 0.4s ease;
}

.tech-stack-category:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(34, 165, 89, 0.2);
  transform: translateY(-5px);
}

.tech-category-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #4ade80;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: center;
}

.tech-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.tech-logo-item {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tech-logo-item:hover {
  background: rgba(34, 165, 89, 0.1);
  border-color: rgba(34, 165, 89, 0.3);
  transform: scale(1.08);
}

.tech-logo-item svg {
  width: 28px;
  height: 28px;
  fill: rgba(255, 255, 255, 0.6);
  transition: fill 0.3s ease;
}

.tech-logo-item:hover svg {
  fill: #4ade80;
}

.tech-logo-item[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 14px;
  background: rgba(4, 22, 16, 0.95);
  border: 1px solid rgba(34, 165, 89, 0.3);
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  z-index: 10;
}

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

@media (max-width: 640px) {
  .tech-stack-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   2026 FINAL CTA SECTION - High Contrast Fix
   ======================================== */

.final-cta-section {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(180deg, #020c08 0%, #041610 50%, #020c08 100%);
  overflow: hidden;
}

.final-cta-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(34, 165, 89, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.final-cta-wrapper {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 60px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  backdrop-filter: blur(10px);
}

.final-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.2), rgba(34, 165, 89, 0.05));
  border: 1px solid rgba(34, 165, 89, 0.3);
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #4ade80;
  margin-bottom: 32px;
}

.final-cta-badge i {
  font-size: 1rem;
}

.final-cta-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}

.final-cta-title .gradient-text {
  background: linear-gradient(135deg, #22a559 0%, #4ade80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.final-cta-desc {
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.btn-premium-gradient {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 36px;
  background: linear-gradient(135deg, #22a559 0%, #1a8045 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(34, 165, 89, 0.3);
}

.btn-premium-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(34, 165, 89, 0.4);
}

.btn-premium-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 36px;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.btn-premium-outline:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(34, 165, 89, 0.5);
  transform: translateY(-3px);
}

.final-cta-trust {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.final-cta-trust .trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.final-cta-trust .trust-item i {
  color: #22a559;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .final-cta-wrapper {
    padding: 40px 24px;
  }

  .final-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .btn-premium-gradient,
  .btn-premium-outline {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }

  .final-cta-trust {
    flex-direction: column;
    gap: 16px;
  }
}

/* ========================================
   3D STATS SECTION - Ultra Premium Design
   ======================================== */

.stats-3d-section {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(180deg, #020c08 0%, #041610 50%, #020c08 100%);
  overflow: hidden;
}

.stats-3d-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.stats-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
  animation: orb-float 10s ease-in-out infinite;
}

.stats-orb-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(34, 165, 89, 0.4) 0%, transparent 70%);
  top: -100px;
  left: -100px;
}

.stats-orb-2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, transparent 70%);
  bottom: -80px;
  right: -80px;
  animation-delay: 5s;
}

@keyframes orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(30px, -30px) scale(1.1); }
}

.stats-grid-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    linear-gradient(rgba(34, 165, 89, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 165, 89, 0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 20%, transparent 70%);
}

.stats-3d-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  z-index: 1;
}

.stat-3d-card {
  position: relative;
  perspective: 1000px;
}

.stat-3d-inner {
  position: relative;
  padding: 40px 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform-style: preserve-3d;
}

.stat-3d-card:hover .stat-3d-inner {
  transform: translateY(-10px) rotateX(5deg);
  border-color: rgba(34, 165, 89, 0.3);
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(34, 165, 89, 0.1);
}

.stat-3d-ring {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
}

.stat-3d-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  transition: transform 1s ease;
}

.stat-3d-card:hover .stat-3d-ring svg {
  transform: rotate(360deg);
}

.stat-3d-value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.75rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 0 20px rgba(34, 165, 89, 0.5);
}

.stat-3d-label {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.stat-3d-desc {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

.stat-3d-glow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 50%;
  background: radial-gradient(ellipse at bottom, rgba(34, 165, 89, 0.15) 0%, transparent 70%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.stat-3d-glow-blue {
  background: radial-gradient(ellipse at bottom, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
}

.stat-3d-glow-purple {
  background: radial-gradient(ellipse at bottom, rgba(139, 92, 246, 0.15) 0%, transparent 70%);
}

.stat-3d-glow-gold {
  background: radial-gradient(ellipse at bottom, rgba(245, 158, 11, 0.15) 0%, transparent 70%);
}

.stat-3d-card:hover .stat-3d-glow {
  opacity: 1;
}

/* Stats 3D Responsive */
@media (max-width: 1024px) {
  .stats-3d-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .stats-3d-section {
    padding: 60px 0;
  }

  .stats-3d-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .stat-3d-inner {
    padding: 24px 16px;
  }

  .stat-3d-ring {
    width: 90px;
    height: 90px;
  }

  .stat-3d-value {
    font-size: 1.25rem;
  }

  .stat-3d-label {
    font-size: 0.85rem;
  }

  .stat-3d-desc {
    font-size: 0.75rem;
  }
}

/* Section Badge Premium - Refined Icon Styling */
.section-badge-premium svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* Portfolio CTA Button Icon Fix */
.btn-premium-gradient svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ========================================
   TECH SIMPLE SECTION - Clean & Visible
   ======================================== */
.tech-simple-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #0a0a0a 0%, #111111 50%, #0a0a0a 100%);
  position: relative;
  overflow: hidden;
}

.tech-simple-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(34, 165, 89, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.05) 0%, transparent 40%);
  pointer-events: none;
}

.tech-simple-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.tech-simple-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
  line-height: 1.7;
}

.tech-simple-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.tech-simple-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 28px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: all 0.3s ease;
  cursor: default;
}

.tech-simple-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(34, 165, 89, 0.3);
  transform: translateY(-4px);
}

.tech-simple-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15) 0%, rgba(34, 165, 89, 0.05) 100%);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.tech-simple-item:hover .tech-simple-icon {
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.25) 0%, rgba(34, 165, 89, 0.1) 100%);
  transform: scale(1.05);
}

.tech-simple-icon svg {
  width: 24px;
  height: 24px;
  color: #22a559;
}

.tech-simple-name {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

/* Tech Simple Responsive */
@media (max-width: 900px) {
  .tech-simple-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .tech-simple-section {
    padding: 60px 0;
  }

  .tech-simple-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .tech-simple-item {
    padding: 20px 12px;
  }

  .tech-simple-icon {
    width: 40px;
    height: 40px;
  }

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

  .tech-simple-name {
    font-size: 0.8rem;
  }

  .tech-simple-subtitle {
    margin-bottom: 40px;
  }
}

/* ========================================
   FOOTER MOBILE OPTIMIZATION
   ======================================== */
@media (max-width: 767px) {
  /* Reduce overall footer padding */
  .footer {
    padding: 40px 0 0;
  }

  /* Compact grid with tighter spacing */
  .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
    margin-bottom: 32px;
  }

  /* Brand section spans full width */
  .footer-brand {
    grid-column: 1 / -1;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 8px;
  }

  .footer-brand .logo {
    justify-content: center;
    margin-bottom: 12px;
  }

  .footer-brand .logo-icon {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }

  .footer-brand .logo-text {
    font-size: 1.1rem;
  }

  .footer-brand p {
    font-size: 0.8rem;
    line-height: 1.6;
    max-width: 280px;
    margin: 0 auto 16px;
    color: rgba(255, 255, 255, 0.5);
  }

  /* Social icons - smaller and centered */
  .footer-social {
    justify-content: center;
    gap: 10px;
    margin-top: 0;
  }

  .footer-social-link {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .footer-social-link svg {
    width: 16px;
    height: 16px;
  }

  /* Footer columns - compact two-column layout */
  .footer-column {
    text-align: right;
  }

  .footer-title {
    font-size: 0.75rem;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.08em;
  }

  .footer-links li {
    margin-bottom: 6px;
  }

  .footer-links a {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
  }

  /* Contact column - full width at bottom */
  .footer-column:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 8px;
  }

  .footer-column:last-child .footer-title {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 8px;
  }

  .footer-contact-item {
    margin-bottom: 0;
    font-size: 0.75rem;
    gap: 8px;
    justify-content: flex-start;
  }

  .footer-contact-item svg {
    width: 14px;
    height: 14px;
  }

  .footer-contact-item a,
  .footer-contact-item span {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.55);
  }

  /* Footer bottom - compact */
  .footer-bottom {
    padding: 16px 0;
  }

  .footer-bottom-inner {
    gap: 10px;
  }

  .footer-copyright {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
  }

  .footer-legal {
    gap: 16px;
  }

  .footer-legal a {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
  }
}

/* Extra small screens */
@media (max-width: 400px) {
  .footer-grid {
    gap: 20px 12px;
  }

  .footer-brand p {
    font-size: 0.75rem;
    max-width: 240px;
  }

  .footer-social-link {
    width: 32px;
    height: 32px;
  }

  .footer-social-link svg {
    width: 14px;
    height: 14px;
  }

  .footer-column:last-child {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-contact-item {
    justify-content: center;
  }
}

/* ========================================
   HERO CINEMATIC - World-Class 3D Design
   ======================================== */

.hero-cinematic {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #020c08;
  overflow: hidden;
}

/* 3D Canvas Background */
#hero-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Gradient Overlays */
.hero-overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(34, 165, 89, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 80% 100%, rgba(34, 165, 89, 0.1) 0%, transparent 40%),
    radial-gradient(ellipse 40% 30% at 10% 80%, rgba(59, 130, 246, 0.08) 0%, transparent 40%);
  z-index: 2;
  pointer-events: none;
}

.hero-vignette {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(2, 12, 8, 0.4) 100%);
  z-index: 3;
  pointer-events: none;
}

/* Floating Light Orbs */
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 2;
  pointer-events: none;
  animation: orb-pulse 8s ease-in-out infinite;
}

.hero-orb-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(34, 165, 89, 0.25) 0%, transparent 70%);
  top: 10%;
  right: 15%;
  animation-delay: 0s;
}

.hero-orb-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
  bottom: 20%;
  left: 10%;
  animation-delay: 3s;
}

.hero-orb-3 {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.12) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 5s;
}

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

/* Main Content */
.hero-cinematic-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 900px;
  padding: 0 24px;
  text-align: center;
}

.hero-content-wrapper {
  animation: hero-fade-up 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  opacity: 0;
}

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Status Badge */
.hero-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  background: rgba(34, 165, 89, 0.1);
  border: 1px solid rgba(34, 165, 89, 0.25);
  border-radius: 100px;
  margin-bottom: 32px;
  animation: badge-glow 3s ease-in-out infinite;
}

@keyframes badge-glow {
  0%, 100% { box-shadow: 0 0 20px rgba(34, 165, 89, 0.1); }
  50% { box-shadow: 0 0 30px rgba(34, 165, 89, 0.25); }
}

.status-dot {
  width: 8px;
  height: 8px;
  background: #22a559;
  border-radius: 50%;
  animation: dot-pulse 2s ease-in-out infinite;
}

@keyframes dot-pulse {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 0 0 0 rgba(34, 165, 89, 0.4);
  }
  50% {
    opacity: 0.7;
    box-shadow: 0 0 0 8px rgba(34, 165, 89, 0);
  }
}

.status-text {
  font-size: 0.9rem;
  font-weight: 500;
  color: #4ade80;
  letter-spacing: 0.02em;
}

/* Main Title */
.hero-main-title {
  font-size: clamp(2.5rem, 7vw, 5rem);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}

.title-row {
  display: block;
}

.title-highlight-row {
  margin: 8px 0;
}

.title-gradient {
  background: linear-gradient(135deg, #22a559 0%, #4ade80 40%, #86efac 60%, #22a559 100%);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 6s ease infinite;
  text-shadow: none;
}

@keyframes gradient-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Subtitle */
.hero-main-subtitle {
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  max-width: 650px;
  margin: 0 auto 40px;
}

/* CTA Button */
.hero-cta-wrapper {
  margin-bottom: 36px;
}

.hero-cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px !important;
  padding: 6px 12px !important;
  background: linear-gradient(135deg, #22a559 0%, #1a8045 100%);
  color: #fff;
  font-size: 0.7rem !important;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(34, 165, 89, 0.15);
}

.hero-cta-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 12px 40px rgba(34, 165, 89, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.cta-text {
  position: relative;
  z-index: 2;
}

.cta-icon {
  position: relative;
  z-index: 2;
  display: flex;
  transition: transform 0.3s ease;
}

.cta-icon svg {
  width: 10px !important;
  height: 10px !important;
  transform: rotate(180deg);
}

.hero-cta-button:hover .cta-icon {
  transform: translateX(-5px);
}

.cta-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: none;
}

.hero-cta-button:hover .cta-shine {
  animation: shine-sweep 0.6s ease forwards;
}

@keyframes shine-sweep {
  to { left: 100%; }
}

/* Trust Line */
.hero-trust-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.trust-item {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
}

.trust-item strong {
  color: #4ade80;
  font-weight: 700;
  margin-left: 4px;
}

.trust-separator {
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.8rem;
}

/* Scroll Indicator */
.hero-scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 10;
  animation: scroll-bounce 2s ease-in-out infinite;
}

@keyframes scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

.scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, #22a559, transparent);
  animation: scroll-line-grow 1.5s ease-in-out infinite;
}

@keyframes scroll-line-grow {
  0%, 100% {
    opacity: 0.3;
    height: 30px;
  }
  50% {
    opacity: 1;
    height: 50px;
  }
}

.hero-scroll-indicator span {
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

/* Hero Responsive */
@media (max-width: 768px) {
  .hero-cinematic {
    min-height: 100svh;
  }

  .hero-cinematic-content {
    padding: 0 20px;
    padding-top: 80px;
  }

  .hero-status-badge {
    padding: 6px 16px;
    margin-bottom: 24px;
  }

  .status-text {
    font-size: 0.8rem;
  }

  .hero-main-title {
    font-size: clamp(2rem, 10vw, 3rem);
    margin-bottom: 20px;
  }

  .hero-main-subtitle {
    font-size: 1rem;
    margin-bottom: 32px;
    line-height: 1.7;
  }

  .hero-main-subtitle br {
    display: none;
  }

  .hero-cta-button {
    padding: 5px 10px !important;
    font-size: 0.65rem !important;
  }

  .hero-cta-wrapper {
    margin-bottom: 24px;
  }

  .hero-trust-line {
    gap: 12px;
  }

  .trust-item {
    font-size: 0.85rem;
  }

  .hero-orb-1 {
    width: 200px;
    height: 200px;
    top: 5%;
    right: 5%;
  }

  .hero-orb-2 {
    width: 150px;
    height: 150px;
  }

  .hero-orb-3 {
    width: 100px;
    height: 100px;
  }

  .hero-scroll-indicator {
    bottom: 24px;
  }
}

@media (max-width: 480px) {
  .hero-main-title {
    font-size: 2rem;
  }

  .title-highlight-row {
    margin: 4px 0;
  }

  .hero-trust-line {
    flex-direction: column;
    gap: 8px;
  }

  .trust-separator {
    display: none;
  }
}

/* ========================================
   COMPREHENSIVE HOMEPAGE IMPROVEMENTS v11
   ======================================== */

/* === BUTTON REFINEMENTS - All buttons proportional and elegant === */

.btn-primary {
  padding: 12px 24px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(34, 165, 89, 0.3);
}

.btn-outline-primary {
  padding: 11px 22px;
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 10px;
  border-width: 1.5px;
}

.btn-lg {
  padding: 14px 28px;
  font-size: 0.95rem;
}

.btn-premium-gradient {
  padding: 12px 24px;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 10px;
  gap: 8px;
}

.btn-premium-gradient:hover {
  transform: translateY(-2px);
}

.btn-premium-outline {
  padding: 12px 24px;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 10px;
  gap: 8px;
}

.service-link {
  font-size: 0.85rem;
  font-weight: 500;
  gap: 6px;
  padding: 8px 0;
}

.service-link svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

.service-link:hover svg {
  transform: translateX(-4px);
}

.services-cta .btn {
  padding: 12px 24px;
  font-size: 0.9rem;
}

.services-cta .btn svg {
  width: 16px;
  height: 16px;
}

/* === ICON REFINEMENTS === */

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.12) 0%, rgba(34, 165, 89, 0.04) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.2) 0%, rgba(34, 165, 89, 0.08) 100%);
  transform: scale(1.05);
}

.service-icon svg {
  width: 26px;
  height: 26px;
  color: #22a559;
}

.trust-premium-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(34, 165, 89, 0.1);
  flex-shrink: 0;
}

.trust-premium-icon svg {
  width: 22px;
  height: 22px;
  color: #22a559;
}

.trust-premium-icon-gold {
  background: rgba(245, 158, 11, 0.1);
}

.trust-premium-icon-gold svg {
  color: #f59e0b;
}

.process-step-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15) 0%, rgba(34, 165, 89, 0.05) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}

.process-step-premium:hover .process-step-icon {
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.25) 0%, rgba(34, 165, 89, 0.1) 100%);
  transform: scale(1.08);
}

.process-step-icon svg {
  width: 22px;
  height: 22px;
  color: #22a559;
}

.why-us-item-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.12) 0%, rgba(34, 165, 89, 0.04) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.why-us-item:hover .why-us-item-icon {
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.2) 0%, rgba(34, 165, 89, 0.08) 100%);
  transform: scale(1.05);
}

.why-us-item-icon svg {
  width: 20px;
  height: 20px;
  color: #22a559;
}

.final-cta-section .trust-item i {
  width: 16px;
  font-size: 0.85rem;
  color: #22a559;
}

/* === SECTION IMPROVEMENTS === */

.services-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #0a0a0a 0%, #0f0f0f 50%, #0a0a0a 100%);
}

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

.service-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 32px 28px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(34, 165, 89, 0.3), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(34, 165, 89, 0.2);
  transform: translateY(-6px);
}

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

.service-featured {
  grid-row: span 2;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.08) 0%, rgba(34, 165, 89, 0.02) 100%);
  border-color: rgba(34, 165, 89, 0.15);
}

.service-featured::before {
  opacity: 1;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: rgba(34, 165, 89, 0.15);
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 600;
  color: #4ade80;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

.service-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}

.service-desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin-bottom: 16px;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.service-features li {
  position: relative;
  padding-right: 20px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

.service-features li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #22a559;
  border-radius: 50%;
}

/* Portfolio section */
.portfolio-showcase-section {
  padding: 100px 0;
  background: #050505;
  position: relative;
}

.portfolio-premium-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  margin-bottom: 48px;
}

.portfolio-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.portfolio-featured {
  grid-row: span 2;
}

.portfolio-card:hover {
  transform: scale(1.02);
}

.portfolio-card-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.portfolio-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-card:hover .portfolio-card-image img {
  transform: scale(1.08);
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 24px;
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-category {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(34, 165, 89, 0.2);
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #4ade80;
  margin-bottom: 8px;
}

.portfolio-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.portfolio-desc {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}

.portfolio-stats {
  display: flex;
  gap: 20px;
}

.portfolio-stat-value {
  font-size: 1rem;
  font-weight: 700;
  color: #22a559;
  display: block;
}

.portfolio-stat-label {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
}

.portfolio-tech-tags {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: flex;
  gap: 6px;
  z-index: 2;
}

.portfolio-tech-tags span {
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}

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

.portfolio-cta-text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}

/* Process section */
.process-premium-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #0a0a0a 0%, #080808 100%);
  position: relative;
  overflow: hidden;
}

.process-premium-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
}

.process-step-premium {
  text-align: center;
  position: relative;
}

.process-step-number {
  font-size: 3rem;
  font-weight: 800;
  color: rgba(34, 165, 89, 0.15);
  margin-bottom: 16px;
  line-height: 1;
}

.process-step-content {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 28px 24px;
  transition: all 0.3s ease;
}

.process-step-premium:hover .process-step-content {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(34, 165, 89, 0.2);
  transform: translateY(-4px);
}

.process-step-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.process-step-text {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}

/* Why Us section */
.why-us-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.why-us-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.why-us-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.why-us-image-badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(34, 165, 89, 0.3);
  border-radius: 16px;
  padding: 16px 24px;
  text-align: center;
}

.why-us-image-badge-number {
  font-size: 2rem;
  font-weight: 800;
  color: #22a559;
  line-height: 1;
}

.why-us-image-badge-text {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
}

.why-us-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-us-item {
  display: flex;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.3s ease;
}

.why-us-item:last-child {
  border-bottom: none;
}

.why-us-item:hover {
  padding-right: 8px;
}

.why-us-item-content h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}

.why-us-item-content p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin: 0;
}

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

.testimonial-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 32px 28px;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}

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

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

.testimonial-text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin-bottom: 24px;
}

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

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
}

.testimonial-author-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}

.testimonial-author-role {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 2px;
}

/* Final CTA */
.final-cta-section {
  padding: 100px 0;
  background: linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
}

.final-cta-wrapper {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 40px;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.08) 0%, rgba(34, 165, 89, 0.02) 100%);
  border: 1px solid rgba(34, 165, 89, 0.15);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}

.final-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(34, 165, 89, 0.1);
  border-radius: 100px;
  margin-bottom: 24px;
}

.final-cta-badge i {
  font-size: 0.85rem;
  color: #22a559;
}

.final-cta-badge span {
  font-size: 0.8rem;
  font-weight: 500;
  color: #4ade80;
}

.final-cta-title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.3;
}

.final-cta-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.final-cta-trust {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

.final-cta-trust .trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}

/* === MOBILE IMPROVEMENTS === */

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

  .service-featured {
    grid-row: auto;
  }

  .portfolio-premium-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .portfolio-featured {
    grid-row: auto;
    grid-column: span 2;
  }

  .process-premium-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .why-us-grid {
    gap: 40px;
  }

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

@media (max-width: 768px) {
  .services-section,
  .portfolio-showcase-section,
  .process-premium-section,
  .section,
  .final-cta-section {
    padding: 60px 0;
  }

  .section-title,
  .section-title-premium,
  .tech-simple-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 12px;
  }

  .section-subtitle {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 32px;
  }

  .section-label {
    font-size: 0.7rem;
    margin-bottom: 10px;
  }

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

  .service-card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .service-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin-bottom: 16px;
  }

  .service-icon svg {
    width: 22px;
    height: 22px;
  }

  .service-title {
    font-size: 1.1rem;
  }

  .service-desc {
    font-size: 0.85rem;
  }

  .service-badge {
    font-size: 0.65rem;
    padding: 5px 10px;
  }

  .services-cta {
    margin-top: 24px;
  }

  .services-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .portfolio-premium-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .portfolio-featured {
    grid-column: auto;
  }

  .portfolio-card {
    border-radius: 14px;
  }

  .portfolio-card-image {
    min-height: 180px;
  }

  .portfolio-overlay {
    padding: 20px;
    opacity: 1;
    background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, 0.9) 100%);
  }

  .portfolio-tech-tags {
    display: none;
  }

  .process-premium-timeline {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .process-step-number {
    font-size: 2rem;
  }

  .process-step-content {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .process-step-icon {
    width: 44px;
    height: 44px;
  }

  .process-step-icon svg {
    width: 20px;
    height: 20px;
  }

  .stats-3d-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .stat-3d-inner {
    padding: 20px 16px;
  }

  .stat-3d-ring {
    width: 70px;
    height: 70px;
  }

  .stat-3d-value {
    font-size: 1.1rem;
  }

  .stat-3d-label {
    font-size: 0.8rem;
  }

  .tech-simple-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }

  .tech-simple-item {
    padding: 16px 8px;
    border-radius: 12px;
  }

  .tech-simple-icon {
    width: 36px;
    height: 36px;
  }

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

  .tech-simple-name {
    font-size: 0.7rem;
  }

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

  .why-us-image {
    order: -1;
  }

  .why-us-image-badge {
    bottom: 16px;
    right: 16px;
    padding: 12px 18px;
  }

  .why-us-image-badge-number {
    font-size: 1.5rem;
  }

  .why-us-item {
    padding: 16px 0;
  }

  .why-us-item-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }

  .why-us-item-icon svg {
    width: 18px;
    height: 18px;
  }

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

  .testimonial-card {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .testimonial-stars svg {
    width: 14px;
    height: 14px;
  }

  .testimonial-text {
    font-size: 0.9rem;
  }

  .testimonial-avatar {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }

  .final-cta-wrapper {
    padding: 40px 24px;
    border-radius: 24px;
  }

  .final-cta-title {
    font-size: 1.5rem;
  }

  .final-cta-desc {
    font-size: 0.9rem;
  }

  .final-cta-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .final-cta-buttons .btn-premium-gradient,
  .final-cta-buttons .btn-premium-outline {
    width: 100%;
    justify-content: center;
    padding: 14px 24px;
  }

  .final-cta-trust {
    flex-direction: column;
    gap: 12px;
  }

  .trust-bar-premium-inner {
    flex-direction: column;
    gap: 20px;
    padding: 24px 20px;
  }

  .trust-premium-divider {
    display: none;
  }

  .trust-premium-item {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
  }

  .trust-premium-icon {
    width: 40px;
    height: 40px;
  }

  .trust-premium-icon svg {
    width: 20px;
    height: 20px;
  }

  .btn-primary,
  .btn-outline-primary {
    padding: 12px 22px;
    font-size: 0.85rem;
  }

  .btn-lg {
    padding: 14px 26px;
    font-size: 0.9rem;
  }

  .mobile-nav {
    padding-top: 80px;
  }

  .mobile-nav-link {
    padding: 16px 0;
    font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .mobile-nav-cta .btn {
    padding: 14px 24px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .services-section,
  .portfolio-showcase-section,
  .process-premium-section,
  .section,
  .final-cta-section {
    padding: 50px 0;
  }

  .container {
    padding: 0 16px;
  }

  .tech-simple-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .tech-simple-item {
    padding: 14px 6px;
  }

  .tech-simple-icon {
    width: 32px;
    height: 32px;
  }

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

  .tech-simple-name {
    font-size: 0.65rem;
  }

  .stats-3d-wrapper {
    gap: 12px;
  }

  .stat-3d-inner {
    padding: 18px 14px;
  }

  .stat-3d-ring {
    width: 60px;
    height: 60px;
  }

  .stat-3d-value {
    font-size: 1rem;
  }

  .final-cta-wrapper {
    padding: 32px 20px;
    border-radius: 20px;
  }

  .final-cta-title {
    font-size: 1.3rem;
  }
}

/* === MICRO ANIMATIONS === */

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

.service-icon,
.process-step-icon,
.why-us-item-icon {
  animation: subtle-float 4s ease-in-out infinite;
}

.service-card:nth-child(2) .service-icon {
  animation-delay: 0.5s;
}

.service-card:nth-child(3) .service-icon {
  animation-delay: 1s;
}

.gradient-text {
  background: linear-gradient(135deg, #22a559 0%, #4ade80 50%, #22a559 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradient-shift 4s ease infinite;
}

[data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-animate].animated {
  opacity: 1;
  transform: translateY(0);
}

[data-delay="100"] { transition-delay: 0.1s; }
[data-delay="200"] { transition-delay: 0.2s; }
[data-delay="300"] { transition-delay: 0.3s; }
[data-delay="400"] { transition-delay: 0.4s; }
[data-delay="500"] { transition-delay: 0.5s; }

/* ========================================
   2026 CUTTING-EDGE HOMEPAGE OVERHAUL v12.0
   Premium • Modern • Unforgettable
   ======================================== */

/* === NEW HERO CTA BUTTON - Elegant & Compact === */
.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #020c08;
  background: linear-gradient(135deg, #22a559 0%, #2dd26c 50%, #22a559 100%);
  background-size: 200% 200%;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(34, 165, 89, 0.3);
  position: relative;
  overflow: hidden;
}

.hero-cta-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.2) 50%, transparent 100%);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.hero-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(34, 165, 89, 0.4);
  background-position: 100% 0;
}

.hero-cta-btn:hover::before {
  transform: translateX(100%);
}

.hero-cta-btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.hero-cta-btn:hover svg {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .hero-cta-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .hero-cta-btn svg {
    width: 16px;
    height: 16px;
  }
}

/* === TRUST BAR - Modern Glassmorphism === */
.trust-bar-premium {
  padding: var(--space-10) 0 !important;
  background: linear-gradient(180deg, rgba(4, 22, 16, 0.95) 0%, rgba(2, 12, 8, 0.98) 100%) !important;
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(34, 165, 89, 0.15) !important;
  border-bottom: 1px solid rgba(34, 165, 89, 0.15) !important;
}

.trust-premium-item {
  padding: 16px 24px !important;
  background: rgba(34, 165, 89, 0.05) !important;
  border: 1px solid rgba(34, 165, 89, 0.12) !important;
  border-radius: 16px !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.trust-premium-item:hover {
  background: rgba(34, 165, 89, 0.1) !important;
  border-color: rgba(34, 165, 89, 0.25) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 40px rgba(34, 165, 89, 0.15) !important;
}

.trust-premium-icon {
  width: 48px !important;
  height: 48px !important;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.2) 0%, rgba(45, 210, 108, 0.1) 100%) !important;
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.trust-premium-icon svg {
  width: 24px !important;
  height: 24px !important;
  color: #2dd26c !important;
}

/* === SERVICES SECTION - Bento Grid Layout === */
.services-section {
  padding: var(--space-20) 0 !important;
  background: linear-gradient(180deg, var(--bg-darker) 0%, var(--bg-dark) 50%, var(--bg-darker) 100%) !important;
}

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

.service-card {
  background: linear-gradient(145deg, rgba(8, 48, 32, 0.6) 0%, rgba(4, 22, 16, 0.8) 100%) !important;
  border: 1px solid rgba(34, 165, 89, 0.12) !important;
  border-radius: 24px !important;
  padding: 32px !important;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.service-card::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3px !important;
  background: linear-gradient(90deg, transparent, #22a559, transparent) !important;
  opacity: 0 !important;
  transition: opacity 0.4s ease !important;
}

.service-card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(34, 165, 89, 0.3) !important;
  box-shadow: 0 20px 60px rgba(34, 165, 89, 0.15) !important;
}

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

.service-icon {
  width: 64px !important;
  height: 64px !important;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15) 0%, rgba(45, 210, 108, 0.08) 100%) !important;
  border-radius: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
  transition: all 0.4s ease !important;
}

.service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg) !important;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.25) 0%, rgba(45, 210, 108, 0.15) 100%) !important;
}

.service-icon svg {
  width: 32px !important;
  height: 32px !important;
  color: #2dd26c !important;
}

@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .service-card {
    padding: 24px !important;
    border-radius: 20px !important;
  }
}

/* === PORTFOLIO SECTION - Magazine Layout === */
.portfolio-section {
  padding: var(--space-20) 0 !important;
  background: var(--bg-darkest) !important;
}

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

.portfolio-item {
  border-radius: 20px !important;
  overflow: hidden !important;
  position: relative !important;
  aspect-ratio: 4/3 !important;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.portfolio-item::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, transparent 40%, rgba(2, 12, 8, 0.95) 100%) !important;
  opacity: 0.7 !important;
  transition: opacity 0.4s ease !important;
}

.portfolio-item:hover {
  transform: scale(1.02) !important;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5) !important;
}

.portfolio-item:hover::after {
  opacity: 1 !important;
}

.portfolio-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.6s ease !important;
}

.portfolio-item:hover img {
  transform: scale(1.1) !important;
}

@media (max-width: 1024px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}

/* === PROCESS SECTION - Timeline Elegance === */
.process-section {
  padding: var(--space-20) 0 !important;
  background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-darker) 100%) !important;
}

.process-timeline {
  position: relative !important;
}

.process-timeline::before {
  content: '' !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 2px !important;
  background: linear-gradient(180deg, transparent, rgba(34, 165, 89, 0.3), rgba(34, 165, 89, 0.5), rgba(34, 165, 89, 0.3), transparent) !important;
}

.process-step {
  position: relative !important;
  padding: 32px !important;
  background: rgba(8, 48, 32, 0.4) !important;
  border: 1px solid rgba(34, 165, 89, 0.12) !important;
  border-radius: 20px !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.process-step:hover {
  background: rgba(8, 48, 32, 0.6) !important;
  border-color: rgba(34, 165, 89, 0.25) !important;
  transform: translateX(8px) !important;
}

.process-step-number {
  position: absolute !important;
  top: -12px !important;
  right: 24px !important;
  width: 40px !important;
  height: 40px !important;
  background: linear-gradient(135deg, #22a559 0%, #2dd26c 100%) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #020c08 !important;
  box-shadow: 0 4px 20px rgba(34, 165, 89, 0.4) !important;
}

@media (max-width: 768px) {
  .process-timeline::before {
    left: 20px !important;
  }

  .process-step {
    padding: 24px !important;
    margin-left: 40px !important;
  }
}

/* === STATS SECTION - Bold & Impactful === */
.stats-section {
  padding: var(--space-16) 0 !important;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.08) 0%, rgba(2, 12, 8, 0.98) 50%, rgba(34, 165, 89, 0.05) 100%) !important;
}

.stats-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 32px !important;
}

.stat-item {
  text-align: center !important;
  padding: 40px 24px !important;
  background: rgba(8, 48, 32, 0.3) !important;
  border: 1px solid rgba(34, 165, 89, 0.1) !important;
  border-radius: 24px !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.stat-item:hover {
  transform: translateY(-8px) !important;
  background: rgba(8, 48, 32, 0.5) !important;
  border-color: rgba(34, 165, 89, 0.2) !important;
  box-shadow: 0 20px 60px rgba(34, 165, 89, 0.1) !important;
}

.stat-number {
  font-size: 3.5rem !important;
  font-weight: 800 !important;
  background: linear-gradient(135deg, #22a559 0%, #5cdf8e 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  line-height: 1.1 !important;
  margin-bottom: 8px !important;
}

.stat-label {
  font-size: 1rem !important;
  color: var(--text-secondary) !important;
  font-weight: 500 !important;
}

@media (max-width: 1024px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
  }
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }

  .stat-item {
    padding: 24px 16px !important;
  }

  .stat-number {
    font-size: 2.5rem !important;
  }
}

/* === WHY US SECTION - Card Grid === */
.why-us-section {
  padding: var(--space-20) 0 !important;
  background: var(--bg-darker) !important;
}

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

.why-us-item {
  padding: 32px !important;
  background: linear-gradient(145deg, rgba(8, 48, 32, 0.5) 0%, rgba(4, 22, 16, 0.7) 100%) !important;
  border: 1px solid rgba(34, 165, 89, 0.1) !important;
  border-radius: 20px !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.why-us-item:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(34, 165, 89, 0.25) !important;
  box-shadow: 0 16px 50px rgba(34, 165, 89, 0.12) !important;
}

.why-us-item-icon {
  width: 56px !important;
  height: 56px !important;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15) 0%, rgba(45, 210, 108, 0.08) 100%) !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
}

.why-us-item-icon svg {
  width: 28px !important;
  height: 28px !important;
  color: #2dd26c !important;
}

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

@media (max-width: 768px) {
  .why-us-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .why-us-item {
    padding: 24px !important;
  }
}

/* === TESTIMONIALS - Modern Cards === */
.testimonials-section {
  padding: var(--space-20) 0 !important;
  background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-darkest) 100%) !important;
}

.testimonial-card {
  padding: 32px !important;
  background: rgba(8, 48, 32, 0.4) !important;
  border: 1px solid rgba(34, 165, 89, 0.1) !important;
  border-radius: 24px !important;
  transition: all 0.4s ease !important;
}

.testimonial-card:hover {
  border-color: rgba(34, 165, 89, 0.2) !important;
  box-shadow: 0 12px 40px rgba(34, 165, 89, 0.1) !important;
}

.testimonial-stars {
  color: #f59e0b !important;
  margin-bottom: 16px !important;
}

.testimonial-text {
  font-size: 1.1rem !important;
  line-height: 1.8 !important;
  color: var(--text-secondary) !important;
  margin-bottom: 20px !important;
}

.testimonial-author {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.testimonial-avatar {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  border: 2px solid rgba(34, 165, 89, 0.3) !important;
}

/* === FINAL CTA - Dramatic Impact === */
.final-cta-section {
  padding: var(--space-20) 0 !important;
  background: linear-gradient(180deg, var(--bg-darkest) 0%, rgba(34, 165, 89, 0.08) 50%, var(--bg-darkest) 100%) !important;
  text-align: center !important;
}

.final-cta-container {
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 60px 40px !important;
  background: linear-gradient(145deg, rgba(8, 48, 32, 0.6) 0%, rgba(4, 22, 16, 0.8) 100%) !important;
  border: 1px solid rgba(34, 165, 89, 0.15) !important;
  border-radius: 32px !important;
  position: relative !important;
  overflow: hidden !important;
}

.final-cta-container::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 60% !important;
  height: 3px !important;
  background: linear-gradient(90deg, transparent, #22a559, transparent) !important;
}

.final-cta-title {
  font-size: 2.5rem !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
  background: linear-gradient(135deg, #f8fafc 0%, #cbd5e1 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

.final-cta-text {
  font-size: 1.15rem !important;
  color: var(--text-secondary) !important;
  margin-bottom: 32px !important;
  max-width: 600px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.final-cta-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 16px 32px !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  color: #020c08 !important;
  background: linear-gradient(135deg, #22a559 0%, #2dd26c 100%) !important;
  border: none !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 8px 30px rgba(34, 165, 89, 0.3) !important;
}

.final-cta-button:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 40px rgba(34, 165, 89, 0.4) !important;
}

@media (max-width: 768px) {
  .final-cta-container {
    padding: 40px 24px !important;
    border-radius: 24px !important;
  }

  .final-cta-title {
    font-size: 1.8rem !important;
  }

  .final-cta-button {
    padding: 14px 28px !important;
    font-size: 1rem !important;
  }
}

/* === SECTION HEADERS - Consistent Styling === */
.section-header {
  text-align: center !important;
  margin-bottom: var(--space-12) !important;
}

.section-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 16px !important;
  background: rgba(34, 165, 89, 0.1) !important;
  border: 1px solid rgba(34, 165, 89, 0.2) !important;
  border-radius: 50px !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  color: #2dd26c !important;
  margin-bottom: 16px !important;
}

.section-title {
  font-size: 2.75rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
}

.section-subtitle {
  font-size: 1.15rem !important;
  color: var(--text-secondary) !important;
  max-width: 600px !important;
  margin: 0 auto !important;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem !important;
  }

  .section-subtitle {
    font-size: 1rem !important;
  }
}

/* === GLOBAL SMOOTH SCROLLING ANIMATIONS === */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* === HIDE OLD HERO BUTTON === */
.hero-cta-button {
  display: none !important;
}

/* ========================================
   PREMIUM DIGITAL SOLUTIONS SECTION v13.0
   Elegant • Modern • Powerful
   ======================================== */

/* === Section Container === */
.services-section-premium {
  position: relative;
  padding: 120px 0 140px;
  background: linear-gradient(180deg,
    var(--bg-darkest) 0%,
    rgba(4, 22, 16, 0.98) 30%,
    rgba(8, 48, 32, 0.15) 50%,
    rgba(4, 22, 16, 0.98) 70%,
    var(--bg-darkest) 100%
  );
  overflow: hidden;
}

/* === Background Elements === */
.services-bg-elements {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.services-bg-gradient {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1400px;
  height: 100%;
  background: radial-gradient(ellipse 80% 50% at 50% 20%, rgba(34, 165, 89, 0.08) 0%, transparent 70%);
}

.services-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34, 165, 89, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 165, 89, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 20%, transparent 70%);
}

.services-bg-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.4;
}

.services-bg-glow-1 {
  top: 10%;
  right: -10%;
  background: rgba(34, 165, 89, 0.15);
  animation: services-glow-pulse 8s ease-in-out infinite;
}

.services-bg-glow-2 {
  bottom: 10%;
  left: -10%;
  background: rgba(45, 210, 108, 0.1);
  animation: services-glow-pulse 8s ease-in-out infinite 4s;
}

@keyframes services-glow-pulse {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.1); }
}

/* === Section Header === */
.section-header-premium {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #2dd26c;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.eyebrow-line {
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #2dd26c, transparent);
}

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

.title-highlight {
  display: block;
  background: linear-gradient(135deg, #22a559 0%, #5cdf8e 50%, #22a559 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: title-gradient-shift 4s ease infinite;
}

@keyframes title-gradient-shift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.section-lead {
  font-size: 1.15rem;
  color: var(--text-secondary);
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.8;
}

/* === Bento Grid Layout === */
.services-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 24px;
  position: relative;
  z-index: 1;
}

/* Hero card spans 2 rows */
.service-hero-card {
  grid-row: span 2;
}

/* === Service Card Premium === */
.service-card-premium {
  position: relative;
  background: linear-gradient(145deg,
    rgba(8, 48, 32, 0.5) 0%,
    rgba(4, 22, 16, 0.7) 100%
  );
  border: 1px solid rgba(34, 165, 89, 0.12);
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.service-card-premium::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #22a559, transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-card-premium:hover {
  transform: translateY(-8px);
  border-color: rgba(34, 165, 89, 0.3);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(34, 165, 89, 0.1);
}

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

.service-card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(34, 165, 89, 0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.service-card-premium:hover .service-card-glow {
  opacity: 1;
}

/* === Hero Card Special Styling === */
.service-hero-card {
  padding: 40px;
  background: linear-gradient(145deg,
    rgba(8, 48, 32, 0.7) 0%,
    rgba(4, 22, 16, 0.9) 100%
  );
  border-color: rgba(34, 165, 89, 0.2);
}

.service-hero-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.3), transparent 50%, rgba(45, 210, 108, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* === Popular Badge === */
.service-popular-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.2) 0%, rgba(245, 158, 11, 0.1) 100%);
  border: 1px solid rgba(245, 158, 11, 0.3);
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fcd34d;
  letter-spacing: 0.02em;
}

.service-popular-badge svg {
  color: #f59e0b;
}

/* === Icon Wrapper === */
.service-icon-wrapper {
  position: relative;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15) 0%, rgba(45, 210, 108, 0.08) 100%);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-icon-wrapper svg {
  width: 36px;
  height: 36px;
  color: #2dd26c;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.service-card-premium:hover .service-icon-wrapper {
  transform: scale(1.08) rotate(3deg);
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.25) 0%, rgba(45, 210, 108, 0.15) 100%);
}

.service-card-premium:hover .service-icon-wrapper svg {
  transform: scale(1.1);
}

/* Icon Background Rings for Hero Card */
.icon-bg-ring {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(34, 165, 89, 0.15);
  animation: icon-ring-pulse 3s ease-in-out infinite;
}

.icon-bg-ring-2 {
  inset: -16px;
  animation-delay: 1.5s;
}

@keyframes icon-ring-pulse {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 0.2; transform: scale(1.1); }
}

/* Hero card icon is larger */
.service-hero-card .service-icon-wrapper {
  width: 88px;
  height: 88px;
  margin-bottom: 32px;
}

.service-hero-card .service-icon-wrapper svg {
  width: 44px;
  height: 44px;
}

/* === Unique Icon Colors === */
.service-icon-code { background: linear-gradient(135deg, rgba(34, 165, 89, 0.2) 0%, rgba(45, 210, 108, 0.1) 100%); }
.service-icon-support { background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(99, 102, 241, 0.08) 100%); }
.service-icon-support svg { color: #60a5fa; }
.service-icon-security { background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(248, 113, 113, 0.08) 100%); }
.service-icon-security svg { color: #f87171; }
.service-icon-cloud { background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(167, 139, 250, 0.08) 100%); }
.service-icon-cloud svg { color: #a78bfa; }
.service-icon-server { background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(252, 211, 77, 0.08) 100%); }
.service-icon-server svg { color: #fcd34d; }
.service-icon-network { background: linear-gradient(135deg, rgba(20, 184, 166, 0.15) 0%, rgba(45, 212, 191, 0.08) 100%); }
.service-icon-network svg { color: #2dd4bf; }

/* === Service Content === */
.service-content {
  flex: 1;
}

.service-title-premium {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  line-height: 1.3;
}

.service-hero-card .service-title-premium {
  font-size: 1.6rem;
}

.service-desc-premium {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 0;
}

.service-hero-card .service-desc-premium {
  font-size: 1.05rem;
  margin-bottom: 24px;
}

/* === Features List === */
.service-features-premium {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-features-premium li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.service-features-premium li svg {
  width: 20px;
  height: 20px;
  color: #22a559;
  flex-shrink: 0;
}

/* === Service CTA === */
.service-cta-premium {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: #2dd26c;
  text-decoration: none;
  margin-top: auto;
  transition: all 0.3s ease;
}

.service-cta-premium svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.service-cta-premium:hover {
  color: #5cdf8e;
}

.service-cta-premium:hover svg {
  transform: translateX(-6px);
}

/* === Bottom CTA === */
.services-bottom-cta {
  text-align: center;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

.services-view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  background: transparent;
  border: 2px solid rgba(34, 165, 89, 0.4);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.services-view-all-btn svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.services-view-all-btn:hover {
  background: rgba(34, 165, 89, 0.1);
  border-color: #22a559;
  box-shadow: 0 0 30px rgba(34, 165, 89, 0.2);
}

.services-view-all-btn:hover svg {
  transform: translateX(-6px);
}

/* === Responsive Design === */
@media (max-width: 1200px) {
  .services-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-hero-card {
    grid-row: span 1;
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .services-section-premium {
    padding: 80px 0 100px;
  }

  .section-header-premium {
    margin-bottom: 50px;
  }

  .section-eyebrow {
    font-size: 0.85rem;
    gap: 12px;
  }

  .eyebrow-line {
    width: 24px;
  }

  .section-lead {
    font-size: 1rem;
  }

  .services-bento-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-hero-card {
    grid-column: span 1;
  }

  .service-card-premium {
    padding: 28px;
    border-radius: 20px;
  }

  .service-hero-card {
    padding: 32px;
  }

  .service-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    margin-bottom: 20px;
  }

  .service-icon-wrapper svg {
    width: 32px;
    height: 32px;
  }

  .service-hero-card .service-icon-wrapper {
    width: 72px;
    height: 72px;
  }

  .service-hero-card .service-icon-wrapper svg {
    width: 36px;
    height: 36px;
  }

  .service-title-premium {
    font-size: 1.2rem;
  }

  .service-hero-card .service-title-premium {
    font-size: 1.35rem;
  }

  .service-desc-premium {
    font-size: 0.9rem;
  }

  .services-bottom-cta {
    margin-top: 40px;
  }

  .services-view-all-btn {
    padding: 14px 28px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .services-section-premium {
    padding: 60px 0 80px;
  }

  .section-header-premium {
    margin-bottom: 40px;
  }

  .service-card-premium {
    padding: 24px;
  }

  .service-popular-badge {
    top: 16px;
    right: 16px;
    padding: 6px 12px;
    font-size: 0.7rem;
  }

  .icon-bg-ring,
  .icon-bg-ring-2 {
    display: none;
  }
}

/* ========================================
   COMPREHENSIVE MOBILE & PREMIUM FIXES
   Version 2.0 - Enhanced Mobile Experience
   ======================================== */

/* Global Mobile Fixes */
@media (max-width: 768px) {
  /* Fix container padding */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Hero Section Mobile Fixes */
  .hero-content {
    padding: 100px 0 60px;
  }

  .hero-title {
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 1.15;
  }

  .hero-subtitle {
    font-size: 1rem;
    padding: 0 10px;
  }

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

  .hero-buttons .btn {
    width: 100%;
    justify-content: center;
  }

  /* Page Hero Mobile */
  .page-hero {
    padding: 120px 0 60px;
  }

  .page-hero-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    line-height: 1.2;
  }

  .page-hero-subtitle {
    font-size: 1rem;
  }

  /* Section Headers Mobile */
  .section-title {
    font-size: clamp(1.6rem, 6vw, 2.2rem);
  }

  .section-subtitle {
    font-size: 0.95rem;
    padding: 0 10px;
  }

  /* Cards Grid Mobile */
  .cards-grid,
  .features-grid,
  .services-grid,
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Feature Card Mobile */
  .feature-card,
  .service-card,
  .portfolio-item {
    padding: 24px;
  }

  /* Stats Grid Mobile */
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .stat-card {
    padding: 20px 15px;
  }

  .stat-number {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .stat-label {
    font-size: 0.85rem;
  }

  /* Testimonials Mobile */
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    padding: 24px;
  }

  /* Footer Mobile */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

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

  .footer-social {
    justify-content: center;
  }

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

  .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-contact-item {
    justify-content: center;
  }

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

  /* Form Mobile */
  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-grid {
    gap: 40px;
  }

  /* About Grid Mobile */
  .about-grid {
    gap: 40px;
  }

  .about-image {
    max-width: 100%;
    margin: 0 auto;
  }

  /* Buttons Mobile */
  .btn {
    padding: 14px 24px;
    font-size: 0.95rem;
  }

  .btn-lg {
    padding: 16px 28px;
  }

  /* CTA Section Mobile */
  .cta-content {
    padding: 40px 20px;
  }

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

  .cta-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .cta-buttons .btn {
    width: 100%;
  }

  /* FAQ Grid Mobile */
  .faq-grid {
    gap: 16px;
  }

  .faq-item {
    padding: 20px;
  }

  .faq-question {
    font-size: 1rem;
  }

  .faq-answer {
    font-size: 0.9rem;
  }

  /* Values Grid Mobile */
  .values-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .value-card {
    padding: 28px;
  }

  /* Portfolio Gallery Mobile */
  .portfolio-gallery {
    grid-template-columns: 1fr;
  }

  /* Mobile Navigation Improvements */
  .mobile-nav {
    padding-top: 80px;
  }

  .mobile-nav-link {
    padding: 16px 20px;
    font-size: 1.1rem;
  }

  .mobile-submenu-link {
    padding: 12px 30px;
  }
}

/* Small Mobile Fixes (480px and below) */
@media (max-width: 480px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .page-hero-title {
    font-size: 1.6rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

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

  .stat-card {
    padding: 24px;
  }

  .btn {
    padding: 12px 20px;
    font-size: 0.9rem;
  }

  .section-badge {
    font-size: 0.75rem;
    padding: 6px 14px;
  }

  /* Header Mobile */
  .logo-text {
    font-size: 1.1rem;
  }

  .logo-icon {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}

/* Premium Image Overlays */
.image-overlay-premium {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-2xl);
}

.image-overlay-premium::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(4, 22, 16, 0.9) 100%);
  z-index: 1;
  pointer-events: none;
}

.image-overlay-premium img {
  transition: transform 0.6s ease;
}

.image-overlay-premium:hover img {
  transform: scale(1.05);
}

/* Creative Image Layouts */
.image-stack {
  position: relative;
  padding-bottom: 30px;
  padding-left: 30px;
}

.image-stack-main {
  position: relative;
  z-index: 2;
  border-radius: var(--radius-2xl);
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

.image-stack-secondary {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  z-index: 3;
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 4px solid var(--bg-dark);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
}

.image-stack-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 4;
  background: var(--gradient-gold);
  color: var(--bg-dark);
  padding: 12px 20px;
  border-radius: var(--radius-full);
  font-weight: var(--font-bold);
  font-size: var(--text-sm);
  box-shadow: 0 10px 30px rgba(252, 211, 77, 0.3);
}

/* Floating Elements */
.floating-element {
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-15px) rotate(2deg); }
}

/* Section Transitions */
.section-transition-gradient {
  position: relative;
}

.section-transition-gradient::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(180deg, transparent 0%, var(--bg-dark) 100%);
  pointer-events: none;
}

/* Premium Glow Effects */
.glow-effect {
  box-shadow: 0 0 40px rgba(34, 165, 89, 0.15);
}

.glow-effect:hover {
  box-shadow: 0 0 60px rgba(34, 165, 89, 0.25);
}

/* Gold Text Gradient */
.text-gold {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Smooth Scroll Behavior */
html {
  scroll-behavior: smooth;
}

/* Fix for iOS touch issues */
@supports (-webkit-touch-callout: none) {
  .btn, .nav-link, .card {
    -webkit-tap-highlight-color: transparent;
  }
}

/* Better Focus States */
.btn:focus-visible,
.nav-link:focus-visible,
.form-input:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 2px;
}

/* Print Styles */
@media print {
  .header,
  .footer,
  .whatsapp-float,
  .back-to-top,
  .mobile-nav {
    display: none !important;
  }

  body {
    background: white;
    color: black;
  }
}

/* =====================================================
   CRITICAL VISIBILITY FIXES - November 2025
   ===================================================== */

/* Enhanced Text Gradient with Better Visibility */
.text-gradient {
  background: linear-gradient(135deg, #2dd26c 0%, #4ade80 40%, #fcd34d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: brightness(1.2);
}

/* Page Hero Title - Enhanced Visibility */
.page-hero-title {
  color: #ffffff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  position: relative;
}

.page-hero-title .text-gradient {
  filter: brightness(1.3) contrast(1.1);
  text-shadow: none;
}

/* Section Title - Ensure Always Visible */
.section-title {
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Hero CTA Button - "התחל פרויקט" Fix */
.header-cta .btn-primary,
.hero-cta-btn,
.btn-primary {
  position: relative;
  z-index: 50;
  background: linear-gradient(135deg, #22a559 0%, #1a8045 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 20px rgba(34, 165, 89, 0.4);
  opacity: 1 !important;
  visibility: visible !important;
}

.header-cta .btn-primary:hover,
.hero-cta-btn:hover,
.btn-primary:hover {
  background: linear-gradient(135deg, #2dd26c 0%, #22a559 100%);
  box-shadow: 0 6px 30px rgba(34, 165, 89, 0.6);
  transform: translateY(-2px);
}

/* =====================================================
   "WE'RE NOT JUST ANOTHER IT COMPANY" SECTION REDESIGN
   Ultra Premium 2026 Design
   ===================================================== */

.why-us-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .why-us-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 6rem;
  }
}

/* Image Side - Premium Treatment */
.why-us-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.why-us-image::before {
  content: '';
  position: absolute;
  inset: -3px;
  background: linear-gradient(135deg, #22a559 0%, #fcd34d 50%, #3b82f6 100%);
  border-radius: 26px;
  z-index: -1;
  opacity: 0.7;
  animation: borderGlow 3s ease-in-out infinite;
}

@keyframes borderGlow {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.01); }
}

.why-us-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    transparent 0%,
    transparent 40%,
    rgba(4, 22, 16, 0.95) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.why-us-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-us-image:hover img {
  transform: scale(1.08);
}

/* Experience Badge - 3D Floating Effect */
.why-us-image-badge {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(135deg, rgba(4, 22, 16, 0.95) 0%, rgba(2, 12, 8, 0.98) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(45, 210, 108, 0.3);
  padding: 24px 28px;
  border-radius: 20px;
  text-align: center;
  z-index: 10;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(34, 165, 89, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  animation: floatBadge 4s ease-in-out infinite;
}

@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.why-us-image-badge-number {
  font-size: 3.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, #22a559 0%, #4ade80 50%, #fcd34d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  display: block;
}

.why-us-image-badge-text {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  margin-top: 6px;
  letter-spacing: 0.05em;
}

/* Content Side - Premium Design */
.why-us-content {
  position: relative;
}

.why-us-content .section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15) 0%, rgba(45, 210, 108, 0.08) 100%);
  border: 1px solid rgba(34, 165, 89, 0.3);
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #4ade80;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}

.why-us-content .section-label::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #22a559;
  border-radius: 50%;
  animation: pulseDot 2s ease-in-out infinite;
}

@keyframes pulseDot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

.why-us-content .section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .why-us-content .section-title {
    font-size: 3.25rem;
  }
}

.why-us-content .section-subtitle {
  font-size: 1.15rem;
  color: rgba(203, 213, 225, 0.9);
  line-height: 1.8;
  margin-bottom: 2.5rem;
}

/* Why Us List - Premium Cards */
.why-us-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-us-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(4, 22, 16, 0.8) 0%, rgba(2, 12, 8, 0.6) 100%);
  border: 1px solid rgba(45, 210, 108, 0.15);
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.why-us-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.1) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.why-us-item:hover {
  border-color: rgba(45, 210, 108, 0.4);
  transform: translateX(-8px);
  box-shadow: 0 10px 40px rgba(34, 165, 89, 0.15);
}

.why-us-item:hover::before {
  opacity: 1;
}

.why-us-item-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.2) 0%, rgba(45, 210, 108, 0.1) 100%);
  border: 1px solid rgba(45, 210, 108, 0.3);
  border-radius: 14px;
  position: relative;
  z-index: 1;
}

.why-us-item-icon::after {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, #22a559 0%, #4ade80 100%);
  border-radius: 16px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.why-us-item:hover .why-us-item-icon::after {
  opacity: 0.3;
}

.why-us-item-icon svg {
  width: 26px;
  height: 26px;
  stroke: #4ade80;
  stroke-width: 2;
}

.why-us-item-content {
  flex: 1;
  position: relative;
  z-index: 1;
}

.why-us-item-content h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}

.why-us-item-content p {
  font-size: 0.95rem;
  color: rgba(203, 213, 225, 0.8);
  line-height: 1.6;
  margin: 0;
}

/* =====================================================
   PORTFOLIO SECTION ENHANCEMENTS
   ===================================================== */

/* Portfolio Section Header */
.portfolio-2026-header {
  text-align: center;
  margin-bottom: 4rem;
}

.portfolio-2026-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .portfolio-2026-title {
    font-size: 3.5rem;
  }
}

.portfolio-2026-title .title-gradient {
  background: linear-gradient(135deg, #22a559 0%, #4ade80 40%, #fcd34d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Bento Cards - Enhanced */
.bento-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(4, 22, 16, 0.9) 0%, rgba(2, 12, 8, 0.95) 100%);
  border: 1px solid rgba(45, 210, 108, 0.15);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.bento-card:hover {
  border-color: rgba(45, 210, 108, 0.4);
  transform: translateY(-8px);
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(34, 165, 89, 0.2);
}

.bento-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.bento-card:hover .bento-image-wrapper img {
  transform: scale(1.1);
}

/* Portfolio CTA Button */
.portfolio-2026-cta .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 36px;
  background: linear-gradient(135deg, #22a559 0%, #1a8045 100%);
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 30px rgba(34, 165, 89, 0.4);
}

.portfolio-2026-cta .cta-button:hover {
  background: linear-gradient(135deg, #2dd26c 0%, #22a559 100%);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(34, 165, 89, 0.6);
}

.portfolio-2026-cta .cta-button svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.portfolio-2026-cta .cta-button:hover svg {
  transform: translateX(-4px);
}

/* Tall Card (AC Demo) - Ensure Visibility */
.bento-tall {
  grid-row: span 2;
  min-height: 500px;
}

.bento-tall .bento-image-wrapper {
  position: absolute;
  inset: 0;
}

.bento-tall .bento-image-wrapper img {
  min-height: 100%;
  object-position: center;
}

/* =====================================================
   HEADER START PROJECT BUTTON FIX
   ===================================================== */

.header-cta {
  position: relative;
  z-index: 1000;
}

.header-cta .btn {
  position: relative;
  z-index: 1001;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #22a559 0%, #1a8045 100%);
  color: #ffffff !important;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(34, 165, 89, 0.4);
  transition: all 0.3s ease;
}

.header-cta .btn:hover {
  background: linear-gradient(135deg, #2dd26c 0%, #22a559 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(34, 165, 89, 0.6);
}

/* Mobile Nav CTA Button Fix */
.mobile-nav-cta .btn {
  width: 100%;
  justify-content: center;
  padding: 16px 24px;
  font-size: 1.1rem;
  background: linear-gradient(135deg, #22a559 0%, #1a8045 100%);
  color: #ffffff !important;
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(34, 165, 89, 0.4);
}

/* =====================================================
   GENERAL SECTION VISIBILITY ENHANCEMENTS
   ===================================================== */

/* Ensure all section titles are visible */
section h2,
section h3 {
  color: #ffffff;
}

/* Dark sections - ensure text contrast */
.section-dark h2,
.section-dark h3,
.section-dark .section-title {
  color: #ffffff;
}

/* Light text on dark backgrounds */
.section p,
.section-dark p {
  color: rgba(203, 213, 225, 0.9);
}

/* Badge/Label Visibility */
.section-badge,
.section-label {
  color: #4ade80;
  font-weight: 600;
}

/* CTA Section Button Visibility */
.cta-buttons .btn-primary,
.final-cta-buttons .btn-premium-gradient {
  background: linear-gradient(135deg, #22a559 0%, #1a8045 100%);
  color: #ffffff !important;
  box-shadow: 0 4px 20px rgba(34, 165, 89, 0.4);
}

/* =====================================================
   MOBILE RESPONSIVE FIXES FOR NEW STYLES
   ===================================================== */

@media (max-width: 768px) {
  .why-us-image-badge {
    bottom: 20px;
    right: 20px;
    padding: 18px 22px;
  }

  .why-us-image-badge-number {
    font-size: 2.5rem;
  }

  .why-us-content .section-title {
    font-size: 2rem;
  }

  .why-us-item {
    padding: 18px;
    gap: 16px;
  }

  .why-us-item-icon {
    width: 48px;
    height: 48px;
  }

  .why-us-item-icon svg {
    width: 22px;
    height: 22px;
  }

  .portfolio-2026-title {
    font-size: 2rem;
  }

  .bento-tall {
    min-height: 350px;
  }
}

/* =====================================================
   WHY US PREMIUM SECTION - Additional Styles
   ===================================================== */

.why-us-premium-section {
  position: relative;
  overflow: hidden;
}

.why-us-bg-effects {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.why-us-bg-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 80% 50%, rgba(34, 165, 89, 0.08) 0%, transparent 60%);
}

.why-us-floating-element {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.4;
}

.why-us-floating-element.element-1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(34, 165, 89, 0.15) 0%, transparent 70%);
  top: 10%;
  right: -10%;
  animation: floatOrb 20s ease-in-out infinite;
}

.why-us-floating-element.element-2 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
  bottom: 10%;
  left: -5%;
  animation: floatOrb 25s ease-in-out infinite reverse;
}

/* Image Stats Overlay */
.why-us-image-stats {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: linear-gradient(135deg, rgba(4, 22, 16, 0.9) 0%, rgba(2, 12, 8, 0.95) 100%);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(59, 130, 246, 0.3);
  padding: 16px 20px;
  border-radius: 14px;
  z-index: 10;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  animation: floatBadge 5s ease-in-out infinite;
  animation-delay: -2s;
}

.image-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.image-stat-value {
  font-size: 1.75rem;
  font-weight: 800;
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.image-stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 4px;
}

/* Why Us CTA Buttons */
.why-us-cta {
  display: flex;
  gap: 16px;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.why-us-cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.why-us-cta .btn svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.why-us-cta .btn:hover svg {
  transform: translateX(-4px);
}

.btn-secondary {
  background: transparent;
  border: 2px solid rgba(45, 210, 108, 0.4);
  color: #4ade80;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: rgba(45, 210, 108, 0.1);
  border-color: rgba(45, 210, 108, 0.6);
  color: #4ade80;
}

@media (max-width: 768px) {
  .why-us-image-stats {
    bottom: 80px;
    left: 20px;
    padding: 12px 16px;
  }

  .image-stat-value {
    font-size: 1.5rem;
  }

  .why-us-cta {
    flex-direction: column;
  }

  .why-us-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

/* =====================================================
   WHY US ULTRA PREMIUM SECTION - Full Width 2026
   ===================================================== */

.why-us-ultra {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #010805 0%, #041610 50%, #020c08 100%);
}

/* Cinematic Background */
.why-us-ultra-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.why-us-ultra-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 100% 60% at 50% 0%, rgba(34, 165, 89, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 80% 40% at 80% 100%, rgba(59, 130, 246, 0.08) 0%, transparent 50%);
}

.why-us-ultra-grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(45, 210, 108, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 210, 108, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 20%, transparent 70%);
}

.why-us-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.5;
}

.why-us-glow-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(34, 165, 89, 0.2) 0%, transparent 70%);
  top: -20%;
  left: -10%;
  animation: pulseGlow 8s ease-in-out infinite;
}

.why-us-glow-2 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
  bottom: 20%;
  right: -15%;
  animation: pulseGlow 10s ease-in-out infinite reverse;
}

.why-us-glow-3 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(252, 211, 77, 0.1) 0%, transparent 70%);
  top: 50%;
  left: 30%;
  animation: pulseGlow 12s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.1); }
}

/* Hero Images Section */
.why-us-hero-images {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 30px;
  padding: 80px 5% 60px;
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .why-us-hero-images {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 60px 20px 40px;
  }
}

/* Main Large Image */
.why-us-main-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 500px;
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.5),
    0 0 60px rgba(34, 165, 89, 0.1);
}

@media (max-width: 768px) {
  .why-us-main-image {
    height: 300px;
  }
}

.why-us-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-us-main-image:hover img {
  transform: scale(1.08);
}

.why-us-main-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    transparent 0%,
    transparent 40%,
    rgba(4, 22, 16, 0.7) 70%,
    rgba(4, 22, 16, 0.95) 100%
  );
  pointer-events: none;
}

/* Floating Badge on Main Image */
.why-us-floating-badge {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 28px;
  background: linear-gradient(135deg, rgba(4, 22, 16, 0.95) 0%, rgba(2, 12, 8, 0.98) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(45, 210, 108, 0.3);
  border-radius: 20px;
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(34, 165, 89, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  animation: floatBadgeUltra 5s ease-in-out infinite;
  z-index: 10;
}

@keyframes floatBadgeUltra {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(1deg); }
}

.badge-icon-wrap {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(252, 211, 77, 0.2) 0%, rgba(251, 191, 36, 0.1) 100%);
  border: 1px solid rgba(252, 211, 77, 0.4);
  border-radius: 14px;
}

.badge-icon-wrap svg {
  width: 26px;
  height: 26px;
  stroke: #fcd34d;
}

.badge-content {
  display: flex;
  flex-direction: column;
}

.badge-number {
  font-size: 2.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, #22a559 0%, #4ade80 50%, #fcd34d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.badge-label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  margin-top: 4px;
}

/* Secondary Images Stack */
.why-us-secondary-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.secondary-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 180px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.secondary-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.secondary-image:hover img {
  transform: scale(1.1);
}

.secondary-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(34, 165, 89, 0.1) 0%,
    rgba(4, 22, 16, 0.6) 100%
  );
  pointer-events: none;
}

.secondary-image-1 {
  border: 1px solid rgba(45, 210, 108, 0.2);
}

.secondary-image-2 {
  border: 1px solid rgba(59, 130, 246, 0.2);
}

/* Stats Card Overlay */
.why-us-stats-card {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, rgba(4, 22, 16, 0.98) 0%, rgba(2, 12, 8, 0.99) 100%);
  backdrop-filter: blur(30px);
  border: 1px solid rgba(45, 210, 108, 0.25);
  border-radius: 20px;
  padding: 24px 40px;
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.5),
    0 0 50px rgba(34, 165, 89, 0.15);
  z-index: 20;
  animation: floatBadgeUltra 6s ease-in-out infinite;
  animation-delay: -3s;
}

@media (max-width: 768px) {
  .why-us-stats-card {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    margin-top: 20px;
  }
}

.stats-card-inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

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

.stat-number-ultra {
  display: block;
  font-size: 2.25rem;
  font-weight: 800;
  background: linear-gradient(135deg, #22a559 0%, #4ade80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.stat-text-ultra {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 6px;
  font-weight: 500;
}

.stat-divider {
  width: 1px;
  height: 50px;
  background: linear-gradient(180deg, transparent 0%, rgba(45, 210, 108, 0.4) 50%, transparent 100%);
}

/* Content Section */
.why-us-ultra-content {
  position: relative;
  z-index: 1;
  padding: 80px 0 100px;
}

.container-wide {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .container-wide {
    padding: 0 20px;
  }

  .why-us-ultra-content {
    padding: 60px 0 80px;
  }
}

/* Section Header */
.why-us-ultra-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 70px;
}

.header-decoration-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.deco-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, rgba(45, 210, 108, 0.5) 50%, transparent 100%);
}

.deco-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.deco-icon svg {
  width: 24px;
  height: 24px;
  fill: #fcd34d;
  animation: spinStar 8s linear infinite;
}

@keyframes spinStar {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.why-us-ultra-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15) 0%, rgba(45, 210, 108, 0.05) 100%);
  border: 1px solid rgba(34, 165, 89, 0.3);
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4ade80;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}

.label-dot {
  width: 10px;
  height: 10px;
  background: #22a559;
  border-radius: 50%;
  animation: pulseDotUltra 2s ease-in-out infinite;
}

@keyframes pulseDotUltra {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(34, 165, 89, 0.4); }
  50% { transform: scale(1.2); box-shadow: 0 0 0 8px rgba(34, 165, 89, 0); }
}

.why-us-ultra-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .why-us-ultra-title {
    font-size: 2.25rem;
  }
}

.why-us-ultra-title .title-highlight {
  display: inline;
  background: linear-gradient(135deg, #22a559 0%, #4ade80 40%, #fcd34d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.why-us-ultra-subtitle {
  font-size: 1.2rem;
  color: rgba(203, 213, 225, 0.85);
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .why-us-ultra-subtitle {
    font-size: 1.05rem;
  }
}

/* Features Grid */
.why-us-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

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

@media (max-width: 640px) {
  .why-us-features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Feature Card */
.feature-card-ultra {
  position: relative;
  padding: 36px 30px;
  background: linear-gradient(180deg, rgba(4, 22, 16, 0.8) 0%, rgba(2, 12, 8, 0.9) 100%);
  border: 1px solid rgba(45, 210, 108, 0.12);
  border-radius: 24px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.feature-card-ultra::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.08) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.feature-card-ultra:hover {
  border-color: rgba(45, 210, 108, 0.35);
  transform: translateY(-10px);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.4),
    0 0 50px rgba(34, 165, 89, 0.15);
}

.feature-card-ultra:hover::before {
  opacity: 1;
}

/* Feature Icon */
.feature-icon-ultra {
  position: relative;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15) 0%, rgba(45, 210, 108, 0.05) 100%);
  border: 1px solid rgba(45, 210, 108, 0.25);
  border-radius: 20px;
  margin-bottom: 24px;
  transition: all 0.4s ease;
}

.feature-card-ultra:hover .feature-icon-ultra {
  transform: scale(1.1) rotate(-5deg);
  border-color: rgba(45, 210, 108, 0.5);
}

.feature-icon-ultra svg {
  width: 32px;
  height: 32px;
  stroke: #4ade80;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.feature-card-ultra:hover .feature-icon-ultra svg {
  stroke: #6ee7a0;
}

.icon-glow {
  position: absolute;
  inset: -10px;
  background: radial-gradient(circle, rgba(34, 165, 89, 0.4) 0%, transparent 70%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

.feature-card-ultra:hover .icon-glow {
  opacity: 1;
  animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.2); opacity: 0.3; }
}

/* Icon Color Variants */
.feature-icon-blue {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(96, 165, 250, 0.05) 100%);
  border-color: rgba(59, 130, 246, 0.25);
}

.feature-icon-blue svg {
  stroke: #60a5fa;
}

.feature-card-ultra:hover .feature-icon-blue {
  border-color: rgba(59, 130, 246, 0.5);
}

.icon-glow-blue {
  background: radial-gradient(circle, rgba(59, 130, 246, 0.4) 0%, transparent 70%);
}

.feature-icon-purple {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(167, 139, 250, 0.05) 100%);
  border-color: rgba(139, 92, 246, 0.25);
}

.feature-icon-purple svg {
  stroke: #a78bfa;
}

.feature-card-ultra:hover .feature-icon-purple {
  border-color: rgba(139, 92, 246, 0.5);
}

.icon-glow-purple {
  background: radial-gradient(circle, rgba(139, 92, 246, 0.4) 0%, transparent 70%);
}

.feature-icon-gold {
  background: linear-gradient(135deg, rgba(252, 211, 77, 0.15) 0%, rgba(251, 191, 36, 0.05) 100%);
  border-color: rgba(252, 211, 77, 0.25);
}

.feature-icon-gold svg {
  stroke: #fcd34d;
}

.feature-card-ultra:hover .feature-icon-gold {
  border-color: rgba(252, 211, 77, 0.5);
}

.icon-glow-gold {
  background: radial-gradient(circle, rgba(252, 211, 77, 0.4) 0%, transparent 70%);
}

/* Feature Content */
.feature-title-ultra {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}

.feature-desc-ultra {
  font-size: 0.95rem;
  color: rgba(203, 213, 225, 0.75);
  line-height: 1.7;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

/* Feature Stats */
.feature-stat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(45, 210, 108, 0.1);
  position: relative;
  z-index: 2;
}

.feature-stat-value {
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #22a559 0%, #4ade80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.feature-stat-label {
  font-size: 0.8rem;
  color: rgba(203, 213, 225, 0.6);
  font-weight: 500;
}

/* CTA Section */
.why-us-ultra-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-ultra-primary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 20px 40px;
  background: linear-gradient(135deg, #22a559 0%, #1a8045 100%);
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
    0 10px 40px rgba(34, 165, 89, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn-ultra-primary:hover {
  background: linear-gradient(135deg, #2dd26c 0%, #22a559 100%);
  transform: translateY(-4px);
  box-shadow:
    0 20px 50px rgba(34, 165, 89, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn-ultra-primary svg {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}

.btn-ultra-primary:hover svg {
  transform: translateX(-6px);
}

.btn-ultra-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 36px;
  background: transparent;
  color: #4ade80;
  font-size: 1.1rem;
  font-weight: 600;
  border: 2px solid rgba(45, 210, 108, 0.35);
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.btn-ultra-secondary:hover {
  background: rgba(45, 210, 108, 0.1);
  border-color: rgba(45, 210, 108, 0.6);
  transform: translateY(-4px);
}

@media (max-width: 640px) {
  .why-us-ultra-cta {
    flex-direction: column;
    width: 100%;
  }

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

  .why-us-floating-badge {
    bottom: 20px;
    right: 20px;
    padding: 16px 20px;
    gap: 12px;
  }

  .badge-number {
    font-size: 2rem;
  }

  .badge-icon-wrap {
    width: 40px;
    height: 40px;
  }
}

/* ========================================
   HERO MOBILE 2026 - Ultra Premium Redesign
   World-Class Mobile Experience
   ======================================== */

/* Base Mobile Hero - Complete Overhaul */
@media (max-width: 768px) {
  .hero-cinematic {
    min-height: 100svh;
    min-height: -webkit-fill-available;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* Enhanced Background Effects for Mobile */
  .hero-overlay-gradient {
    background:
      radial-gradient(ellipse 120% 60% at 50% -10%, rgba(34, 165, 89, 0.2) 0%, transparent 50%),
      radial-gradient(ellipse 80% 50% at 20% 100%, rgba(34, 165, 89, 0.12) 0%, transparent 40%),
      radial-gradient(ellipse 60% 40% at 80% 90%, rgba(59, 130, 246, 0.08) 0%, transparent 40%);
  }

  .hero-vignette {
    background: radial-gradient(ellipse 100% 100% at center 40%, transparent 0%, rgba(2, 12, 8, 0.5) 100%);
  }

  /* Mobile Orbs - Optimized for performance */
  .hero-orb-1 {
    width: 280px;
    height: 280px;
    top: 0;
    right: -50px;
    filter: blur(50px);
    animation: orb-float-mobile 12s ease-in-out infinite;
  }

  .hero-orb-2 {
    width: 200px;
    height: 200px;
    bottom: 10%;
    left: -30px;
    filter: blur(45px);
    animation: orb-float-mobile 14s ease-in-out infinite reverse;
    animation-delay: 2s;
  }

  .hero-orb-3 {
    width: 150px;
    height: 150px;
    top: 40%;
    right: 10%;
    filter: blur(40px);
    animation: orb-float-mobile 10s ease-in-out infinite;
    animation-delay: 4s;
  }

  @keyframes orb-float-mobile {
    0%, 100% {
      transform: translate(0, 0) scale(1);
      opacity: 0.5;
    }
    25% {
      transform: translate(10px, -15px) scale(1.05);
      opacity: 0.7;
    }
    50% {
      transform: translate(-8px, 10px) scale(0.95);
      opacity: 0.6;
    }
    75% {
      transform: translate(12px, 8px) scale(1.02);
      opacity: 0.55;
    }
  }

  /* Content Container - Premium Spacing */
  .hero-cinematic-content {
    padding: 0 24px;
    padding-top: 100px;
    padding-bottom: 80px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .hero-content-wrapper {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: hero-mobile-entrance 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
  }

  @keyframes hero-mobile-entrance {
    0% {
      opacity: 0;
      transform: translateY(30px) scale(0.98);
    }
    100% {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

  /* Status Badge - Refined for Mobile */
  .hero-status-badge {
    padding: 10px 20px;
    margin-bottom: 28px;
    background: linear-gradient(135deg, rgba(34, 165, 89, 0.12) 0%, rgba(34, 165, 89, 0.04) 100%);
    border: 1px solid rgba(34, 165, 89, 0.2);
    border-radius: 100px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    animation: badge-mobile-pulse 3s ease-in-out infinite;
  }

  @keyframes badge-mobile-pulse {
    0%, 100% {
      box-shadow: 0 0 0 0 rgba(34, 165, 89, 0.15), 0 4px 20px rgba(0, 0, 0, 0.2);
    }
    50% {
      box-shadow: 0 0 0 8px rgba(34, 165, 89, 0), 0 8px 30px rgba(0, 0, 0, 0.3);
    }
  }

  .status-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #22a559 0%, #4ade80 100%);
    box-shadow: 0 0 10px rgba(34, 165, 89, 0.5);
  }

  .status-text {
    font-size: 0.85rem;
    font-weight: 600;
    color: #4ade80;
    letter-spacing: 0.03em;
  }

  /* Main Title - Premium Typography */
  .hero-main-title {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: -0.02em;
  }

  .title-row {
    display: block;
    margin-bottom: 2px;
  }

  .title-highlight-row {
    margin: 6px 0;
    position: relative;
  }

  .title-gradient {
    font-size: 2.35rem;
    background: linear-gradient(135deg, #22a559 0%, #4ade80 35%, #86efac 50%, #4ade80 65%, #22a559 100%);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: mobile-gradient-shift 8s ease infinite;
    position: relative;
  }

  /* Animated underline for title */
  .title-gradient::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(34, 165, 89, 0.5), transparent);
    border-radius: 2px;
    animation: underline-pulse 3s ease-in-out infinite;
  }

  @keyframes mobile-gradient-shift {
    0%, 100% { background-position: 0% 50%; }
    25% { background-position: 50% 0%; }
    50% { background-position: 100% 50%; }
    75% { background-position: 50% 100%; }
  }

  @keyframes underline-pulse {
    0%, 100% { opacity: 0.3; width: 50%; }
    50% { opacity: 0.6; width: 70%; }
  }

  /* Subtitle - Clean and Readable */
  .hero-main-subtitle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    margin-bottom: 32px;
    max-width: 340px;
    padding: 0 8px;
  }

  .hero-main-subtitle br {
    display: none;
  }

  /* CTA Section - Premium Buttons */
  .hero-cta-wrapper {
    width: 100%;
    max-width: 320px;
    margin-bottom: 36px;
    padding: 0 4px;
  }

  .hero-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 18px 32px;
    background: linear-gradient(135deg, #22a559 0%, #1a8045 100%);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    box-shadow:
      0 8px 32px rgba(34, 165, 89, 0.35),
      0 2px 8px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    animation: cta-mobile-glow 4s ease-in-out infinite;
  }

  @keyframes cta-mobile-glow {
    0%, 100% {
      box-shadow:
        0 8px 32px rgba(34, 165, 89, 0.35),
        0 2px 8px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    50% {
      box-shadow:
        0 12px 40px rgba(34, 165, 89, 0.45),
        0 4px 12px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    }
  }

  .hero-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: btn-shine-mobile 4s ease-in-out infinite;
  }

  @keyframes btn-shine-mobile {
    0%, 60%, 100% { left: -100%; }
    80% { left: 100%; }
  }

  .hero-cta-btn:active {
    transform: scale(0.98);
    box-shadow:
      0 4px 20px rgba(34, 165, 89, 0.3),
      0 1px 4px rgba(0, 0, 0, 0.2);
  }

  .hero-cta-btn svg {
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
  }

  /* Trust Line - Premium Stats Grid */
  .hero-trust-line {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
    max-width: 340px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(4, 22, 16, 0.8) 0%, rgba(2, 12, 8, 0.9) 100%);
    border: 1px solid rgba(34, 165, 89, 0.15);
    border-radius: 16px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  }

  .trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    gap: 4px;
  }

  .trust-item strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 800;
    color: #4ade80;
    margin-bottom: 2px;
    text-shadow: 0 0 20px rgba(34, 165, 89, 0.3);
  }

  .trust-separator {
    display: none;
  }

  /* Scroll Indicator - Minimalist */
  .hero-scroll-indicator {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    opacity: 0.6;
    animation: scroll-hint-mobile 2.5s ease-in-out infinite;
  }

  @keyframes scroll-hint-mobile {
    0%, 100% {
      opacity: 0.4;
      transform: translateX(-50%) translateY(0);
    }
    50% {
      opacity: 0.7;
      transform: translateX(-50%) translateY(6px);
    }
  }

  .scroll-line {
    width: 1px;
    height: 28px;
    background: linear-gradient(to bottom, rgba(34, 165, 89, 0.8), transparent);
  }

  .hero-scroll-indicator span {
    font-size: 0.65rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
}

/* Extra Small Mobile - 480px and below */
@media (max-width: 480px) {
  .hero-cinematic-content {
    padding: 0 20px;
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .hero-content-wrapper {
    max-width: 100%;
  }

  .hero-status-badge {
    padding: 8px 16px;
    margin-bottom: 24px;
  }

  .status-text {
    font-size: 0.8rem;
  }

  .hero-main-title {
    font-size: 1.85rem;
    margin-bottom: 16px;
  }

  .title-gradient {
    font-size: 1.95rem;
  }

  .title-highlight-row {
    margin: 4px 0;
  }

  .hero-main-subtitle {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 300px;
  }

  .hero-cta-wrapper {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .hero-cta-btn {
    padding: 16px 28px;
    font-size: 1rem;
    border-radius: 12px;
  }

  .hero-trust-line {
    padding: 16px;
    gap: 12px;
    max-width: 100%;
    border-radius: 14px;
  }

  .trust-item {
    font-size: 0.75rem;
  }

  .trust-item strong {
    font-size: 1.2rem;
  }

  /* Reduce orb sizes for small screens */
  .hero-orb-1 {
    width: 200px;
    height: 200px;
    filter: blur(40px);
  }

  .hero-orb-2 {
    width: 150px;
    height: 150px;
    filter: blur(35px);
  }

  .hero-orb-3 {
    width: 100px;
    height: 100px;
    filter: blur(30px);
  }
}

/* Small Height Devices - Landscape */
@media (max-height: 700px) and (max-width: 768px) {
  .hero-cinematic {
    min-height: auto;
    padding: 80px 0 40px;
  }

  .hero-cinematic-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-status-badge {
    margin-bottom: 16px;
  }

  .hero-main-title {
    font-size: 1.75rem;
    margin-bottom: 12px;
  }

  .title-gradient {
    font-size: 1.85rem;
  }

  .hero-main-subtitle {
    margin-bottom: 20px;
    font-size: 0.9rem;
  }

  .hero-cta-wrapper {
    margin-bottom: 20px;
  }

  .hero-trust-line {
    padding: 12px;
  }

  .trust-item strong {
    font-size: 1.1rem;
  }

  .hero-scroll-indicator {
    display: none;
  }
}

/* Dark Mode / OLED Optimization */
@media (prefers-color-scheme: dark) and (max-width: 768px) {
  .hero-cinematic {
    background: #010805;
  }

  .hero-trust-line {
    background: linear-gradient(135deg, rgba(2, 12, 8, 0.95) 0%, rgba(1, 8, 5, 0.98) 100%);
    border-color: rgba(34, 165, 89, 0.12);
  }
}

/* Reduced Motion Preference */
@media (prefers-reduced-motion: reduce) and (max-width: 768px) {
  .hero-orb-1,
  .hero-orb-2,
  .hero-orb-3 {
    animation: none;
  }

  .hero-content-wrapper {
    animation: none;
    opacity: 1;
  }

  .title-gradient {
    animation: none;
    background-position: 0% 50%;
  }

  .title-gradient::after {
    animation: none;
    opacity: 0.4;
    width: 60%;
  }

  .hero-status-badge {
    animation: none;
  }

  .hero-cta-btn {
    animation: none;
  }

  .hero-cta-btn::before {
    animation: none;
    display: none;
  }

  .hero-scroll-indicator {
    animation: none;
    opacity: 0.5;
  }
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
  .hero-cta-btn {
    -webkit-tap-highlight-color: transparent;
  }

  .hero-cta-btn:active {
    transform: scale(0.97);
    transition-duration: 0.1s;
  }
}

/* ========================================
   SERVICE PAGES - Premium Design System
   Diagonal Sections & Custom Shapes
   ======================================== */

/* Diagonal Section Dividers */
.diagonal-top {
  position: relative;
}

.diagonal-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: inherit;
  clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 100%);
  z-index: 1;
}

.diagonal-bottom {
  position: relative;
}

.diagonal-bottom::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(180deg, transparent 0%, #010805 100%);
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  z-index: 2;
}

/* Wave Section Divider */
.wave-divider {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 80px;
  overflow: hidden;
  z-index: 2;
}

.wave-divider svg {
  width: 100%;
  height: 100%;
  fill: #010805;
}

/* Angled Section Background */
.angled-section {
  position: relative;
  background: linear-gradient(180deg, #041610 0%, #020c08 100%);
  transform: skewY(-3deg);
  padding: 160px 0;
  margin: 80px 0;
}

.angled-section > * {
  transform: skewY(3deg);
}

/* Curved Section Top */
.curved-top {
  position: relative;
}

.curved-top::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  height: 120px;
  background: inherit;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  z-index: 1;
}

/* Service Page Base Styles */
.service-page-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  padding-top: calc(var(--header-height) + 60px);
  padding-bottom: 100px;
  overflow: hidden;
}

.service-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.service-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, #010805 0%, transparent 30%),
    linear-gradient(0deg, #010805 0%, transparent 40%);
  z-index: 1;
}

.service-hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.service-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  transition: opacity 0.5s ease;
}

.service-hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

/* Service Label with animated dot */
.service-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 24px;
  backdrop-filter: blur(10px);
}

.service-label .label-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: serviceDotPulse 2s ease-in-out infinite;
}

@keyframes serviceDotPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 currentColor; }
  50% { transform: scale(1.2); box-shadow: 0 0 0 10px transparent; }
}

/* Service Title */
.service-hero-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 24px;
}

.service-hero-subtitle {
  font-size: 1.25rem;
  color: rgba(203, 213, 225, 0.9);
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 600px;
}

/* Service Stats Row */
.service-stats-row {
  display: flex;
  gap: 40px;
  margin-top: 60px;
  padding-top: 40px;
  flex-wrap: wrap;
}

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

.service-stat-value {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}

.service-stat-label {
  display: block;
  font-size: 0.9rem;
  color: rgba(203, 213, 225, 0.7);
  margin-top: 8px;
}

/* Floating Elements Base */
.floating-element {
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  pointer-events: none;
}

.float-animation-1 { animation: floatElement1 10s ease-in-out infinite; }
.float-animation-2 { animation: floatElement2 12s ease-in-out infinite; }
.float-animation-3 { animation: floatElement3 8s ease-in-out infinite; }

@keyframes floatElement1 {
  0%, 100% { transform: translateY(0) translateX(0) rotate(0deg); }
  25% { transform: translateY(-20px) translateX(10px) rotate(5deg); }
  50% { transform: translateY(-10px) translateX(-10px) rotate(-3deg); }
  75% { transform: translateY(-30px) translateX(5px) rotate(2deg); }
}

@keyframes floatElement2 {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-25px) scale(1.1); }
}

@keyframes floatElement3 {
  0%, 100% { transform: translateX(0) translateY(0); }
  33% { transform: translateX(15px) translateY(-10px); }
  66% { transform: translateX(-10px) translateY(-20px); }
}

/* Services Grid Section */
.service-cards-section {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(180deg, #010805 0%, #041610 50%, #010805 100%);
}

.service-cards-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(180deg, #010805 0%, transparent 100%);
  z-index: 1;
}

.service-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}

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

@media (max-width: 640px) {
  .service-cards-grid {
    grid-template-columns: 1fr;
  }
}

/* Premium Service Card */
.service-card-premium {
  position: relative;
  padding: 40px 32px;
  background: linear-gradient(180deg, rgba(4, 22, 16, 0.8) 0%, rgba(2, 12, 8, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.service-card-premium::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.service-card-premium:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

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

/* Card Icon with glow */
.service-card-icon {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin-bottom: 28px;
  transition: all 0.4s ease;
  z-index: 1;
}

.service-card-premium:hover .service-card-icon {
  transform: scale(1.1) rotate(-5deg);
}

.service-card-icon svg {
  width: 36px;
  height: 36px;
}

.service-card-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.service-card-desc {
  font-size: 1rem;
  color: rgba(203, 213, 225, 0.75);
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

/* Split Image + Content Section */
.split-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.split-section-bg {
  position: absolute;
  inset: 0;
}

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

@media (max-width: 1024px) {
  .split-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

/* Image Stack */
.image-stack {
  position: relative;
  height: 600px;
}

@media (max-width: 768px) {
  .image-stack {
    height: 400px;
  }
}

.image-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 75%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
}

.image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.image-main:hover img {
  transform: scale(1.05);
}

.image-secondary {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55%;
  height: 55%;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid #010805;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.image-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.image-secondary:hover img {
  transform: scale(1.08);
}

/* Floating Badge */
.floating-badge {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, rgba(4, 22, 16, 0.95) 0%, rgba(2, 12, 8, 0.98) 100%);
  backdrop-filter: blur(20px);
  padding: 24px 32px;
  border-radius: 20px;
  text-align: center;
  z-index: 10;
  animation: floatBadgeAnim 5s ease-in-out infinite;
}

@keyframes floatBadgeAnim {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-15px); }
}

.badge-number {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}

.badge-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 8px;
}

/* Split Content */
.split-content {
  position: relative;
  z-index: 1;
}

.split-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.split-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 24px;
}

.split-text {
  font-size: 1.1rem;
  color: rgba(203, 213, 225, 0.85);
  line-height: 1.8;
  margin-bottom: 40px;
}

/* Feature List */
.feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(4, 22, 16, 0.6) 0%, rgba(2, 12, 8, 0.4) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: all 0.4s ease;
}

.feature-item:hover {
  transform: translateX(-8px);
}

.feature-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.feature-icon svg {
  width: 24px;
  height: 24px;
}

.feature-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6px;
}

.feature-content p {
  font-size: 0.95rem;
  color: rgba(203, 213, 225, 0.7);
  line-height: 1.6;
  margin: 0;
}

/* Benefits Grid Section */
.benefits-section {
  position: relative;
  padding: 120px 0;
  background: linear-gradient(180deg, #020c08 0%, #041610 50%, #020c08 100%);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 60px;
}

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

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

.benefit-card {
  position: relative;
  padding: 32px 28px;
  background: linear-gradient(180deg, rgba(4, 22, 16, 0.7) 0%, rgba(2, 12, 8, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  text-align: center;
  transition: all 0.5s ease;
}

.benefit-card:hover {
  transform: translateY(-8px);
}

.benefit-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  margin: 0 auto 24px;
  transition: all 0.4s ease;
}

.benefit-card:hover .benefit-icon {
  transform: scale(1.1);
}

.benefit-icon svg {
  width: 32px;
  height: 32px;
}

.benefit-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.benefit-text {
  font-size: 0.9rem;
  color: rgba(203, 213, 225, 0.7);
  line-height: 1.6;
}

/* FAQ Section */
.faq-section-premium {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.faq-section-bg {
  position: absolute;
  inset: 0;
}

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

@media (max-width: 1024px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.faq-image {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 500px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1024px) {
  .faq-image {
    height: 350px;
  }
}

.faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.faq-item {
  background: linear-gradient(180deg, rgba(4, 22, 16, 0.8) 0%, rgba(2, 12, 8, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: right;
}

.faq-question span {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
}

.faq-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: all 0.4s ease;
}

.faq-icon svg {
  width: 20px;
  height: 20px;
  transition: all 0.4s ease;
}

.faq-item.active .faq-icon svg {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-answer-content {
  padding: 0 28px 24px;
}

.faq-answer-content p {
  font-size: 1rem;
  color: rgba(203, 213, 225, 0.85);
  line-height: 1.8;
  margin: 0;
}

/* CTA Section */
.cta-section-premium {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.cta-section-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #041610 0%, #020c08 100%);
}

.cta-wrapper {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 60px;
  background: linear-gradient(180deg, rgba(4, 22, 16, 0.8) 0%, rgba(2, 12, 8, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .cta-wrapper {
    padding: 50px 30px;
  }
}

.cta-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  margin: 0 auto 32px;
}

.cta-icon svg {
  width: 40px;
  height: 40px;
}

.cta-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
}

.cta-text {
  font-size: 1.15rem;
  color: rgba(203, 213, 225, 0.85);
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .cta-buttons {
    flex-direction: column;
  }

  .cta-buttons a {
    width: 100%;
    justify-content: center;
  }
}

/* Color Theme Variants */
/* Blue Theme */
.theme-blue .service-label {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(96, 165, 250, 0.05) 100%);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #60a5fa;
}

.theme-blue .label-dot { background: #3b82f6; }
.theme-blue .service-stat-value,
.theme-blue .badge-number {
  background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.theme-blue .service-stats-row { border-top: 1px solid rgba(59, 130, 246, 0.2); }
.theme-blue .floating-badge { border: 1px solid rgba(59, 130, 246, 0.3); }
.theme-blue .service-card-icon,
.theme-blue .feature-icon {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15) 0%, rgba(96, 165, 250, 0.05) 100%);
  border: 1px solid rgba(59, 130, 246, 0.25);
}
.theme-blue .service-card-icon svg,
.theme-blue .feature-icon svg { stroke: #60a5fa; }
.theme-blue .service-card-premium:hover { border-color: rgba(59, 130, 246, 0.4); }
.theme-blue .feature-item:hover { border-color: rgba(59, 130, 246, 0.3); box-shadow: 0 10px 30px rgba(59, 130, 246, 0.1); }

/* Green Theme */
.theme-green .service-label {
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15) 0%, rgba(45, 210, 108, 0.05) 100%);
  border: 1px solid rgba(34, 165, 89, 0.3);
  color: #4ade80;
}

.theme-green .label-dot { background: #22a559; }
.theme-green .service-stat-value,
.theme-green .badge-number {
  background: linear-gradient(135deg, #22a559 0%, #4ade80 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.theme-green .service-stats-row { border-top: 1px solid rgba(34, 165, 89, 0.2); }
.theme-green .floating-badge { border: 1px solid rgba(34, 165, 89, 0.3); }
.theme-green .service-card-icon,
.theme-green .feature-icon {
  background: linear-gradient(135deg, rgba(34, 165, 89, 0.15) 0%, rgba(45, 210, 108, 0.05) 100%);
  border: 1px solid rgba(34, 165, 89, 0.25);
}
.theme-green .service-card-icon svg,
.theme-green .feature-icon svg { stroke: #4ade80; }
.theme-green .service-card-premium:hover { border-color: rgba(34, 165, 89, 0.4); }
.theme-green .feature-item:hover { border-color: rgba(34, 165, 89, 0.3); box-shadow: 0 10px 30px rgba(34, 165, 89, 0.1); }

/* Purple Theme */
.theme-purple .service-label {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(167, 139, 250, 0.05) 100%);
  border: 1px solid rgba(139, 92, 246, 0.3);
  color: #a78bfa;
}

.theme-purple .label-dot { background: #8b5cf6; }
.theme-purple .service-stat-value,
.theme-purple .badge-number {
  background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.theme-purple .service-stats-row { border-top: 1px solid rgba(139, 92, 246, 0.2); }
.theme-purple .floating-badge { border: 1px solid rgba(139, 92, 246, 0.3); }
.theme-purple .service-card-icon,
.theme-purple .feature-icon {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(167, 139, 250, 0.05) 100%);
  border: 1px solid rgba(139, 92, 246, 0.25);
}
.theme-purple .service-card-icon svg,
.theme-purple .feature-icon svg { stroke: #a78bfa; }
.theme-purple .service-card-premium:hover { border-color: rgba(139, 92, 246, 0.4); }
.theme-purple .feature-item:hover { border-color: rgba(139, 92, 246, 0.3); box-shadow: 0 10px 30px rgba(139, 92, 246, 0.1); }

/* Gold/Orange Theme */
.theme-gold .service-label {
  background: linear-gradient(135deg, rgba(252, 211, 77, 0.15) 0%, rgba(251, 191, 36, 0.05) 100%);
  border: 1px solid rgba(252, 211, 77, 0.3);
  color: #fcd34d;
}

.theme-gold .label-dot { background: #f59e0b; }
.theme-gold .service-stat-value,
.theme-gold .badge-number {
  background: linear-gradient(135deg, #f59e0b 0%, #fcd34d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.theme-gold .service-stats-row { border-top: 1px solid rgba(252, 211, 77, 0.2); }
.theme-gold .floating-badge { border: 1px solid rgba(252, 211, 77, 0.3); }
.theme-gold .benefit-icon {
  background: linear-gradient(135deg, rgba(252, 211, 77, 0.15) 0%, rgba(251, 191, 36, 0.05) 100%);
  border: 1px solid rgba(252, 211, 77, 0.25);
}
.theme-gold .benefit-icon svg { stroke: #fcd34d; }
.theme-gold .benefit-card:hover { border-color: rgba(252, 211, 77, 0.3); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 0 40px rgba(252, 211, 77, 0.1); }

/* Cyan Theme */
.theme-cyan .service-label {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.15) 0%, rgba(34, 211, 238, 0.05) 100%);
  border: 1px solid rgba(6, 182, 212, 0.3);
  color: #22d3ee;
}

.theme-cyan .label-dot { background: #06b6d4; }
.theme-cyan .service-stat-value,
.theme-cyan .badge-number {
  background: linear-gradient(135deg, #06b6d4 0%, #22d3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.theme-cyan .service-stats-row { border-top: 1px solid rgba(6, 182, 212, 0.2); }
.theme-cyan .floating-badge { border: 1px solid rgba(6, 182, 212, 0.3); }
.theme-cyan .service-card-icon,
.theme-cyan .feature-icon {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.15) 0%, rgba(34, 211, 238, 0.05) 100%);
  border: 1px solid rgba(6, 182, 212, 0.25);
}
.theme-cyan .service-card-icon svg,
.theme-cyan .feature-icon svg { stroke: #22d3ee; }
.theme-cyan .service-card-premium:hover { border-color: rgba(6, 182, 212, 0.4); }
.theme-cyan .feature-item:hover { border-color: rgba(6, 182, 212, 0.3); box-shadow: 0 10px 30px rgba(6, 182, 212, 0.1); }

/* Red/Rose Theme */
.theme-red .service-label {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(252, 165, 165, 0.05) 100%);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #f87171;
}

.theme-red .label-dot { background: #ef4444; }
.theme-red .service-stat-value,
.theme-red .badge-number {
  background: linear-gradient(135deg, #ef4444 0%, #f87171 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.theme-red .service-stats-row { border-top: 1px solid rgba(239, 68, 68, 0.2); }
.theme-red .floating-badge { border: 1px solid rgba(239, 68, 68, 0.3); }
.theme-red .service-card-icon,
.theme-red .feature-icon {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(252, 165, 165, 0.05) 100%);
  border: 1px solid rgba(239, 68, 68, 0.25);
}
.theme-red .service-card-icon svg,
.theme-red .feature-icon svg { stroke: #f87171; }
.theme-red .service-card-premium:hover { border-color: rgba(239, 68, 68, 0.4); }
.theme-red .feature-item:hover { border-color: rgba(239, 68, 68, 0.3); box-shadow: 0 10px 30px rgba(239, 68, 68, 0.1); }

/* Transparent/No-Frame Image Style */
.image-transparent {
  background: transparent;
  box-shadow: none;
  border: none;
}

.image-transparent img {
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

/* Full Width Image Section */
.full-width-image-section {
  position: relative;
  height: 60vh;
  min-height: 400px;
  overflow: hidden;
}

.full-width-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.full-width-image-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 8, 5, 0.3) 0%, rgba(1, 8, 5, 0.8) 100%);
}

/* Service Page Mobile Optimizations */
@media (max-width: 768px) {
  .service-page-hero {
    min-height: 90vh;
    padding-bottom: 80px;
  }

  .service-hero-title {
    font-size: 2rem;
  }

  .service-hero-subtitle {
    font-size: 1rem;
  }

  .service-stats-row {
    gap: 24px;
    margin-top: 40px;
    padding-top: 30px;
  }

  .service-stat-value {
    font-size: 1.75rem;
  }

  .split-grid {
    gap: 40px;
  }

  .image-stack {
    height: 350px;
  }

  .floating-badge {
    padding: 16px 24px;
  }

  .badge-number {
    font-size: 2rem;
  }

  .cta-wrapper {
    margin: 0 16px;
    padding: 40px 24px;
  }
}
