/* ============================================================
   PROZ Gaming Licenses — Premium Design System v2.0
   Ultra-modern glassmorphism, Lucide icons, professional UI
   ============================================================ */

/* ---- Design Tokens ---- */
:root {
  --purple-50: #faf5ff;
  --purple-100: #f3e8ff;
  --purple-200: #e9d5ff;
  --purple-300: #d8b4fe;
  --purple-400: #c084fc;
  --purple-500: #a855f7;
  --purple-600: #9333ea;
  --purple-700: #7c3aed;
  --purple-800: #6d28d9;
  --purple-900: #581c87;
  --primary: #8B5CF6;
  --primary-dark: #6D28D9;
  --primary-light: #A78BFA;
  --accent: #EC4899;
  --accent-light: #F472B6;
  --emerald: #10B981;
  --emerald-light: #34D399;
  --amber: #F59E0B;
  --dark-bg: #0F0A1E;
  --darker-bg: #0A0714;
  --surface-1: rgba(255, 255, 255, 0.03);
  --surface-2: rgba(255, 255, 255, 0.05);
  --surface-3: rgba(255, 255, 255, 0.08);
  --surface-hover: rgba(255, 255, 255, 0.10);
  --border-subtle: rgba(255, 255, 255, 0.06);
  --border-default: rgba(255, 255, 255, 0.10);
  --border-strong: rgba(255, 255, 255, 0.15);
  --border-accent: rgba(139, 92, 246, 0.30);
  --text-primary: #F9FAFB;
  --text-secondary: #D1D5DB;
  --text-muted: #9CA3AF;
  --text-faint: rgba(255, 255, 255, 0.40);
  --grad-primary: linear-gradient(135deg, #8B5CF6 0%, #6D28D9 100%);
  --grad-accent: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  --grad-hero: linear-gradient(135deg, #1a0b2e 0%, #16082a 30%, #130726 60%, #0F0A1E 100%);
  --grad-card-border: linear-gradient(135deg, rgba(139, 92, 246, 0.4), rgba(236, 72, 153, 0.1));
  --grad-surface: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.25);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.3);
  --shadow-xl: 0 20px 60px rgba(0, 0, 0, 0.35);
  --shadow-glow: 0 0 40px rgba(139, 92, 246, 0.15);
  --shadow-glow-lg: 0 0 80px rgba(139, 92, 246, 0.20);
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.2), 0 0 0 1px var(--border-subtle);
  --shadow-card-hover: 0 20px 60px rgba(139, 92, 246, 0.15), 0 0 0 1px var(--border-accent);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-2xl: 24px;
  --radius-3xl: 32px;
  --radius-full: 9999px;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);
  --t-fast: 0.15s var(--ease-out-expo);
  --t-base: 0.25s var(--ease-out-expo);
  --t-slow: 0.4s var(--ease-out-expo);
  --t-slower: 0.6s var(--ease-out-expo);
  --blur-sm: 8px;
  --blur-md: 16px;
  --blur-lg: 24px;
  --blur-xl: 40px;
  /* Legacy compatibility */
  --primary-purple: #8B5CF6;
  --dark-purple: #6D28D9;
  --light-purple: #A78BFA;
  --accent-pink: #EC4899;
  --card-bg: rgba(255, 255, 255, 0.05);
  --card-border: rgba(255, 255, 255, 0.10);
  --text-light: #F3F4F6;
  --gradient-primary: linear-gradient(135deg, #8B5CF6 0%, #6D28D9 100%);
  --gradient-accent: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
  --transition-fast: 0.15s ease;
  --transition-medium: 0.25s ease;
  --transition-slow: 0.5s ease;
}

/* ---- Reset ---- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: var(--text-primary);
  background-color: var(--dark-bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---- Accessibility ---- */
.skip-to-content {
  position: absolute; top: -100%; left: 50%;
  transform: translateX(-50%);
  background: var(--primary); color: white;
  padding: 0.75rem 1.5rem; border-radius: var(--radius-sm);
  z-index: 9999; font-weight: 600;
  transition: top var(--t-fast);
}
.skip-to-content:focus { top: 1rem; }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; border-radius: 2px; }
a:focus:not(:focus-visible), button:focus:not(:focus-visible) { outline: none; }

/* ---- Typography ---- */
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.15; letter-spacing: -0.025em; color: var(--text-primary); }
h1 { font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem); font-weight: 800; }
h2 { font-size: clamp(2rem, 4vw + 0.5rem, 3.25rem); }
h3 { font-size: clamp(1.375rem, 2.5vw, 1.75rem); }
h4 { font-size: clamp(1.125rem, 2vw, 1.375rem); }
p { font-size: 1.0625rem; line-height: 1.7; color: var(--text-muted); }

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

/* ---- Layout ---- */
.container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }

/* ---- Navigation ---- */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000; padding: 1rem 0;
  transition: all var(--t-base);
}
.navbar.scrolled {
  background: rgba(10, 7, 20, 0.80);
  backdrop-filter: blur(var(--blur-xl)) saturate(180%);
  -webkit-backdrop-filter: blur(var(--blur-xl)) saturate(180%);
  border-bottom: 1px solid var(--border-subtle);
  padding: 0.5rem 0;
  box-shadow: 0 1px 0 var(--border-subtle), var(--shadow-lg);
}

.nav-logo {
  display: flex; align-items: center; gap: 0.625rem;
  text-decoration: none; transition: opacity var(--t-fast);
}
.nav-logo:hover { opacity: 0.85; }
.nav-logo img { height: 36px; width: auto; }
.nav-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.nav-logo-brand {
  font-size: 1.125rem; font-weight: 800; color: white; letter-spacing: -0.02em;
}
.nav-logo-brand span {
  background: var(--grad-accent);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  font-weight: 300;
}
.nav-logo-sub {
  font-size: 0.5625rem; font-weight: 600; letter-spacing: 0.2em;
  color: var(--primary-light); text-transform: uppercase;
}

.nav-link {
  color: rgba(255, 255, 255, 0.65); text-decoration: none;
  font-weight: 500; font-size: 0.875rem;
  transition: color var(--t-fast); position: relative; padding: 0.5rem 0;
}
.nav-link:hover, .nav-link.active { color: white; }
.nav-link::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 2px; background: var(--grad-accent);
  transition: width var(--t-base); border-radius: 1px;
}
.nav-link:hover::after, .nav-link.active::after { width: 100%; }

/* Language Switcher */
.lang-switcher {
  display: flex; align-items: center; gap: 2px;
  background: var(--surface-2); border-radius: var(--radius-full);
  padding: 3px; border: 1px solid var(--border-subtle);
}
.lang-btn {
  padding: 0.3125rem 0.625rem; border-radius: var(--radius-full);
  font-size: 0.75rem; font-weight: 600; text-decoration: none;
  transition: all var(--t-fast); color: var(--text-muted); letter-spacing: 0.02em;
}
.lang-btn.active {
  background: var(--primary); color: white;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.4);
}
.lang-btn:not(.active):hover { color: white; background: var(--surface-3); }

/* Mobile Menu */
.mobile-menu-btn {
  display: none; flex-direction: column; gap: 5px; cursor: pointer;
  padding: 0.5rem; background: none; border: none; z-index: 1001;
}
.mobile-menu-btn span {
  display: block; width: 22px; height: 2px; background: white;
  transition: all var(--t-base); border-radius: 2px;
}
.mobile-menu-btn.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-menu-btn.active span:nth-child(2) { opacity: 0; }
.mobile-menu-btn.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.mobile-menu {
  position: fixed; top: 0; right: -100%; width: 85%; max-width: 380px;
  height: 100vh; height: 100dvh;
  background: rgba(10, 7, 20, 0.95);
  backdrop-filter: blur(var(--blur-xl)) saturate(150%);
  -webkit-backdrop-filter: blur(var(--blur-xl)) saturate(150%);
  padding: 6rem 2rem 2rem; transition: right var(--t-slow);
  z-index: 999; border-left: 1px solid var(--border-subtle); overflow-y: auto;
}
.mobile-menu.open { right: 0; }
.mobile-menu-overlay {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.60); backdrop-filter: blur(4px);
  opacity: 0; visibility: hidden; transition: all var(--t-base); z-index: 998;
}
.mobile-menu-overlay.open { opacity: 1; visibility: visible; }

/* ---- Hero ---- */
.hero {
  position: relative; min-height: 100vh; min-height: 100dvh;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; background: var(--grad-hero);
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 30% 40%, rgba(139, 92, 246, 0.20) 0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 70% 60%, rgba(236, 72, 153, 0.12) 0%, transparent 70%),
    radial-gradient(circle at 50% 120%, rgba(139, 92, 246, 0.08) 0%, transparent 50%);
  z-index: 1;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px; z-index: 1; pointer-events: none;
}
.hero-bg-element { position: absolute; border-radius: 50%; filter: blur(100px); opacity: 0.12; z-index: 0; }
.hero-content { position: relative; z-index: 2; }

@keyframes float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-20px) rotate(1deg); } }
@keyframes float-delayed { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-25px) rotate(-1deg); } }
@keyframes pulse-glow { 0%, 100% { opacity: 0.12; transform: scale(1); } 50% { opacity: 0.20; transform: scale(1.08); } }
.floating { animation: float 8s ease-in-out infinite; }
.floating-delayed { animation: float-delayed 10s ease-in-out infinite; }
.pulse-glow { animation: pulse-glow 6s ease-in-out infinite; }

.scroll-indicator { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 2; }
.scroll-indicator-inner { width: 24px; height: 40px; border: 1.5px solid rgba(255,255,255,0.25); border-radius: 12px; display: flex; justify-content: center; padding-top: 8px; }
.scroll-dot { width: 3px; height: 8px; background: rgba(255,255,255,0.5); border-radius: 2px; animation: scroll-bounce 2s ease-in-out infinite; }
@keyframes scroll-bounce { 0%, 100% { opacity: 0; transform: translateY(0); } 50% { opacity: 1; transform: translateY(10px); } }

/* Trust Counters */
.trust-counter { text-align: center; padding: 1.5rem; }
.trust-counter-value { font-size: 2rem; font-weight: 800; color: white; font-variant-numeric: tabular-nums; }
.trust-counter-label { font-size: 0.8125rem; color: rgba(255,255,255,0.50); margin-top: 0.25rem; font-weight: 500; }

/* ---- Sections ---- */
.section { padding: 6rem 0; position: relative; }
.section-dark { background: var(--darker-bg); }
.section-gradient { background: linear-gradient(180deg, var(--dark-bg) 0%, var(--darker-bg) 100%); }
.section::before {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.015) 1px, transparent 1px);
  background-size: 24px 24px; pointer-events: none; z-index: 0;
}
.section > .container { position: relative; z-index: 1; }
.section-header { text-align: center; margin-bottom: 4rem; max-width: 640px; margin-left: auto; margin-right: auto; }
.section-title { text-align: center; margin-bottom: 4rem; }
.section-title h2 { margin-bottom: 1rem; }
.section-title p { max-width: 600px; margin: 0 auto; }
.section-badge {
  display: inline-flex; align-items: center; gap: 0.375rem;
  padding: 0.375rem 1rem;
  background: rgba(139, 92, 246, 0.10); border: 1px solid rgba(139, 92, 246, 0.20);
  border-radius: var(--radius-full); font-size: 0.75rem; font-weight: 600;
  color: var(--primary-light); text-transform: uppercase; letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
.section-badge [data-lucide], .section-badge svg { width: 14px; height: 14px; }

/* ---- Glass Card ---- */
.glass-card {
  background: var(--surface-2);
  backdrop-filter: blur(var(--blur-md)) saturate(150%);
  -webkit-backdrop-filter: blur(var(--blur-md)) saturate(150%);
  border: 1px solid var(--border-default); border-radius: var(--radius-xl);
  transition: all var(--t-base); position: relative; overflow: hidden;
}
.glass-card::before {
  content: ''; position: absolute; inset: 0;
  background: var(--grad-surface); pointer-events: none; border-radius: inherit;
}
.glass-card:hover {
  background: var(--surface-3); border-color: var(--border-accent);
  transform: translateY(-4px); box-shadow: var(--shadow-card-hover);
}

/* ---- Service Cards ---- */
.service-card {
  background: var(--surface-2); border: 1px solid var(--border-default);
  border-radius: var(--radius-xl); padding: 2.5rem;
  transition: all var(--t-base); position: relative; overflow: hidden;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--grad-accent); opacity: 0; transition: opacity var(--t-base);
}
.service-card::after {
  content: ''; position: absolute; top: -50%; right: -50%; width: 100%; height: 100%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.06) 0%, transparent 70%);
  pointer-events: none; transition: opacity var(--t-base); opacity: 0;
}
.service-card:hover {
  background: var(--surface-3); border-color: var(--border-accent);
  transform: translateY(-6px); box-shadow: var(--shadow-card-hover);
}
.service-card:hover::before { opacity: 1; }
.service-card:hover::after { opacity: 1; }

.service-icon {
  width: 56px; height: 56px; border-radius: var(--radius-md);
  background: rgba(139, 92, 246, 0.12); border: 1px solid rgba(139, 92, 246, 0.15);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem; color: var(--primary-light); transition: all var(--t-base);
}
.service-icon [data-lucide], .service-icon svg { width: 26px; height: 26px; stroke-width: 1.75; }
.service-card:hover .service-icon {
  background: rgba(139, 92, 246, 0.18); border-color: rgba(139, 92, 246, 0.30);
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.15);
}

.check-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: var(--text-muted); }
.check-icon {
  flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%;
  background: rgba(16, 185, 129, 0.12); border: 1px solid rgba(16, 185, 129, 0.25);
  display: flex; align-items: center; justify-content: center; color: var(--emerald);
}
.check-icon [data-lucide], .check-icon svg { width: 11px; height: 11px; stroke-width: 2.5; }

/* ---- Benefits ---- */
.benefit-item {
  display: flex; align-items: flex-start; gap: 1rem; padding: 1.25rem;
  border-radius: var(--radius-lg); border: 1px solid transparent;
  transition: all var(--t-base);
}
.benefit-item:hover { background: var(--surface-2); border-color: var(--border-subtle); }
.benefit-icon {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: var(--radius-md);
  background: rgba(139, 92, 246, 0.10); border: 1px solid rgba(139, 92, 246, 0.15);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary-light); transition: all var(--t-base);
}
.benefit-icon [data-lucide], .benefit-icon svg { width: 20px; height: 20px; stroke-width: 1.75; }
.benefit-item:hover .benefit-icon { background: rgba(139, 92, 246, 0.16); box-shadow: 0 0 16px rgba(139, 92, 246, 0.12); }

/* ---- Team Cards ---- */
.team-card {
  background: var(--surface-2); border: 1px solid var(--border-default);
  border-radius: var(--radius-xl); padding: 2rem; text-align: center;
  transition: all var(--t-base); position: relative; overflow: hidden;
}
.team-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 80px;
  background: var(--grad-accent); opacity: 0.06;
}
.team-card:hover { border-color: var(--border-accent); transform: translateY(-4px); box-shadow: var(--shadow-card-hover); }
.team-avatar {
  width: 100px; height: 100px; border-radius: 50%; background: var(--grad-accent);
  margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center;
  font-size: 2rem; color: white; font-weight: 700; position: relative; z-index: 1;
  box-shadow: 0 4px 20px rgba(139, 92, 246, 0.25); border: 3px solid rgba(255,255,255,0.10);
}
.team-linkedin {
  display: inline-flex; align-items: center; gap: 0.5rem; margin-top: 1rem;
  color: var(--primary-light); text-decoration: none; font-weight: 500; font-size: 0.875rem;
  padding: 0.5rem 1rem; border-radius: var(--radius-full);
  border: 1px solid rgba(139, 92, 246, 0.20); transition: all var(--t-fast);
}
.team-linkedin:hover { background: rgba(139, 92, 246, 0.10); border-color: rgba(139, 92, 246, 0.40); color: white; }

/* ---- Blog Cards ---- */
.blog-card {
  background: var(--surface-2); border: 1px solid var(--border-default);
  border-radius: var(--radius-xl); overflow: hidden;
  transition: all var(--t-base); display: flex; flex-direction: column;
}
.blog-card:hover { border-color: var(--border-accent); transform: translateY(-4px); box-shadow: var(--shadow-card-hover); }
.blog-card-image {
  width: 100%; height: 180px; background: var(--grad-hero);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.blog-card-image::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 50%, rgba(139, 92, 246, 0.15) 0%, transparent 50%),
              radial-gradient(circle at 70% 50%, rgba(236, 72, 153, 0.10) 0%, transparent 50%);
}
.blog-card-image [data-lucide], .blog-card-image svg {
  width: 40px; height: 40px; color: rgba(255,255,255,0.25); stroke-width: 1.25; position: relative; z-index: 1;
}
.blog-card-content { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.blog-tag {
  display: inline-flex; align-items: center; gap: 0.25rem;
  padding: 0.25rem 0.75rem;
  background: rgba(139, 92, 246, 0.10); border: 1px solid rgba(139, 92, 246, 0.15);
  color: var(--primary-light); border-radius: var(--radius-full);
  font-size: 0.6875rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.06em; margin-bottom: 0.75rem; width: fit-content;
}

/* ---- Pricing Cards ---- */
.pricing-card {
  background: var(--surface-2); border: 1px solid var(--border-default);
  border-radius: var(--radius-2xl); padding: 2.5rem; text-align: center;
  transition: all var(--t-base); position: relative; overflow: hidden;
}
.pricing-card.featured { border-color: var(--primary); background: rgba(139, 92, 246, 0.06); }
.pricing-card.featured::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--grad-accent);
}
.pricing-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card-hover); }
.pricing-badge {
  display: inline-flex; align-items: center; gap: 0.25rem;
  padding: 0.25rem 0.875rem; background: var(--grad-accent); color: white;
  border-radius: var(--radius-full); font-size: 0.6875rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  box-shadow: 0 2px 12px rgba(139, 92, 246, 0.3);
}
.pricing-amount { font-size: 3.5rem; font-weight: 800; color: white; line-height: 1; font-variant-numeric: tabular-nums; }
.pricing-currency { font-size: 1.5rem; vertical-align: super; }
.pricing-period { font-size: 1rem; color: var(--text-muted); font-weight: 400; }

/* ---- Buttons ---- */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.875rem 2rem; background: var(--grad-accent); color: white;
  font-weight: 600; font-size: 0.9375rem; border: none; border-radius: var(--radius-md);
  cursor: pointer; text-decoration: none; transition: all var(--t-base);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.30), inset 0 1px 0 rgba(255,255,255,0.10);
  position: relative; overflow: hidden;
}
.btn-primary::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.12) 0%, transparent 50%);
  pointer-events: none;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(139, 92, 246, 0.40), inset 0 1px 0 rgba(255,255,255,0.10); }
.btn-primary:active { transform: translateY(0); }
.btn-primary [data-lucide], .btn-primary svg { width: 18px; height: 18px; stroke-width: 2; }

.btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.875rem 2rem; background: rgba(255,255,255,0.05); color: white;
  font-weight: 600; font-size: 0.9375rem;
  border: 1px solid rgba(255,255,255,0.15); border-radius: var(--radius-md);
  cursor: pointer; text-decoration: none; transition: all var(--t-base);
  backdrop-filter: blur(var(--blur-sm));
}
.btn-secondary:hover {
  background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.30);
  transform: translateY(-2px); box-shadow: var(--shadow-md);
}
.btn-secondary [data-lucide], .btn-secondary svg { width: 18px; height: 18px; stroke-width: 2; }

.btn-whatsapp {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.875rem 2rem; background: #25D366; color: white;
  font-weight: 600; font-size: 0.9375rem; border: none; border-radius: var(--radius-md);
  cursor: pointer; text-decoration: none; transition: all var(--t-base);
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.30);
}
.btn-whatsapp:hover { background: #22c55e; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(37, 211, 102, 0.40); }

.btn-outline {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.75rem 1.5rem; background: transparent; color: var(--primary-light);
  font-weight: 600; font-size: 0.875rem;
  border: 1px solid rgba(139, 92, 246, 0.25); border-radius: var(--radius-md);
  cursor: pointer; text-decoration: none; transition: all var(--t-fast);
}
.btn-outline:hover { background: rgba(139, 92, 246, 0.10); border-color: rgba(139, 92, 246, 0.50); color: white; }

/* ---- Logo Bar ---- */
.logo-bar {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 2.5rem; padding: 2rem 0;
}
.logo-bar-item {
  display: flex; align-items: center; gap: 0.5rem;
  opacity: 0.35; transition: opacity var(--t-base); cursor: default;
}
.logo-bar-item:hover { opacity: 0.65; }
.logo-bar-item svg { height: 20px; width: auto; fill: currentColor; color: white; }
.logo-bar-item span {
  font-size: 1rem; font-weight: 700; color: white; letter-spacing: 0.05em;
}

/* ---- CTA Section ---- */
.cta-section {
  background: var(--grad-hero); position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(139, 92, 246, 0.15) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 50%, rgba(236, 72, 153, 0.10) 0%, transparent 60%);
}
.cta-section::after {
  content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 24px 24px; pointer-events: none;
}

/* ---- Form ---- */
.form-group { margin-bottom: 1.5rem; }
.form-label { display: block; margin-bottom: 0.5rem; color: var(--text-secondary); font-weight: 500; font-size: 0.875rem; }
.form-input, .form-textarea, .form-select {
  width: 100%; padding: 0.8125rem 1rem;
  background: var(--surface-2); border: 1px solid var(--border-default);
  border-radius: var(--radius-md); color: white; font-family: inherit; font-size: 0.9375rem;
  transition: all var(--t-fast);
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  outline: none; border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.15), var(--shadow-glow);
  background: var(--surface-3);
}
.form-input::placeholder, .form-textarea::placeholder { color: var(--text-faint); }
.form-textarea { min-height: 140px; resize: vertical; }
.form-select option { background: var(--dark-bg); color: white; }

/* ---- Footer ---- */
.footer {
  background: var(--darker-bg); border-top: 1px solid var(--border-subtle);
  padding: 4rem 0 1.5rem; position: relative;
}
.footer-link {
  color: var(--text-muted); text-decoration: none; font-size: 0.875rem;
  transition: color var(--t-fast); display: block; padding: 0.25rem 0;
}
.footer-link:hover { color: var(--primary-light); }
.footer-bottom {
  border-top: 1px solid var(--border-subtle);
  padding-top: 1.5rem; margin-top: 2.5rem; text-align: center;
}
.footer-social-link {
  width: 40px; height: 40px; border-radius: var(--radius-md);
  background: var(--surface-2); border: 1px solid var(--border-default);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted); transition: all var(--t-fast); text-decoration: none;
}
.footer-social-link:hover { color: var(--primary-light); border-color: var(--border-accent); background: rgba(139, 92, 246, 0.08); }
.footer-contact-item {
  display: flex; align-items: center; gap: 0.625rem;
  font-size: 0.875rem; color: var(--text-muted); padding: 0.375rem 0;
}
.footer-contact-item [data-lucide], .footer-contact-item svg {
  width: 16px; height: 16px; color: var(--primary-light); stroke-width: 1.75; flex-shrink: 0;
}
.footer-contact-item a { color: var(--text-muted); text-decoration: none; transition: color var(--t-fast); }
.footer-contact-item a:hover { color: var(--primary-light); }

/* ---- WhatsApp Float ---- */
.whatsapp-float {
  position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 900;
  width: 56px; height: 56px; background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.35);
  transition: all var(--t-base); text-decoration: none; color: white;
}
.whatsapp-float:hover { transform: scale(1.08); box-shadow: 0 6px 30px rgba(37, 211, 102, 0.50); }
.whatsapp-float [data-lucide], .whatsapp-float svg { width: 26px; height: 26px; }
.whatsapp-float::before {
  content: ''; position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.40);
  animation: wa-pulse 2s ease-out infinite;
}
@keyframes wa-pulse { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(1.4); opacity: 0; } }

/* ---- FAQ ---- */
.faq-item {
  background: var(--surface-2); border: 1px solid var(--border-default);
  border-radius: var(--radius-lg); padding: 1.25rem 1.5rem;
  transition: all var(--t-base); cursor: pointer;
}
.faq-item:hover { border-color: var(--border-accent); }
.faq-item[open] { background: var(--surface-3); border-color: var(--border-accent); box-shadow: var(--shadow-glow); }
.faq-item summary {
  list-style: none; display: flex; justify-content: space-between; align-items: center;
  font-weight: 600; font-size: 1.0625rem; color: white;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { display: none; content: ''; }
.faq-toggle {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(139, 92, 246, 0.10); border: 1px solid rgba(139, 92, 246, 0.20);
  display: flex; align-items: center; justify-content: center;
  color: var(--primary-light); flex-shrink: 0; transition: all var(--t-base);
}
.faq-toggle [data-lucide], .faq-toggle svg { width: 16px; height: 16px; transition: transform var(--t-base); }
.faq-item[open] .faq-toggle { background: var(--primary); border-color: var(--primary); color: white; }
.faq-item[open] .faq-toggle [data-lucide], .faq-item[open] .faq-toggle svg { transform: rotate(45deg); }

/* ---- Process Steps ---- */
.process-step { display: flex; gap: 1.5rem; align-items: flex-start; position: relative; }
.process-step-number {
  flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%;
  background: rgba(139, 92, 246, 0.10); border: 2px solid rgba(139, 92, 246, 0.30);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 1.125rem; color: var(--primary-light);
}
.process-connector {
  position: absolute; left: 23px; top: 56px; bottom: -24px; width: 2px;
  background: linear-gradient(180deg, rgba(139, 92, 246, 0.3) 0%, rgba(139, 92, 246, 0.05) 100%);
}

/* ---- Animations ---- */
.fade-in {
  opacity: 0; transform: translateY(24px);
  transition: opacity 0.5s var(--ease-out-expo), transform 0.5s var(--ease-out-expo);
}
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in-left {
  opacity: 0; transform: translateX(-24px);
  transition: opacity 0.5s var(--ease-out-expo), transform 0.5s var(--ease-out-expo);
}
.fade-in-left.visible { opacity: 1; transform: translateX(0); }
.fade-in-right {
  opacity: 0; transform: translateX(24px);
  transition: opacity 0.5s var(--ease-out-expo), transform 0.5s var(--ease-out-expo);
}
.fade-in-right.visible { opacity: 1; transform: translateX(0); }

/* ---- Responsive ---- */
@media (max-width: 768px) {
  .mobile-menu-btn { display: flex; }
  .desktop-nav { display: none; }
  .section { padding: 4rem 0; }
  .section-header, .section-title { margin-bottom: 2.5rem; }
  .hero { min-height: 100svh; }
  h1 { font-size: clamp(2rem, 8vw, 3rem); }
}
@media (max-width: 640px) {
  .container { padding: 0 1rem; }
  .service-card { padding: 1.75rem; }
  .pricing-card { padding: 1.75rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important; animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
}
@media print {
  .navbar, .whatsapp-float, .mobile-menu, .mobile-menu-overlay { display: none !important; }
  body { background: white; color: black; }
  .glass-card, .service-card, .team-card, .blog-card, .pricing-card { border: 1px solid #ccc; background: white; }
}
