/* 
 * Premium Google Material Design 3 (MD3) Design System
 * Inspired by Google Cloud, Workspace, and Material Design 3 Guidelines
 */

:root {
  /* Colors */
  --md-sys-color-primary: #1a73e8;
  --md-sys-color-on-primary: #ffffff;
  --md-sys-color-primary-container: #d3e3fd;
  --md-sys-color-on-primary-container: #041e49;
  --md-sys-color-secondary: #00639b;
  --md-sys-color-on-secondary: #ffffff;
  --md-sys-color-surface: #f8f9fa;
  --md-sys-color-on-surface: #1f1f1f;
  --md-sys-color-surface-container-low: #f0f4f9;
  --md-sys-color-surface-container: #eff4f9;
  --md-sys-color-outline-variant: #c4c7c5;
  
  /* Gradients */
  --md-premium-gradient: linear-gradient(90deg, #1a73e8 0%, #4285f4 100%);
  
  /* Glassmorphism */
  --md-glass-bg: rgba(255, 255, 255, 0.7);
  --md-glass-blur: blur(12px);
  
  /* Elevation (MD3) */
  --md-sys-elevation-level1: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
  --md-sys-elevation-level2: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);
  --md-sys-elevation-level3: 0 4px 8px 3px rgba(60,64,67,.15), 0 1px 3px 0 rgba(60,64,67,.3);
  
  /* Shapes */
  --md-sys-shape-corner-small: 8px;
  --md-sys-shape-corner-medium: 16px;
  --md-sys-shape-corner-large: 28px;
  --md-sys-shape-corner-extra-large: 32px;
}

/* Base Styling */
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;700&family=Roboto:wght@300;400;500;700&display=swap');

body {
  font-family: 'Roboto', sans-serif !important;
  background-color: var(--md-sys-color-surface) !important;
  color: var(--md-sys-color-on-surface) !important;
  line-height: 1.6 !important;
  margin: 0;
  overflow-x: hidden;
}

h1, h2, h3, .logo-text {
  font-family: 'Google Sans', 'Roboto', sans-serif !important;
  letter-spacing: -0.02em !important;
}

/* Premium Header (Glassmorphism) */
header, #header, .elementor-location-header, .site-header {
  background: var(--md-glass-bg) !important;
  backdrop-filter: var(--md-glass-blur) !important;
  -webkit-backdrop-filter: var(--md-glass-blur) !important;
  border-bottom: 1px solid rgba(218, 220, 224, 0.5) !important;
  padding: 16px 40px !important;
  position: fixed !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 2000 !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  box-sizing: border-box !important;
}

/* Hero Section (Impactful) */
.hero-section {
  padding: 160px 24px 100px !important;
  background: radial-gradient(circle at 10% 20%, rgba(26, 115, 232, 0.05) 0%, rgba(255, 255, 255, 0) 100%) !important;
  text-align: center !important;
}

.hero-section h1 {
  font-size: 4rem !important;
  font-weight: 700 !important;
  background: var(--md-premium-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px !important;
  line-height: 1.1 !important;
}

.hero-section p {
  font-size: 1.5rem !important;
  color: #5f6368 !important;
  max-width: 800px !important;
  margin: 0 auto 40px !important;
  font-weight: 300 !important;
}

/* High-End Cards */
.service-card, .wp-block-group, article.page {
  background: #ffffff !important;
  border-radius: var(--md-sys-shape-corner-medium) !important;
  padding: 40px !important;
  margin-bottom: 32px !important;
  border: 1px solid var(--md-sys-color-outline-variant) !important;
  box-shadow: var(--md-sys-elevation-level1) !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: var(--md-sys-elevation-level3) !important;
  border-color: var(--md-sys-color-primary) !important;
}

/* Premium Buttons */
.button, button, .elementor-button {
  background: var(--md-premium-gradient) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: var(--md-sys-shape-corner-large) !important;
  padding: 14px 32px !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.2) !important;
  text-decoration: none !important;
  display: inline-block !important;
}

.button:hover {
  box-shadow: 0 6px 20px rgba(26, 115, 232, 0.3) !important;
  transform: scale(1.02) !important;
  filter: brightness(1.1) !important;
}

/* Layout Utilities */
.main-content {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 80px 24px !important;
}

.services-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
  gap: 32px !important;
}

/* Footer (Polished) */
footer, .site-footer {
  background-color: var(--md-sys-color-surface-container-low) !important;
  border-top: 1px solid var(--md-sys-color-outline-variant) !important;
  padding: 80px 40px !important;
  text-align: center !important;
}

footer a {
  color: var(--md-sys-color-secondary) !important;
  text-decoration: none !important;
  margin: 0 16px !important;
  font-weight: 500 !important;
  transition: color 0.2s ease !important;
}

footer a:hover {
  color: var(--md-sys-color-primary) !important;
  text-decoration: underline !important;
}

/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-section, .service-card {
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) both !important;
}
