/* 
  ARISDEX LUXURY AI AUTOMATION - VISUAL IDENTITY SYSTEM
  Premium, tech-forward design for AI automation specialist positioning
  Designed for modern, minimal luxury aesthetic
*/

:root {
  /* CORE BRAND COLORS */
  --primary-bg: #0D0D0F;
  --secondary-bg: #1A1A1D;
  --tertiary-bg: #25252A;
  
  /* ACCENT COLORS */
  --accent-cobalt: #3A5FFF;
  --accent-cobalt-dark: #2A4FCC;
  --accent-cobalt-light: #5A7FFF;
  --accent-emerald: #00C896;
  --accent-emerald-dark: #009970;
  
  /* SURFACE COLORS */
  --surface-primary: #F5F5F7;
  --surface-secondary: #EBEBF0;
  --surface-tertiary: #E0E0E6;
  
  /* TEXT COLORS */
  --text-primary: #FFFFFF;
  --text-secondary: #E8E8EB;
  --text-tertiary: #C7C7C7;
  --text-muted: #8B8B90;
  --text-disabled: #595961;
  
  /* SEMANTIC COLORS */
  --success: #00C896;
  --warning: #FFB800;
  --error: #FF5555;
  --info: #3A5FFF;
  
  /* NEUTRAL GRAYS */
  --gray-900: #0D0D0F;
  --gray-800: #1A1A1D;
  --gray-700: #25252A;
  --gray-600: #35353D;
  --gray-500: #4F4F57;
  --gray-400: #6B6B74;
  --gray-300: #8B8B90;
  --gray-200: #C7C7C7;
  --gray-100: #E8E8EB;
  --gray-50: #F5F5F7;
  
  /* BORDER COLORS */
  --border-light: rgba(255, 255, 255, 0.08);
  --border-base: rgba(255, 255, 255, 0.12);
  --border-medium: rgba(255, 255, 255, 0.16);
  
  /* SHADOWS */
  --shadow-xs: 0 2px 8px rgba(0, 0, 0, 0.16);
  --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.24);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.32);
  --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.4);
  --shadow-xl: 0 16px 56px rgba(0, 0, 0, 0.48);
  --shadow-2xl: 0 24px 80px rgba(0, 0, 0, 0.56);
  
  /* BLUR & BACKDROP */
  --blur-sm: blur(4px);
  --blur-md: blur(10px);
  --blur-lg: blur(20px);
  
  /* BORDER RADIUS */
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-2xl: 24px;
  --radius-full: 999px;
  
  /* TRANSITIONS */
  --transition-fast: 150ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 400ms cubic-bezier(0.4, 0, 0.2, 1);
  --transition-ease-out: 300ms cubic-bezier(0.23, 1, 0.32, 1);
  
  /* SPACING SCALE (4px base) */
  --space-0: 0;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-32: 128px;
  
  /* TYPOGRAPHY SCALE */
  --font-display: 'Inter Tight', 'Satoshi', sans-serif;
  --font-body: 'Inter', 'Outfit', sans-serif;
  --font-serif: 'DM Serif Display', serif;
  
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;
  --text-7xl: 4.5rem;
  
  /* Z-INDEX SCALE */
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-modal: 1040;
  --z-tooltip: 1050;
  
  /* CONTAINER WIDTHS */
  --container-max: 1360px;
  --container-lg: 1240px;
  --container-md: 980px;
  --container-sm: 640px;
}

/* TYPOGRAPHY SYSTEM */

/* Display Styles - Headlines & Featured Text */
.typo-display-xl {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 6.5vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-transform: uppercase;
}

.typo-display-lg {
  font-family: var(--font-display);
  font-size: clamp(1.875rem, 5vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  text-transform: uppercase;
}

.typo-display-md {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.typo-display-sm {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.25;
}

/* Heading Styles */
.typo-h1 {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.typo-h2 {
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.typo-h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.typo-h4 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

.typo-h5 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.typo-h6 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.5;
}

/* Body Text */
.typo-body-lg {
  font-family: var(--font-body);
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.005em;
  line-height: 1.6;
}

.typo-body-base {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.005em;
  line-height: 1.6;
}

.typo-body-sm {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.005em;
  line-height: 1.6;
}

/* Caption & Labels */
.typo-caption-lg {
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-transform: uppercase;
}

.typo-caption {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-transform: uppercase;
}

/* BUTTON SYSTEM */

.btn-base {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: none;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.btn-base::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0.1), transparent 60%);
  opacity: 0;
  transition: opacity var(--transition-base);
}

.btn-base:active::before {
  opacity: 1;
}

/* Primary Button - Cobalt */
.btn-primary {
  background: linear-gradient(135deg, var(--accent-cobalt) 0%, var(--accent-cobalt-dark) 100%);
  color: var(--text-primary);
  padding: var(--space-4) var(--space-6);
  box-shadow: var(--shadow-md);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--accent-cobalt-light) 0%, var(--accent-cobalt) 100%);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
}

.btn-primary:active {
  transform: translateY(0);
  box-shadow: var(--shadow-md);
}

/* Secondary Button - Outline */
.btn-secondary {
  background: transparent;
  color: var(--text-primary);
  border: 1.5px solid var(--border-base);
  padding: var(--space-4) var(--space-6);
}

.btn-secondary:hover {
  background: rgba(58, 95, 255, 0.08);
  border-color: var(--accent-cobalt);
  color: var(--accent-cobalt);
  transform: translateY(-2px);
}

.btn-secondary:active {
  background: rgba(58, 95, 255, 0.12);
  transform: translateY(0);
}

/* Tertiary Button - Ghost */
.btn-tertiary {
  background: transparent;
  color: var(--text-secondary);
  padding: var(--space-3) var(--space-4);
  border: none;
}

.btn-tertiary:hover {
  color: var(--accent-cobalt);
  background: rgba(58, 95, 255, 0.05);
}

/* Button Sizes */
.btn-lg {
  padding: var(--space-5) var(--space-8);
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.btn-sm {
  padding: var(--space-2) var(--space-4);
  font-size: 0.75rem;
  letter-spacing: 0.03em;
}

.btn-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: var(--radius-lg);
}

.btn-icon-lg {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: var(--radius-lg);
}

/* CARD & TILE SYSTEM */

.card-base {
  background: rgba(30, 30, 30, 0.4);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  backdrop-filter: var(--blur-md);
  transition: all var(--transition-base);
  position: relative;
  overflow: hidden;
}

.card-base::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(58, 95, 255, 0.08), transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-base);
}

.card-base:hover {
  border-color: var(--border-medium);
  background: rgba(30, 30, 30, 0.6);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

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

/* Card Variants */
.card-elevated {
  background: linear-gradient(135deg, rgba(58, 95, 255, 0.04) 0%, rgba(0, 200, 150, 0.02) 100%);
  border: 1px solid var(--border-medium);
  box-shadow: var(--shadow-md);
}

.card-elevated:hover {
  box-shadow: var(--shadow-xl);
  border-color: var(--accent-cobalt);
}

.card-minimal {
  background: transparent;
  border: 1px solid var(--border-light);
  padding: var(--space-4);
}

.card-minimal:hover {
  background: rgba(58, 95, 255, 0.04);
  border-color: var(--accent-cobalt);
}

/* Card Padding Variants */
.card-compact {
  padding: var(--space-4);
}

.card-spacious {
  padding: var(--space-8);
}

/* TILE GRID SYSTEM */

.tile-base {
  background: rgba(30, 30, 30, 0.45);
  border: 1px solid rgba(58, 95, 255, 0.12);
  border-radius: var(--radius-2xl);
  padding: var(--space-6);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  backdrop-filter: var(--blur-md);
  transition: all var(--transition-ease-out);
}

.tile-base::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(58, 95, 255, 0.06), transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-base);
}

.tile-base:hover {
  border-color: rgba(58, 95, 255, 0.32);
  background: rgba(30, 30, 30, 0.65);
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.tile-base:hover::before {
  opacity: 1;
}

.tile-featured {
  background: linear-gradient(135deg, rgba(58, 95, 255, 0.08) 0%, rgba(30, 30, 30, 0.5) 100%);
}

.tile-featured:hover {
  border-color: rgba(58, 95, 255, 0.4);
}

/* SPACING & LAYOUT UTILITIES */

.section-padding-default {
  padding: var(--space-20) 0;
}

.section-padding-compact {
  padding: var(--space-12) 0;
}

.section-padding-spacious {
  padding: var(--space-24) 0;
}

.container-wrapper {
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-12);
  position: relative;
  z-index: 2;
}

.vertical-rhythm-tight {
  line-height: 1.25;
}

.vertical-rhythm-normal {
  line-height: 1.5;
}

.vertical-rhythm-loose {
  line-height: 1.75;
}

/* ANIMATION & TRANSITION UTILITIES */

.fade-in {
  animation: fadeIn var(--transition-slow) ease-out both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slide-up {
  animation: slideUp var(--transition-slow) ease-out both;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.slide-down {
  animation: slideDown var(--transition-slow) ease-out both;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scale-up {
  animation: scaleUp var(--transition-slow) ease-out both;
}

@keyframes scaleUp {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* GRADIENT UTILITIES */

.gradient-cobalt {
  background: linear-gradient(135deg, var(--accent-cobalt) 0%, var(--accent-cobalt-dark) 100%);
}

.gradient-emerald {
  background: linear-gradient(135deg, var(--accent-emerald) 0%, var(--accent-emerald-dark) 100%);
}

.gradient-blend {
  background: linear-gradient(135deg, var(--accent-cobalt) 0%, var(--accent-emerald) 100%);
}

/* TEXT UTILITIES */

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

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

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

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

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

/* MARGIN & PADDING UTILITIES */

.mt-xs { margin-top: var(--space-1); }
.mt-sm { margin-top: var(--space-2); }
.mt-md { margin-top: var(--space-4); }
.mt-lg { margin-top: var(--space-6); }
.mt-xl { margin-top: var(--space-8); }
.mt-2xl { margin-top: var(--space-12); }

.mb-xs { margin-bottom: var(--space-1); }
.mb-sm { margin-bottom: var(--space-2); }
.mb-md { margin-bottom: var(--space-4); }
.mb-lg { margin-bottom: var(--space-6); }
.mb-xl { margin-bottom: var(--space-8); }
.mb-2xl { margin-bottom: var(--space-12); }

.pt-xs { padding-top: var(--space-1); }
.pt-sm { padding-top: var(--space-2); }
.pt-md { padding-top: var(--space-4); }
.pt-lg { padding-top: var(--space-6); }
.pt-xl { padding-top: var(--space-8); }

.pb-xs { padding-bottom: var(--space-1); }
.pb-sm { padding-bottom: var(--space-2); }
.pb-md { padding-bottom: var(--space-4); }
.pb-lg { padding-bottom: var(--space-6); }
.pb-xl { padding-bottom: var(--space-8); }

.px-md { padding-left: var(--space-4); padding-right: var(--space-4); }
.px-lg { padding-left: var(--space-6); padding-right: var(--space-6); }
.px-xl { padding-left: var(--space-8); padding-right: var(--space-8); }

.py-md { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.py-lg { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.py-xl { padding-top: var(--space-8); padding-bottom: var(--space-8); }

.gap-xs { gap: var(--space-2); }
.gap-sm { gap: var(--space-3); }
.gap-md { gap: var(--space-4); }
.gap-lg { gap: var(--space-6); }
.gap-xl { gap: var(--space-8); }

/* DISPLAY & VISIBILITY */

.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.flex-start { display: flex; align-items: flex-start; }

.grid { display: grid; }

.hidden { display: none !important; }
.visible { display: block !important; }

.opacity-0 { opacity: 0; }
.opacity-50 { opacity: 0.5; }
.opacity-100 { opacity: 1; }

/* BACKDROP FILTERS */

.blur-sm { backdrop-filter: blur(4px); }
.blur-md { backdrop-filter: blur(10px); }
.blur-lg { backdrop-filter: blur(20px); }

/* BORDER UTILITIES */

.border-light { border: 1px solid var(--border-light); }
.border-base { border: 1px solid var(--border-base); }
.border-medium { border: 1px solid var(--border-medium); }

.border-top-light { border-top: 1px solid var(--border-light); }
.border-bottom-light { border-bottom: 1px solid var(--border-light); }

/* SHADOW UTILITIES */

.shadow-xs { box-shadow: var(--shadow-xs); }
.shadow-sm { box-shadow: var(--shadow-sm); }
.shadow-md { box-shadow: var(--shadow-md); }
.shadow-lg { box-shadow: var(--shadow-lg); }
.shadow-xl { box-shadow: var(--shadow-xl); }
.shadow-2xl { box-shadow: var(--shadow-2xl); }

/* REFINED LUXURY HERO SECTION */

.hero-section {
  position: relative;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--primary-bg);
  border-bottom: 1px solid var(--border-light);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 65% at 85% 40%, rgba(58, 95, 255, 0.07) 0%, transparent 65%),
              radial-gradient(ellipse 40% 50% at 10% 80%, rgba(0, 200, 150, 0.05) 0%, transparent 60%);
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(58, 95, 255, 0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(58, 95, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 90% 90% at 50% 50%, black 20%, transparent 100%);
  pointer-events: none;
}

.hero-header {
  text-align: center;
  margin-bottom: var(--space-12);
  position: relative;
  z-index: 2;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  background: rgba(58, 95, 255, 0.1);
  border: 1px solid var(--border-medium);
  border-radius: var(--radius-full);
  color: var(--accent-cobalt);
}

.hero-accent-label {
  color: var(--accent-cobalt);
  display: inline-block;
}

/* Bento Hero Grid */
.bento-hero-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  position: relative;
  z-index: 2;
}

.bento-hero-tile {
  background: rgba(26, 26, 29, 0.4);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-2xl);
  padding: var(--space-6);
  backdrop-filter: var(--blur-md);
  transition: all var(--transition-ease-out);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 240px;
}

.bento-hero-tile::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(58, 95, 255, 0.08), transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-base);
}

.bento-hero-tile:hover {
  border-color: rgba(58, 95, 255, 0.32);
  background: rgba(26, 26, 29, 0.65);
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.bento-hero-tile:hover::before {
  opacity: 1;
}

/* Tile Animations */
.bento-hero-tile.fade-in {
  animation: fadeIn 0.7s ease-out both;
}

.tile-1 { animation-delay: 0.1s; }
.tile-2 { animation-delay: 0.15s; }
.tile-3 { animation-delay: 0.2s; }
.tile-4 { animation-delay: 0.25s; }
.tile-5 { animation-delay: 0.3s; }
.tile-6 { animation-delay: 0.35s; }

/* Tile 1 - Featured Main Headline */
.bento-hero-tile-featured {
  grid-column: span 4;
  grid-row: span 2;
  background: linear-gradient(135deg, rgba(58, 95, 255, 0.08) 0%, rgba(26, 26, 29, 0.5) 100%);
  padding: var(--space-8);
}

.bento-hero-tile-featured:hover {
  border-color: rgba(58, 95, 255, 0.4);
}

.hero-headline {
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  margin-bottom: var(--space-5);
  line-height: 1.15;
}

.hero-subheading {
  color: var(--text-secondary);
  line-height: 1.7;
}

/* Tile 2 - Credentials */
.hero-credentials-list {
  list-style: none;
  margin: var(--space-4) 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.hero-credentials-list li {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  color: var(--text-secondary);
}

.hero-checkmark {
  color: var(--accent-cobalt);
  font-weight: 700;
  font-size: 1.125rem;
  flex-shrink: 0;
}

/* Tile 3 - AI Specialist */
.hero-tile-title {
  margin-bottom: var(--space-3);
  color: var(--text-primary);
}

/* Tile 4 - Services */
.hero-services-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  margin-top: var(--space-4);
}

.hero-services-list span {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  padding-left: var(--space-3);
  position: relative;
}

.hero-services-list span::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--accent-cobalt);
  font-weight: bold;
}

/* Tile 5 - Experience */
.bento-hero-tile-gradient {
  background: linear-gradient(135deg, rgba(58, 95, 255, 0.06) 0%, rgba(0, 200, 150, 0.04) 100%);
}

.hero-experience-number {
  display: block;
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--accent-cobalt);
  line-height: 1;
  margin-bottom: var(--space-2);
}

/* Tile 6 - CTA */
.bento-hero-tile-cta {
  grid-column: span 2;
}

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

.hero-cta-container .btn-base {
  width: 100%;
  padding: var(--space-5) var(--space-6);
}

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

/* Responsive Hero Section */
@media (max-width: 1200px) {
  .bento-hero-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  
  .bento-hero-tile-featured {
    grid-column: span 4;
  }
  
  .bento-hero-tile {
    padding: var(--space-5);
    min-height: 200px;
  }
  
  .hero-headline {
    font-size: clamp(2rem, 3.5vw, 2.75rem);
  }
  
  .hero-experience-number {
    font-size: 2.75rem;
  }
}

@media (max-width: 768px) {
  .hero-section {
    min-height: auto;
    padding: var(--space-12) 0;
  }
  
  .bento-hero-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .bento-hero-tile-featured {
    grid-column: span 2;
    grid-row: span 1;
  }
  
  .bento-hero-tile {
    padding: var(--space-4);
    min-height: 160px;
  }
  
  .hero-headline {
    font-size: clamp(1.5rem, 3vw, 2rem);
  }
  
  .hero-subheading {
    font-size: 0.9375rem;
  }
  
  .hero-experience-number {
    font-size: 2.25rem;
  }
  
  .hero-label {
    font-size: 0.75rem;
  }
}

@media (max-width: 640px) {
  .hero-section {
    min-height: auto;
    padding: var(--space-8) 0;
  }
  
  .bento-hero-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .bento-hero-tile-featured {
    grid-column: span 1;
  }
  
  .bento-hero-tile {
    padding: var(--space-4);
    min-height: 120px;
  }
  
  .bento-hero-tile-cta {
    grid-column: span 1;
  }
  
  .hero-headline {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  }
  
  .hero-subheading {
    font-size: 0.875rem;
  }
  
  .hero-credentials-list {
    gap: var(--space-2);
  }
  
  .hero-credentials-list li {
    font-size: 0.8125rem;
  }
  
  .hero-services-list {
    gap: var(--space-1);
  }
  
  .hero-services-list span {
    font-size: 0.8125rem;
  }
  
  .hero-experience-number {
    font-size: 2rem;
  }
  
  .hero-cta-container .btn-base {
    padding: var(--space-4) var(--space-5);
    font-size: 0.8125rem;
  }
}

/* LUXURY SERVICE CARD GRID SECTION */

.service-cards-section {
  padding: var(--space-24) 0;
  background: var(--primary-bg);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  position: relative;
  overflow: hidden;
}

.service-cards-header {
  margin-bottom: var(--space-20);
  text-align: center;
}

.service-cards-header .section-label {
  justify-content: center;
}

.service-cards-header .section-title {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  margin-bottom: var(--space-8);
}

.service-cards-intro {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--text-tertiary);
  max-width: 720px;
  margin: 0 auto;
}

/* Service Cards Grid - Bento Layout */
.service-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: var(--space-12);
}

.service-card-premium {
  background: rgba(26, 26, 29, 0.5);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  backdrop-filter: var(--blur-md);
  transition: all var(--transition-ease-out);
  display: flex;
  flex-direction: column;
  height: 100%;
  animation: cardSlideUp 0.7s ease-out both;
}

.service-card-premium::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(58, 95, 255, 0.08), transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition-base);
}

.service-card-premium:hover {
  border-color: rgba(58, 95, 255, 0.32);
  background: rgba(26, 26, 29, 0.7);
  transform: translateY(-8px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
}

.service-card-premium:hover::before {
  opacity: 1;
}

/* Stagger animations for cards */
.service-card-premium:nth-child(1) { animation-delay: 0.1s; }
.service-card-premium:nth-child(2) { animation-delay: 0.15s; }
.service-card-premium:nth-child(3) { animation-delay: 0.2s; }
.service-card-premium:nth-child(4) { animation-delay: 0.25s; }
.service-card-premium:nth-child(5) { animation-delay: 0.3s; }
.service-card-premium:nth-child(6) { animation-delay: 0.35s; }
.service-card-premium:nth-child(7) { animation-delay: 0.4s; }
.service-card-premium:nth-child(8) { animation-delay: 0.45s; }

.service-card-header {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  margin-bottom: var(--space-5);
}

.service-card-icon {
  font-size: 36px;
  line-height: 1;
  flex-shrink: 0;
}

.service-card-accent {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--accent-cobalt);
  text-transform: uppercase;
  line-height: 1.3;
  padding-top: 2px;
}

.service-card-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.service-card-desc {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0.005em;
  line-height: 1.6;
  color: var(--text-tertiary);
  margin: 0;
  flex-grow: 1;
}

/* Card reveal animation */
@keyframes cardSlideUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Service Cards Grid */
@media (max-width: 1200px) {
  .service-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  
  .service-card-premium {
    padding: 28px;
  }
  
  .service-card-title {
    font-size: 1.125rem;
  }
}

@media (max-width: 768px) {
  .service-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .service-cards-section {
    padding: var(--space-16) 0;
  }
  
  .service-cards-header {
    margin-bottom: var(--space-12);
  }
  
  .service-cards-header .section-title {
    font-size: clamp(1.875rem, 4vw, 2.25rem);
  }
  
  .service-cards-intro {
    font-size: 1rem;
  }
  
  .service-card-premium {
    padding: 24px;
  }
  
  .service-card-title {
    font-size: 1.125rem;
  }
  
  .service-card-desc {
    font-size: 0.875rem;
  }
}

@media (max-width: 640px) {
  .service-cards-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .service-cards-section {
    padding: var(--space-12) 0;
  }
  
  .service-cards-header {
    margin-bottom: var(--space-8);
  }
  
  .service-cards-header .section-title {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
  }
  
  .service-cards-intro {
    font-size: 0.9375rem;
  }
  
  .service-card-premium {
    padding: 20px;
    min-height: auto;
  }
  
  .service-card-title {
    font-size: 1rem;
  }
  
  .service-card-desc {
    font-size: 0.8125rem;
  }
  
  .service-card-icon {
    font-size: 28px;
  }
}
