/*
=================================================================
                  Aqua - DISCORD MUSIC BOT
                    Professional Landing Page
=================================================================
*/

/* Font Import */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap');

:root {
  --card: #ffffff;
  --ring: #d4d4d8;
  --input: #d4d4d8;
  --muted: #f4f4f5;
  --accent: #f4f4f5;
  --border: #e4e4e7;
  --radius: 0.625rem;
  --chart-1: #ea580c;
  --chart-2: #0d9488;
  --chart-3: #164e63;
  --chart-4: #fbbf24;
  --chart-5: #f59e0b;
  --popover: #ffffff;
  --primary: #18181b;
  --sidebar: #fafafa;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --secondary: #f4f4f5;
  --background: #ffffff;
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --foreground: #0a0a0a;
  --destructive: #ef4444;
  --sidebar-ring: #d4d4d8;
  --sidebar-accent: #f4f4f5;
  --sidebar-border: #e4e4e7;
  --card-foreground: #0a0a0a;
  --sidebar-primary: #18181b;
  --muted-foreground: #71717a;
  --accent-foreground: #18181b;
  --popover-foreground: #0a0a0a;
  --primary-foreground: #fafafa;
  --sidebar-foreground: #0a0a0a;
  --secondary-foreground: #18181b;
  --destructive-foreground: #ef4444;
  --sidebar-accent-foreground: #18181b;
  --sidebar-primary-foreground: #fafafa;

  /* Spacing and sizing */
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 16px;
  --spacing-lg: 32px;
  --spacing-xl: 64px;
  --spacing-xxl: 128px;
  --container-width: 1200px;
  --header-height: 70px;

  /* Borders & Radii */
  --border-radius-sm: 6px;
  --border-radius-md: 12px;
  --border-radius-lg: 18px;
  --border-radius-xl: 24px;
  --border-width: 1px;

  /* Shadows */
  --shadow-xs: 0 1px 2px rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);

  /* Transitions */
  --transition-fast: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-medium: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);

  /* Z-Index Scale */
  --z-dropdown: 1000;
  --z-sticky: 1020;
  --z-fixed: 1030;
  --z-tooltip: 1070;
}

.dark-theme {
  --card: #0a0a0a;
  --ring: #52525b;
  --input: #27272a;
  --muted: #18181b;
  --accent: #18181b;
  --border: #27272a;
  --radius: 0.625rem;
  --chart-1: #1d4ed8;
  --chart-2: #10b981;
  --chart-3: #f59e0b;
  --chart-4: #8b5cf6;
  --chart-5: #f43f5e;
  --popover: #0a0a0a;
  --primary: #fafafa;
  --sidebar: #171717;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --secondary: #27272a;
  --background: #0a0a0a;
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --foreground: #fafafa;
  --destructive: #7f1d1d;
  --sidebar-ring: #52525b;
  --sidebar-accent: #262626;
  --sidebar-border: #27272a;
  --card-foreground: #fafafa;
  --sidebar-primary: #1d4ed8;
  --muted-foreground: #a1a1aa;
  --accent-foreground: #fafafa;
  --popover-foreground: #fafafa;
  --primary-foreground: #18181b;
  --sidebar-foreground: #fafafa;
  --secondary-foreground: #fafafa;
  --destructive-foreground: #ef4444;
  --sidebar-accent-foreground: #fafafa;
  --sidebar-primary-foreground: #fafafa;
}

/* Light Theme */
.light-theme {
  --card: #ffffff;
  --ring: #d4d4d8;
  --input: #d4d4d8;
  --muted: #f4f4f5;
  --accent: #f4f4f5;
  --border: #e4e4e7;
  --radius: 0.625rem;
  --chart-1: #ea580c;
  --chart-2: #0d9488;
  --chart-3: #164e63;
  --chart-4: #fbbf24;
  --chart-5: #f59e0b;
  --popover: #ffffff;
  --primary: #18181b;
  --sidebar: #fafafa;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --secondary: #f4f4f5;
  --background: #ffffff;
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --foreground: #0a0a0a;
  --destructive: #ef4444;
  --sidebar-ring: #d4d4d8;
  --sidebar-accent: #f4f4f5;
  --sidebar-border: #e4e4e7;
  --card-foreground: #0a0a0a;
  --sidebar-primary: #18181b;
  --muted-foreground: #71717a;
  --accent-foreground: #18181b;
  --popover-foreground: #0a0a0a;
  --primary-foreground: #fafafa;
  --sidebar-foreground: #0a0a0a;
  --secondary-foreground: #18181b;
  --destructive-foreground: #ef4444;
  --sidebar-accent-foreground: #18181b;
  --sidebar-primary-foreground: #fafafa;
}

/* Auto Theme (respects system preference) */
@media (prefers-color-scheme: light) {
  .auto-theme {
    --card: #ffffff;
    --ring: #d4d4d8;
    --input: #d4d4d8;
    --muted: #f4f4f5;
    --accent: #f4f4f5;
    --border: #e4e4e7;
    --radius: 0.625rem;
    --chart-1: #ea580c;
    --chart-2: #0d9488;
    --chart-3: #164e63;
    --chart-4: #fbbf24;
    --chart-5: #f59e0b;
    --popover: #ffffff;
    --primary: #18181b;
    --sidebar: #fafafa;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --secondary: #f4f4f5;
    --background: #ffffff;
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --foreground: #0a0a0a;
    --destructive: #ef4444;
    --sidebar-ring: #d4d4d8;
    --sidebar-accent: #f4f4f5;
    --sidebar-border: #e4e4e7;
    --card-foreground: #0a0a0a;
    --sidebar-primary: #18181b;
    --muted-foreground: #71717a;
    --accent-foreground: #18181b;
    --popover-foreground: #0a0a0a;
    --primary-foreground: #fafafa;
    --sidebar-foreground: #0a0a0a;
    --secondary-foreground: #18181b;
    --destructive-foreground: #ef4444;
    --sidebar-accent-foreground: #18181b;
    --sidebar-primary-foreground: #fafafa;
  }
}

@media (prefers-color-scheme: dark) {
  .auto-theme {
    --card: #0a0a0a;
    --ring: #52525b;
    --input: #27272a;
    --muted: #18181b;
    --accent: #18181b;
    --border: #27272a;
    --radius: 0.625rem;
    --chart-1: #1d4ed8;
    --chart-2: #10b981;
    --chart-3: #f59e0b;
    --chart-4: #8b5cf6;
    --chart-5: #f43f5e;
    --popover: #0a0a0a;
    --primary: #fafafa;
    --sidebar: #171717;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --secondary: #27272a;
    --background: #0a0a0a;
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --foreground: #fafafa;
    --destructive: #7f1d1d;
    --sidebar-ring: #52525b;
    --sidebar-accent: #262626;
    --sidebar-border: #27272a;
    --card-foreground: #fafafa;
    --sidebar-primary: #1d4ed8;
    --muted-foreground: #a1a1aa;
    --accent-foreground: #fafafa;
    --popover-foreground: #fafafa;
    --primary-foreground: #18181b;
    --sidebar-foreground: #fafafa;
    --secondary-foreground: #fafafa;
    --destructive-foreground: #ef4444;
    --sidebar-accent-foreground: #fafafa;
    --sidebar-primary-foreground: #fafafa;
  }
}

/* Pink Theme */
.pink-theme {
  --card: #fdf2f8;
  --ring: #f472b6;
  --input: #fbcfe8;
  --muted: #fce7f3;
  --accent: #fce7f3;
  --border: #fbcfe8;
  --radius: 0.625rem;
  --chart-1: #ec4899;
  --chart-2: #f472b6;
  --chart-3: #f9a8d4;
  --chart-4: #fbcfe8;
  --chart-5: #fce7f3;
  --popover: #fdf2f8;
  --primary: #831843;
  --sidebar: #fae8f9;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --secondary: #fce7f3;
  --background: #fdf2f8;
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --foreground: #500724;
  --destructive: #be123c;
  --sidebar-ring: #f472b6;
  --sidebar-accent: #fbcfe8;
  --sidebar-border: #fbcfe8;
  --card-foreground: #500724;
  --sidebar-primary: #ec4899;
  --muted-foreground: #9d174d;
  --accent-foreground: #831843;
  --popover-foreground: #500724;
  --primary-foreground: #fdf2f8;
  --sidebar-foreground: #500724;
  --secondary-foreground: #831843;
  --destructive-foreground: #fce7f3;
  --sidebar-accent-foreground: #831843;
  --sidebar-primary-foreground: #fdf2f8;
}

/* Classic Theme */
.classic-theme {
  --card: #f5f5f5;
  --ring: #999999;
  --input: #e0e0e0;
  --muted: #eeeeee;
  --accent: #e8e8e8;
  --border: #d0d0d0;
  --radius: 0.625rem;
  --chart-1: #2b579a;
  --chart-2: #70ad47;
  --chart-3: #4472c4;
  --chart-4: #ffc000;
  --chart-5: #5b9bd5;
  --popover: #f5f5f5;
  --primary: #203864;
  --sidebar: #f0f0f0;
  --font-mono: 'Courier New', Courier, monospace;
  --font-sans: 'Segoe UI', Tahoma, sans-serif;
  --secondary: #e8e8e8;
  --background: #f5f5f5;
  --font-serif: 'Times New Roman', serif;
  --foreground: #333333;
  --destructive: #c5504f;
  --sidebar-ring: #999999;
  --sidebar-accent: #e0e0e0;
  --sidebar-border: #d0d0d0;
  --card-foreground: #333333;
  --sidebar-primary: #2b579a;
  --muted-foreground: #666666;
  --accent-foreground: #203864;
  --popover-foreground: #333333;
  --primary-foreground: #f5f5f5;
  --sidebar-foreground: #333333;
  --secondary-foreground: #203864;
  --destructive-foreground: #f5f5f5;
  --sidebar-accent-foreground: #203864;
  --sidebar-primary-foreground: #f5f5f5;
}

/* Ocean Theme */
.ocean-theme {
  --card: #e0f2fe;
  --ring: #0369a1;
  --input: #bae6fd;
  --muted: #cffafe;
  --accent: #e0f2fe;
  --border: #bae6fd;
  --radius: 0.625rem;
  --chart-1: #0284c7;
  --chart-2: #0891b2;
  --chart-3: #06b6d4;
  --chart-4: #14b8a6;
  --chart-5: #06d6a0;
  --popover: #e0f2fe;
  --primary: #164e63;
  --sidebar: #f0f9ff;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --secondary: #cffafe;
  --background: #e0f2fe;
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --foreground: #0c4a6e;
  --destructive: #0e7490;
  --sidebar-ring: #0369a1;
  --sidebar-accent: #bae6fd;
  --sidebar-border: #bae6fd;
  --card-foreground: #0c4a6e;
  --sidebar-primary: #0284c7;
  --muted-foreground: #0369a1;
  --accent-foreground: #164e63;
  --popover-foreground: #0c4a6e;
  --primary-foreground: #e0f2fe;
  --sidebar-foreground: #0c4a6e;
  --secondary-foreground: #164e63;
  --destructive-foreground: #e0f2fe;
  --sidebar-accent-foreground: #164e63;
  --sidebar-primary-foreground: #e0f2fe;
}

/* Sunset Theme */
.sunset-theme {
  --card: #fef3c7;
  --ring: #d97706;
  --input: #fde68a;
  --muted: #fef08a;
  --accent: #fef3c7;
  --border: #fcd34d;
  --radius: 0.625rem;
  --chart-1: #d97706;
  --chart-2: #f59e0b;
  --chart-3: #fbbf24;
  --chart-4: #fcd34d;
  --chart-5: #fed7aa;
  --popover: #fef3c7;
  --primary: #7c2d12;
  --sidebar: #fef9e7;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --secondary: #fef08a;
  --background: #fef3c7;
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --foreground: #451a03;
  --destructive: #b45309;
  --sidebar-ring: #d97706;
  --sidebar-accent: #fde68a;
  --sidebar-border: #fcd34d;
  --card-foreground: #451a03;
  --sidebar-primary: #d97706;
  --muted-foreground: #a16207;
  --accent-foreground: #7c2d12;
  --popover-foreground: #451a03;
  --primary-foreground: #fef3c7;
  --sidebar-foreground: #451a03;
  --secondary-foreground: #7c2d12;
  --destructive-foreground: #fef3c7;
  --sidebar-accent-foreground: #7c2d12;
  --sidebar-primary-foreground: #fef3c7;
}

/* @theme inline {
  --color-card: var(--card);
  --color-ring: var(--ring);
  --color-input: var(--input);
  --color-muted: var(--muted);
  --color-accent: var(--accent);
  --color-border: var(--border);
  --color-radius: var(--radius);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
  --color-popover: var(--popover);
  --color-primary: var(--primary);
  --color-sidebar: var(--sidebar);
  --color-font-mono: var(--font-mono);
  --color-font-sans: var(--font-sans);
  --color-secondary: var(--secondary);
  --color-background: var(--background);
  --color-font-serif: var(--font-serif);
  --color-foreground: var(--foreground);
  --color-destructive: var(--destructive);
  --color-sidebar-ring: var(--sidebar-ring);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-border: var(--sidebar-border);
  --color-card-foreground: var(--card-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent-foreground: var(--accent-foreground);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary-foreground: var(--primary-foreground);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-destructive-foreground: var(--destructive-foreground);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
} */

/* Global Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--foreground);
  background-color: var(--background);
  transition: var(--transition-medium);
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: var(--spacing-md);
  color: var(--foreground);
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1.125rem; }

p {
  margin-bottom: var(--spacing-md);
  color: var(--muted-foreground);
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: var(--transition-fast);
}

a:hover {
  color: var(--chart-1);
}

/* Layout */
.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
  width: 100%;
}

.section {
  padding: var(--spacing-xl) 0;
}

/* ========== HEADER & NAVIGATION ========== */
.main-header {
    position: sticky;
    top: 0;
    height: var(--header-height);
    background-color: rgba(var(--card), 0.95);
    backdrop-filter: blur(12px);
    border-bottom: var(--border-width) solid var(--border);
    z-index: var(--z-sticky);
    transition: var(--transition-medium);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.main-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #FF6B6B, #4ECDC4, #FFE66D, #A8E6CF, #FF8B94);
    z-index: 1000;
    animation: rainbow-move 3s linear infinite;
}

@keyframes rainbow-move {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
}

.navbar-brand a {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--foreground);
  text-decoration: none;
}

.logo-icon {
  transition: var(--transition-medium);
  vertical-align: middle;
  height: 40px;
  width: auto;
  border-radius: 50%;
}

.brand-text {
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--primary);
  transition: var(--transition-medium);
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: var(--spacing-lg);
  list-style: none;
}

.navbar-nav a {
  font-weight: 500;
  color: var(--muted-foreground);
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--radius);
  transition: var(--transition-fast);
  position: relative;
}

.navbar-nav a:hover {
  color: var(--primary);
  background-color: var(--muted);
}

.navbar-nav a.btn {
  color: var(--primary-foreground);
  background: linear-gradient(135deg, var(--primary), var(--chart-1));
  border: 2px solid transparent;
  padding: 8px 16px;
}

.navbar-nav a.btn:hover {
  background: linear-gradient(135deg, var(--chart-1), var(--primary));
  border-color: var(--chart-1);
}

/* Theme Controls */
.theme-controls {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}

.theme-selector {
  position: relative;
}

.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background-color: var(--card);
  color: var(--primary);
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition-fast);
  border: var(--border-width) solid var(--border);
}

.theme-toggle:hover {
  background-color: var(--muted);
  border-color: var(--primary);
}

.theme-menu {
  position: absolute;
  top: calc(100% + var(--spacing-sm));
  right: 0;
  background-color: var(--card);
  border: var(--border-width) solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: var(--spacing-sm);
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-medium);
  z-index: var(--z-dropdown);
}

.theme-menu.active {
  opacity: 1;
  visibility: visible;
}

.theme-option {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  width: 100%;
  padding: var(--spacing-sm) var(--spacing-md);
  border: none;
  background: none;
  color: var(--muted-foreground);
  font-size: 0.875rem;
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition-fast);
}

.theme-option:hover {
  background-color: var(--muted);
  color: var(--foreground);
}

.theme-option.active {
  background: linear-gradient(135deg, var(--primary), var(--chart-1));
  color: var(--primary-foreground);
}

.mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--foreground);
  cursor: pointer;
}

.theme-menu:focus-within {
  opacity: 1;
  visibility: visible;
}

.theme-menu .theme-option:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--ring);
}

/* ========== HERO SECTION ========== */
.hero-section {
  /* Minimize top padding to reduce empty space above content */
  padding: var(--spacing-md) 0 var(--spacing-xl);
  background: linear-gradient(135deg, var(--background) 0%, var(--card) 100%);
}

.hero-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Align to start so the hero sits near the top of the viewport and not overly centered */
  align-items: start;
  gap: var(--spacing-xl);
  /* Minimal height to remove excess spacing */
  min-height: auto;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: var(--spacing-lg);
  color: var(--foreground);
}

.hero-accent {
  background: linear-gradient(135deg, var(--chart-1), var(--chart-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: var(--muted-foreground);
  margin-bottom: var(--spacing-lg);
  max-width: 500px;
}

.hero-stats {
  display: flex;
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-xl);
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--spacing-xs);
}

.stat-icon {
  color: var(--chart-1);
  font-size: 24px;
}

.stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--foreground);
}

.stat-label {
  font-size: 0.875rem;
  color: var(--muted-foreground);
}

.hero-buttons {
  display: flex;
  gap: var(--spacing-md);
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Music Player Demo */
.music-player-demo {
  background-color: var(--card);
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: var(--spacing-lg);
  box-shadow: var(--shadow-xl);
  width: 100%;
  max-width: 350px;
}

.player-header {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-lg);
}

.player-logo {
  color: var(--chart-1);
  transition: var(--transition-medium);
  font-size: 32px;
}

.player-title {
  font-weight: 600;
  color: var(--foreground);
}

.track-info {
  display: flex;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-lg);
}

.track-cover {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--chart-1), var(--chart-2));
  border-radius: var(--radius);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.player-logo-img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  border-radius: var(--spacing-xs);
}

.track-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.track-name {
  font-weight: 600;
  color: var(--foreground);
  margin-bottom: var(--spacing-xs);
}

.track-artist {
  font-size: 0.875rem;
  color: var(--muted-foreground);
}

  /* player controls duplicated further above - consolidated */

.progress-bar {
  height: 4px;
  background-color: var(--border);
  border-radius: 2px;
  overflow: hidden;
}

.progress-fill {
  width: 65%;
  height: 100%;
  background: linear-gradient(90deg, var(--chart-1), var(--chart-2));
  border-radius: 2px;
}

/* ========== FEATURES SECTION ========== */
.features-section {
  padding: var(--spacing-xxl) 0;
  background-color: var(--card);
}

.section-title {
  text-align: center;
  margin-bottom: var(--spacing-md);
  color: var(--foreground);
}

.section-subtitle {
  text-align: center;
  color: var(--muted-foreground);
  max-width: 600px;
  margin: 0 auto var(--spacing-xl);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: var(--spacing-xl);
}

.feature-card {
  background-color: var(--background);
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: var(--spacing-xl);
  transition: var(--transition-medium);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(234, 88, 12, 0.1), transparent);
  transition: left 0.6s ease;
}

.feature-card:hover::before {
  left: 100%;
}

.feature-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--chart-1);
}

.feature-icon {
  display: flex;
  justify-content: center;
  margin-bottom: var(--spacing-lg);
  color: var(--chart-1);
  font-size: 48px;
  transition: var(--transition-medium);
}

.feature-title {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-md);
  color: var(--foreground);
}

.feature-description {
  color: var(--muted-foreground);
  line-height: 1.6;
}

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--radius);
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition-fast);
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  box-shadow: var(--shadow-lg);
}

.btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--ring);
}

.btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

/* Removed duplicate .btn-primary at the bottom of the file.
   Buttons are defined once above to keep them consistent across themes. */

/* ========== COMMANDS SECTION ========== */
.commands-section {
  padding: var(--spacing-xxl) 0;
}

.command-category {
  margin-bottom: var(--spacing-xl);
}

.command-category h3 {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  font-size: 1.5rem;
  margin-bottom: var(--spacing-lg);
  color: var(--foreground);
}

.command-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: var(--spacing-md);
}

.command {
  background-color: var(--card);
  border: 2px solid var(--border);
  border-left: 4px solid var(--chart-1);
  border-radius: var(--radius);
  padding: var(--spacing-md);
  font-family: var(--font-mono);
  font-size: 0.9rem;
  transition: var(--transition-fast);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.command::after {
  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;
}

.command:hover::after {
  left: 100%;
}

.command:hover {
  box-shadow: var(--shadow-md);
  border-left-color: var(--chart-2);
  background-color: var(--muted);
}

.command strong {
  color: var(--chart-1);
  font-weight: 600;
}

/* ========== FOOTER ========== */
.main-footer {
  background-color: var(--card);
  border-top: var(--border-width) solid var(--border);
  padding: var(--spacing-xl) 0 var(--spacing-lg);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
}

.footer-section h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: var(--spacing-md);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--foreground);
}

.footer-section p {
  color: var(--muted-foreground);
  margin-bottom: var(--spacing-sm);
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: var(--spacing-sm);
}

.footer-section a {
  color: var(--muted-foreground);
  transition: var(--transition-fast);
}

.footer-section a:hover {
  color: var(--chart-1);
}

.footer-bottom {
  padding-top: var(--spacing-lg);
  border-top: var(--border-width) solid var(--border);
  text-align: center;
  color: var(--muted-foreground);
  font-size: 0.875rem;
}

/* ========== ABOUT SECTION ========== */
.about-section {
  padding: var(--spacing-xxl) 0;
  background-color: var(--muted);
}

.about-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-content p {
  color: var(--muted-foreground);
  line-height: 1.8;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1024px) {
  .hero-section .container {
    grid-template-columns: 1fr;
    gap: var(--spacing-xl);
    text-align: center;
    align-items: center;
    min-height: auto;
  }

  .hero-content {
    order: 2;
  }

  .hero-visual {
    order: 1;
  }

  .features-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .navbar-nav {
    display: none;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .hero-stats {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-buttons .btn {
    width: 100%;
    max-width: 280px;
  }

  /* Theme menu expands on mobile for easy tap targets */
  .theme-menu {
    min-width: calc(100% - (var(--spacing-md) * 2));
    left: var(--spacing-md);
    right: var(--spacing-md);
    top: calc(100% + var(--spacing-sm));
    position: absolute;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .command-list {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 var(--spacing-md);
  }

  .hero-title {
    font-size: 2rem;
  }

  .music-player-demo {
    max-width: 280px;
  }

  h2 {
    font-size: 2rem;
  }

  .feature-card {
    padding: var(--spacing-lg);
  }
}

/* ========== UTILITY CLASSES ========== */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--primary);
  color: white;
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--radius);
  text-decoration: none;
  z-index: var(--z-tooltip);
  pointer-events: none;
  transition: var(--transition-fast);
}

.skip-link:focus {
  top: 6px;
}

.copy-tooltip {
  position: absolute;
  background-color: var(--chart-2);
  color: white;
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--radius);
  font-size: 0.875rem;
  font-weight: 600;
  z-index: var(--z-tooltip);
  pointer-events: none;
  opacity: 0;
  transition: var(--transition-fast);
}

.copy-tooltip.show {
  opacity: 1;
}

/*
=================================================================
SNOWFLAKE STYLING
=================================================================
*/
.snowflake {
    position: fixed;
    top: -10px;
    color: var(--foreground);
    opacity: 0.8;
    pointer-events: none;
    animation: fall linear infinite;
    z-index: 999;
    font-size: 1.5rem;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.7));
}

/* FALLING ANIMATION */
@keyframes fall {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg);
        opacity: 0.8;
    }
    50% {
        opacity: 0.7;
        transform: translateY(50vh) translateX(var(--horizontal-movement, 0px)) rotate(180deg);
    }
    100% {
        transform: translateY(100vh) translateX(var(--horizontal-movement, 50px)) rotate(360deg);
        opacity: 0;
    }
}

/*
=================================================================
CHRISTMAS DECORATIONS & LIGHTS
=================================================================
*/

/* Christmas Light Garland */
.christmas-garland {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    pointer-events: none;
    z-index: 100;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), transparent);
}

.light-string {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 20px;
}

.light {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0 0 12px currentColor, inset 0 0 6px rgba(255, 255, 255, 0.8);
    animation: twinkle 3s infinite;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.light:hover {
    transform: scale(1.5);
}

.light-1 { color: var(--chart-1); animation-delay: 0s; box-shadow: 0 0 15px var(--chart-1), inset 0 0 8px rgba(255, 255, 255, 0.9); }
.light-2 { color: var(--chart-2); animation-delay: 0.3s; box-shadow: 0 0 15px var(--chart-2), inset 0 0 8px rgba(255, 255, 255, 0.9); }
.light-3 { color: var(--chart-4); animation-delay: 0.6s; box-shadow: 0 0 15px var(--chart-4), inset 0 0 8px rgba(255, 255, 255, 0.9); }
.light-4 { color: var(--chart-2); animation-delay: 0.9s; box-shadow: 0 0 15px var(--chart-2), inset 0 0 8px rgba(255, 255, 255, 0.9); }
.light-5 { color: var(--chart-1); animation-delay: 1.2s; box-shadow: 0 0 15px var(--chart-1), inset 0 0 8px rgba(255, 255, 255, 0.9); }

/* Holly and Decorative Elements */
.decoration-corner {
    position: fixed;
    font-size: 3rem;
    opacity: 0.15;
    pointer-events: none;
    z-index: 50;
    animation: gentle-sway 4s ease-in-out infinite;
}

.decoration-corner.top-left {
    top: 10px;
    left: 15px;
}

.decoration-corner.top-right {
    top: 10px;
    right: 15px;
    transform: scaleX(-1);
}

/* Christmas Corner Lights */
.corner-light {
    position: fixed;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 60;
    box-shadow: 0 0 8px currentColor, inset 0 0 4px rgba(255, 255, 255, 0.7);
    animation: twinkle 2s infinite;
    pointer-events: none;
}

.corner-light.top-left {
    top: 15px;
    left: 20px;
}

.corner-light.top-right {
    top: 15px;
    right: 20px;
}

/* Top Edge String Lights */
.top-light-string {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 55;
    pointer-events: none;
}

.top-light {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px currentColor, inset 0 0 5px rgba(255, 255, 255, 0.8);
    animation: pulse 3s infinite;
}

.top-light.left {
    left: 10%;
    top: 10px;
    color: #FF6B6B;
    animation-delay: 0s;
}

.top-light.center {
    left: 50%;
    top: 10px;
    color: #4ECDC4;
    animation-delay: 1s;
}

.top-light.right {
    left: 90%;
    top: 10px;
    color: #FFE66D;
    animation-delay: 2s;
}

@keyframes gentle-sway {
    0%, 100% { transform: rotate(0deg) translateX(0); }
    50% { transform: rotate(2deg) translateX(3px); }
}

@keyframes twinkle {
    0%, 100% { opacity: 0.7; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); box-shadow: 0 0 15px currentColor, inset 0 0 6px rgba(255, 255, 255, 0.9); }
}

@keyframes pulse {
    0%, 100% { opacity: 0.6; transform: scale(0.9); }
    50% { opacity: 1; transform: scale(1.1); box-shadow: 0 0 15px currentColor, inset 0 0 6px rgba(255, 255, 255, 0.9); }
}

/*
=================================================================
CHRISTMAS DECORATIONS & LIGHTS
=================================================================
*/

/* Christmas Light Garland */
.christmas-garland {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    pointer-events: none;
    z-index: 100;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), transparent);
}

.light-string {
    position: absolute;
    width: 100%;
    height: 60px;
    top: 20px;
}

.light {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-shadow: 0 0 12px currentColor, inset 0 0 6px rgba(255, 255, 255, 0.8);
    animation: twinkle 3s infinite;
    transform: scale(1);
    transition: transform 0.3s ease;
}

.light:hover {
    transform: scale(1.5);
}

.light-1 { color: var(--chart-1); animation-delay: 0s; box-shadow: 0 0 15px var(--chart-1), inset 0 0 8px rgba(255, 255, 255, 0.9); }
.light-2 { color: var(--chart-2); animation-delay: 0.3s; box-shadow: 0 0 15px var(--chart-2), inset 0 0 8px rgba(255, 255, 255, 0.9); }
.light-3 { color: var(--chart-4); animation-delay: 0.6s; box-shadow: 0 0 15px var(--chart-4), inset 0 0 8px rgba(255, 255, 255, 0.9); }
.light-4 { color: var(--chart-2); animation-delay: 0.9s; box-shadow: 0 0 15px var(--chart-2), inset 0 0 8px rgba(255, 255, 255, 0.9); }
.light-5 { color: var(--chart-1); animation-delay: 1.2s; box-shadow: 0 0 15px var(--chart-1), inset 0 0 8px rgba(255, 255, 255, 0.9); }

/* Holly and Decorative Elements */
.decoration-corner {
    position: fixed;
    font-size: 3rem;
    opacity: 0.15;
    pointer-events: none;
    z-index: 50;
    animation: gentle-sway 4s ease-in-out infinite;
}

.decoration-corner.top-left {
    top: 10px;
    left: 15px;
}

.decoration-corner.top-right {
    top: 10px;
    right: 15px;
    transform: scaleX(-1);
}

/* Christmas Corner Lights */
.corner-light {
    position: fixed;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    z-index: 60;
    box-shadow: 0 0 8px currentColor, inset 0 0 4px rgba(255, 255, 255, 0.7);
    animation: twinkle 2s infinite;
    pointer-events: none;
}

.corner-light.top-left {
    top: 15px;
    left: 20px;
}

.corner-light.top-right {
    top: 15px;
    right: 20px;
}

/* Top Edge String Lights */
.top-light-string {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 55;
    pointer-events: none;
}

.top-light {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px currentColor, inset 0 0 5px rgba(255, 255, 255, 0.8);
    animation: pulse 3s infinite;
}

.top-light.left {
    left: 10%;
    top: 10px;
    color: #FF6B6B;
    animation-delay: 0s;
}

.top-light.center {
    left: 50%;
    top: 10px;
    color: #4ECDC4;
    animation-delay: 1s;
}

.top-light.right {
    left: 90%;
    top: 10px;
    color: #FFE66D;
    animation-delay: 2s;
}

@keyframes gentle-sway {
    0%, 100% { transform: rotate(0deg) translateX(0); }
    50% { transform: rotate(2deg) translateX(3px); }
}

@keyframes twinkle {
    0%, 100% { opacity: 0.7; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); box-shadow: 0 0 15px currentColor, inset 0 0 6px rgba(255, 255, 255, 0.9); }
}

@keyframes pulse {
    0%, 100% { opacity: 0.6; transform: scale(0.9); }
    50% { opacity: 1; transform: scale(1.1); box-shadow: 0 0 15px currentColor, inset 0 0 6px rgba(255, 255, 255, 0.9); }
}

@keyframes glow-shift {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

@keyframes glow-shift-reverse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Festive Footer Accent */
.main-footer {
    position: relative;
    border-top: 3px solid var(--primary);
    box-shadow: 0 -2px 20px rgba(88, 101, 242, 0.15);
}

.main-footer::before {
    content: '✦ ✦ ✦';
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary);
    font-size: 1.5rem;
    letter-spacing: 8px;
    opacity: 0.6;
}
/* navbar btn moved earlier to keep consistent styling */

/* Theme Controls */
.theme-controls {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}

.theme-selector {
  position: relative;
}

.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background-color: var(--card);
  color: var(--primary);
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition-fast);
  border: var(--border-width) solid var(--border);
}

.theme-toggle:hover {
  background-color: var(--muted);
  border-color: var(--primary);
}

.theme-menu {
  position: absolute;
  top: calc(100% + var(--spacing-sm));
  right: 0;
  background-color: var(--card);
  border: var(--border-width) solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: var(--spacing-sm);
  min-width: 120px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-medium);
  z-index: var(--z-dropdown);
}

.theme-menu.active {
  opacity: 1;
  visibility: visible;
}

.theme-option {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  width: 100%;
  padding: var(--spacing-sm) var(--spacing-md);
  border: none;
  background: none;
  color: var(--muted-foreground);
  font-size: 0.875rem;
  border-radius: var(--radius);
  cursor: pointer;
  transition: var(--transition-fast);
}

.theme-option:hover {
  background-color: var(--muted);
  color: var(--foreground);
}

.theme-option.active {
  background-color: var(--primary);
  color: white;
}

.mobile-nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--foreground);
  cursor: pointer;
}

/* ========== HERO SECTION ========== */
.hero-section {
    padding: var(--spacing-xl) 0 var(--spacing-xxl);
    background: linear-gradient(135deg, var(--background) 0%, var(--card) 100%);
    position: relative;
    overflow: hidden;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(255, 107, 107, 0.05) 0%, transparent 50%);
    pointer-events: none;
    animation: sparkle 4s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.7; }
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: var(--spacing-lg);
    color: var(--foreground);
    position: relative;
    animation: title-glow 3s ease-in-out infinite alternate;
}

@keyframes title-glow {
    0% { text-shadow: 0 0 5px rgba(255, 255, 255, 0.5); }
    100% { text-shadow: 0 0 20px var(--chart-1), 0 0 30px var(--chart-2); }
}

.hero-accent {
    background: linear-gradient(135deg, var(--chart-1), var(--chart-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: text-shimmer 3s ease-in-out infinite;
}

@keyframes text-shimmer {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.hero-section .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: var(--spacing-xl);
  min-height: 600px;
}

.hero-subtitle {
  font-size: 1.25rem;
  color: var(--muted-foreground);
  margin-bottom: var(--spacing-lg);
  max-width: 500px;
}

.hero-stats {
  display: flex;
  gap: var(--spacing-lg);
  margin-bottom: var(--spacing-xl);
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--spacing-xs);
}

.stat-icon {
  color: var(--chart-1);
  font-size: 24px;
}

.stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--foreground);
}

.stat-label {
  font-size: 0.875rem;
  color: var(--muted-foreground);
}

.hero-buttons {
  display: flex;
  gap: var(--spacing-md);
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Music Player Demo */
.music-player-demo {
  background-color: var(--card);
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: var(--spacing-lg);
  box-shadow: var(--shadow-xl);
  width: 100%;
  max-width: 350px;
}

.player-header {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
  margin-bottom: var(--spacing-lg);
}

.player-logo {
  color: var(--chart-1);
  transition: var(--transition-medium);
  font-size: 32px;
}

.player-title {
  font-weight: 600;
  color: var(--foreground);
}

.track-info {
  display: flex;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-lg);
}

.track-cover {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--chart-1), var(--chart-2));
  border-radius: var(--radius);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.player-logo-img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  border-radius: var(--spacing-xs);
}

.track-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.track-name {
  font-weight: 600;
  color: var(--foreground);
  margin-bottom: var(--spacing-xs);
}

.track-artist {
  font-size: 0.875rem;
  color: var(--muted-foreground);
}

.player-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-md);
  margin-bottom: var(--spacing-lg);
}

.control-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  background-color: var(--muted);
  color: var(--muted-foreground);
  border-radius: 50%;
  cursor: pointer;
  transition: var(--transition-fast);
}

.control-btn:hover {
  background-color: var(--border);
  color: var(--foreground);
}

.control-btn.primary {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--primary), var(--chart-1));
  color: var(--primary-foreground);
  border: 2px solid rgba(0,0,0,0.08);
}

.control-btn.primary:hover {
  background: linear-gradient(135deg, var(--chart-1), var(--primary));
  transform: translateY(-2px);
}

.control-btn i {
  font-size: 18px;
}

.control-btn.primary i {
  font-size: 24px;
}

.progress-bar {
  height: 4px;
  background-color: var(--border);
  border-radius: 2px;
  overflow: hidden;
}

.progress-fill {
  width: 65%;
  height: 100%;
  background: linear-gradient(90deg, var(--chart-1), var(--chart-2));
  border-radius: 2px;
}

/* ========== FEATURES SECTION ========== */
.features-section {
  padding: var(--spacing-xxl) 0;
  background-color: var(--card);
}

.section-title {
  text-align: center;
  margin-bottom: var(--spacing-md);
  color: var(--foreground);
}

.section-subtitle {
  text-align: center;
  color: var(--muted-foreground);
  max-width: 600px;
  margin: 0 auto var(--spacing-xl);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: var(--spacing-xl);
}

.feature-card {
  background-color: var(--background);
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: var(--spacing-xl);
  transition: var(--transition-medium);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(234, 88, 12, 0.1), transparent);
  transition: left 0.6s ease;
}

.feature-card:hover::before {
  left: 100%;
}

.feature-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--chart-1);
}

.feature-icon {
  display: flex;
  justify-content: center;
  margin-bottom: var(--spacing-lg);
  color: var(--chart-1);
  font-size: 48px;
  transition: var(--transition-medium);
}

.feature-title {
  font-size: 1.25rem;
  margin-bottom: var(--spacing-md);
  color: var(--foreground);
}

.feature-description {
  color: var(--muted-foreground);
  line-height: 1.6;
}

/* ========== BUTTONS ========== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: var(--radius);
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition-fast);
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.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);
    transition: 0.5s;
}

.btn:hover::before {
    left: 100%;
}

.btn:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--chart-1));
    color: var(--primary-foreground);
    border: 2px solid var(--primary);
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    animation: button-pulse 2s infinite;
}

@keyframes button-pulse {
    0%, 100% { box-shadow: 0 0 10px rgba(234, 88, 12, 0.5); }
    50% { box-shadow: 0 0 20px rgba(234, 88, 12, 0.8); }
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--chart-1), var(--primary));
    border-color: var(--chart-1);
    transform: translateY(-3px);
}

.btn-secondary {
    background-color: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
    font-weight: 600;
    animation: border-glow 3s infinite alternate;
}

@keyframes border-glow {
    0% { box-shadow: 0 0 5px rgba(24, 24, 27, 0.3); }
    100% { box-shadow: 0 0 15px rgba(234, 88, 12, 0.6); }
}

.btn-secondary:hover {
    background-color: var(--primary);
    color: var(--primary-foreground);
}

.btn-lg {
    padding: 16px 32px;
    font-size: 1.125rem;
}

/* ========== COMMANDS SECTION ========== */
.commands-section {
  padding: var(--spacing-xxl) 0;
}

.command-category {
  margin-bottom: var(--spacing-xl);
}

.command-category h3 {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  font-size: 1.5rem;
  margin-bottom: var(--spacing-lg);
  color: var(--foreground);
}

/* RGB Live Color Changing Border for Command Headers */
.command-category > h2 {
    position: relative;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--card), var(--background));
    border: 3px solid transparent;
    animation: rgb-border-animation 3s linear infinite;
    box-shadow: 0 0 0 3px #ff0000, 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.command-category > h2:hover {
    transform: scale(1.02);
}

@keyframes rgb-border-animation {
    0% {
        box-shadow: 0 0 0 3px #ff0000, 0 4px 15px rgba(0, 0, 0, 0.2);
    }
    16.66% {
        box-shadow: 0 0 0 3px #ff9900, 0 4px 15px rgba(0, 0, 0, 0.2);
    }
    33.33% {
        box-shadow: 0 0 0 3px #00ff00, 0 4px 15px rgba(0, 0, 0, 0.2);
    }
    50% {
        box-shadow: 0 0 0 3px #00ffff, 0 4px 15px rgba(0, 0, 0, 0.2);
    }
    66.66% {
        box-shadow: 0 0 0 3px #0000ff, 0 4px 15px rgba(0, 0, 0, 0.2);
    }
    83.33% {
        box-shadow: 0 0 0 3px #ff00ff, 0 4px 15px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 3px #ff0000, 0 4px 15px rgba(0, 0, 0, 0.2);
    }
}

.command-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: var(--spacing-md);
}

.command {
  background-color: var(--card);
  border: 2px solid var(--border);
  border-left: 4px solid var(--chart-1);
  border-radius: var(--radius);
  padding: var(--spacing-md);
  font-family: var(--font-mono);
  font-size: 0.9rem;
  transition: var(--transition-fast);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.command::after {
  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;
}

.command:hover::after {
  left: 100%;
}

.command:hover {
  box-shadow: var(--shadow-md);
  border-left-color: var(--chart-2);
  background-color: var(--muted);
}

.command strong {
  color: var(--chart-1);
  font-weight: 600;
}

/* ========== FOOTER ========== */
.main-footer {
  background-color: var(--card);
  border-top: var(--border-width) solid var(--border);
  padding: var(--spacing-xl) 0 var(--spacing-lg);
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--spacing-xl);
  margin-bottom: var(--spacing-xl);
}

.footer-section h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: var(--spacing-md);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--foreground);
}

.footer-section p {
  color: var(--muted-foreground);
  margin-bottom: var(--spacing-sm);
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: var(--spacing-sm);
}

.footer-section a {
  color: var(--muted-foreground);
  transition: var(--transition-fast);
}

.footer-section a:hover {
  color: var(--chart-1);
}

.footer-bottom {
  padding-top: var(--spacing-lg);
  border-top: var(--border-width) solid var(--border);
  text-align: center;
  color: var(--muted-foreground);
  font-size: 0.875rem;
}

/* ========== ABOUT SECTION ========== */
.about-section {
  padding: var(--spacing-xxl) 0;
  background-color: var(--muted);
}

.about-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-content p {
  color: var(--muted-foreground);
  line-height: 1.8;
}

/* ========== UTILITY CLASSES ========== */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: var(--primary);
  color: white;
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--radius);
  text-decoration: none;
  z-index: var(--z-tooltip);
  pointer-events: none;
  transition: var(--transition-fast);
}

.skip-link:focus {
  top: 6px;
}

.copy-tooltip {
  position: absolute;
  background-color: var(--chart-2);
  color: white;
  padding: var(--spacing-sm) var(--spacing-md);
  border-radius: var(--radius);
  font-size: 0.875rem;
  font-weight: 600;
  z-index: var(--z-tooltip);
  pointer-events: none;
  opacity: 0;
  transition: var(--transition-fast);
}

.copy-tooltip.show {
  opacity: 1;
}

/* FALLING ANIMATION */
@keyframes fall {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg);
        opacity: 0.8;
    }
    50% {
        opacity: 0.7;
        transform: translateY(50vh) translateX(var(--horizontal-movement, 0px)) rotate(180deg);
    }
    100% {
        transform: translateY(100vh) translateX(var(--horizontal-movement, 50px)) rotate(360deg);
        opacity: 0;
    }
}

/*
=================================================================
SNOWFLAKE STYLING
=================================================================
*/
.snowflake {
    position: fixed;
    top: -10px;
    color: var(--foreground);
    opacity: 0.8;
    pointer-events: none;
    animation: fall linear infinite;
    z-index: 999;
    font-size: 1.5rem;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.7));
}

/* Enhanced snowflake characters for better visual effect */
.snowflake.special {
    font-size: 2rem;
    color: #B0E0E6;
    text-shadow: 0 0 20px #B0E0E6;
    animation-duration: 7s;
}

.snowflake.large {
    font-size: 2.5rem;
    color: #E0FFFF;
    text-shadow: 0 0 25px #E0FFFF;
    animation-duration: 12s;
}

/* All other Christmas decorations have been removed */

/*
=================================================================
END OF CHRISTMAS DECORATIONS
=================================================================
*/

/* All Christmas decorations have been removed */

/* Responsive adjustments for new pages */
@media (max-width: 1024px) {
    .story-grid,
    .tech-content {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg);
    }
    
    .story-visual {
        order: -1;
    }
}

@media (max-width: 768px) {
    .values-grid,
    .support-grid {
        grid-template-columns: 1fr;
    }
    
    .mission-points {
        gap: var(--spacing-sm);
    }
    
    .stats-card,
    .value-card,
    .support-card {
        padding: var(--spacing-lg);
    }
}

@keyframes fly {
    0% { transform: translateX(-100px) translateY(0); }
    50% { transform: translateX(50vw) translateY(-20px); }
    100% { transform: translateX(100vw) translateY(0); }
}

/* Christmas Tree */
.christmas-tree {
    position: fixed;
    z-index: 38;
    pointer-events: none;
    animation: shimmer 6s infinite ease-in-out;
}

.tree-layer {
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid #0a7d0a;
}

@keyframes shimmer {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.2); }
}

/* Falling Leaves/Pine Needles */
.falling-leaf {
    position: fixed;
    width: 8px;
    height: 12px;
    z-index: 25;
    pointer-events: none;
    animation: fall-leaf 15s infinite linear;
    background: #0a7d0a;
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 20% 100%);
}

@keyframes fall-leaf {
    0% { transform: translateY(-20px) translateX(0) rotate(0deg); }
    100% { transform: translateY(100vh) translateX(50px) rotate(360deg); }
}

/* Enhanced Section Accents */
.features-section {
    position: relative;
    overflow: hidden;
}

.features-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 20% 30%, rgba(255, 107, 107, 0.05) 0%, transparent 50%);
    pointer-events: none;
    animation: glow-shift 8s ease-in-out infinite;
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 80% 70%, rgba(78, 205, 196, 0.05) 0%, transparent 50%);
    pointer-events: none;
    animation: glow-shift-reverse 8s ease-in-out infinite;
}

@keyframes glow-shift {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

@keyframes glow-shift-reverse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Festive Footer Accent */
.main-footer {
    position: relative;
    border-top: 3px solid var(--primary);
    box-shadow: 0 -2px 20px rgba(88, 101, 242, 0.15);
}

.main-footer::before {
    content: '✦ ✦ ✦';
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary);
    font-size: 1.5rem;
    letter-spacing: 8px;
    opacity: 0.6;
}

/* Christmas Neon Stars in Top Corners */
.christmas-star {
    position: fixed;
    top: 20px;
    font-size: 2rem;
    color: #ff00ff;
    text-shadow: 0 0 10px #ff00ff, 0 0 20px #ff00ff, 0 0 30px #ff00ff;
    animation: blink-star 1.5s infinite alternate;
    z-index: 1000;
    pointer-events: none;
}

.top-left-star {
    left: 20px;
    animation-delay: 0s;
}

.top-right-star {
    right: 20px;
    animation-delay: 0.75s;
}

@keyframes blink-star {
    0% {
        opacity: 0.3;
        text-shadow: 0 0 5px #ff00ff, 0 0 10px #ff00ff;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        text-shadow: 0 0 15px #00ffff, 0 0 30px #00ffff, 0 0 45px #00ffff;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.3;
        text-shadow: 0 0 5px #ffff00, 0 0 10px #ffff00;
        transform: scale(0.8);
    }
}

/* Connecting Lights Between Stars */
.star-connection {
    position: fixed;
    top: 30px;
    left: 60px;
    width: calc(100vw - 120px);
    height: 2px;
    background: linear-gradient(90deg, 
        #ff00ff, #ff0080, #ff0000, #ff8000, 
        #ffff00, #80ff00, #00ff00, #00ff80,
        #00ffff, #0080ff, #0000ff, #8000ff, #ff00ff);
    box-shadow: 0 0 10px #ff00ff, 0 0 20px #00ffff;
    animation: lights-animation 2s linear infinite;
    z-index: 999;
    pointer-events: none;
}

@keyframes lights-animation {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

/* Proper Christmas Decorations */
.christmas-decoration {
    position: fixed;
    pointer-events: none;
    z-index: 1000;
}

/* Elegant Christmas Garland */
.christmas-garland-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(173, 216, 230, 0.2), transparent);
    z-index: 1000;
    pointer-events: none;
}

.garland-lights {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-around;
}

.garland-light {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    animation: garland-twinkle 2s infinite;
    box-shadow: 0 0 10px currentColor;
}

.garland-light:nth-child(1) { color: #FF0000; animation-delay: 0s; }
.garland-light:nth-child(2) { color: #00FF00; animation-delay: 0.2s; }
.garland-light:nth-child(3) { color: #0000FF; animation-delay: 0.4s; }
.garland-light:nth-child(4) { color: #FFFF00; animation-delay: 0.6s; }
.garland-light:nth-child(5) { color: #FF00FF; animation-delay: 0.8s; }
.garland-light:nth-child(6) { color: #00FFFF; animation-delay: 1.0s; }
.garland-light:nth-child(7) { color: #FFA500; animation-delay: 1.2s; }
.garland-light:nth-child(8) { color: #FF1493; animation-delay: 1.4s; }
.garland-light:nth-child(9) { color: #32CD32; animation-delay: 1.6s; }
.garland-light:nth-child(10) { color: #8A2BE2; animation-delay: 1.8s; }

@keyframes garland-twinkle {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); box-shadow: 0 0 15px currentColor; }
}

/* Elegant Christmas Tree */
.christmas-tree-proper {
    position: fixed;
    bottom: 0;
    right: 5%;
    width: 120px;
    height: 180px;
    z-index: 900;
}

.tree-layers {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tree-layer {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 60px solid #228B22;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}

.tree-layer-1 {
    bottom: 0;
    border-bottom-color: #228B22;
}

.tree-layer-2 {
    bottom: 40px;
    border-left-width: 30px;
    border-right-width: 30px;
    border-bottom-width: 50px;
    border-bottom-color: #32CD32;
}

.tree-layer-3 {
    bottom: 80px;
    border-left-width: 20px;
    border-right-width: 20px;
    border-bottom-width: 40px;
    border-bottom-color: #006400;
}

.tree-trunk {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 30px;
    background: #8B4513;
    z-index: -1;
}

.tree-star {
    position: absolute;
    bottom: 125px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: gold;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    animation: star-glow 2s infinite alternate;
    box-shadow: 0 0 10px gold;
}

@keyframes star-glow {
    0% { box-shadow: 0 0 10px gold; }
    100% { box-shadow: 0 0 20px gold, 0 0 30px gold; }
}

/* Elegant Snowman */
.snowman-proper {
    position: fixed;
    bottom: 20px;
    left: 5%;
    z-index: 800;
}

.snowman-body {
    position: absolute;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.snowman-base {
    width: 70px;
    height: 70px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.snowman-middle {
    width: 50px;
    height: 50px;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.snowman-head {
    width: 35px;
    height: 35px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.snowman-eye {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    top: 10px;
}

.snowman-eye-left {
    left: 8px;
}

.snowman-eye-right {
    right: 8px;
}

.snowman-nose {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 15px solid orange;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.snowman-button {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #FF0000;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.snowman-button-1 {
    top: 15px;
}

.snowman-button-2 {
    top: 30px;
}

.snowman-arm {
    position: absolute;
    width: 30px;
    height: 3px;
    background: #8B4513;
    top: 20px;
}

.snowman-arm-left {
    left: -25px;
    transform: rotate(-30deg);
}

.snowman-arm-right {
    right: -25px;
    transform: rotate(30deg);
}

.snowman-hat {
    position: absolute;
    width: 40px;
    height: 5px;
    background: #333;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.snowman-hat-top {
    position: absolute;
    width: 25px;
    height: 20px;
    background: #333;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px 5px 0 0;
}

/* Elegant Christmas Wreath */
.christmas-wreath-proper {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    z-index: 950;
}

.wreath-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 10px solid #006400;
    border-radius: 50%;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.wreath-decoration {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    animation: wreath-twinkle 3s infinite;
}

.wreath-decoration-1 {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #FF0000;
    box-shadow: 0 0 10px #FF0000;
}

.wreath-decoration-2 {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFF00;
    box-shadow: 0 0 10px #FFFF00;
    animation-delay: 1s;
}

.wreath-decoration-3 {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: #0000FF;
    box-shadow: 0 0 10px #0000FF;
    animation-delay: 2s;
}

.wreath-decoration-4 {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: #FF00FF;
    box-shadow: 0 0 10px #FF00FF;
    animation-delay: 0.5s;
}

.wreath-bow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: #FF0000;
    border-radius: 50%;
    box-shadow: 0 0 10px #FF0000;
}

@keyframes wreath-twinkle {
    0%, 100% { opacity: 0.7; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.2); box-shadow: 0 0 15px currentColor; }
}



/* Elegant Christmas Ornaments */
.christmas-ornament {
    position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 850;
    pointer-events: none;
    animation: ornament-float 8s infinite ease-in-out;
    box-shadow: 0 0 10px currentColor;
}

.ornament-hook {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 8px;
    background: gold;
    border-radius: 2px;
}

@keyframes ornament-float {
    0% { transform: translateY(0) translateX(0) rotate(0deg); }
    25% { transform: translateY(-20px) translateX(10px) rotate(10deg); }
    50% { transform: translateY(-40px) translateX(0) rotate(0deg); }
    75% { transform: translateY(-20px) translateX(-10px) rotate(-10deg); }
    100% { transform: translateY(0) translateX(0) rotate(0deg); }
}

/* Elegant Christmas Lights String */
.christmas-lights-string {
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 30px;
    z-index: 900;
    display: flex;
    justify-content: space-around;
}

.christmas-light {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    animation: light-twinkle 1.5s infinite;
    box-shadow: 0 0 8px currentColor;
}

.christmas-light:nth-child(1) { color: #FF0000; animation-delay: 0s; }
.christmas-light:nth-child(2) { color: #00FF00; animation-delay: 0.1s; }
.christmas-light:nth-child(3) { color: #0000FF; animation-delay: 0.2s; }
.christmas-light:nth-child(4) { color: #FFFF00; animation-delay: 0.3s; }
.christmas-light:nth-child(5) { color: #FF00FF; animation-delay: 0.4s; }
.christmas-light:nth-child(6) { color: #00FFFF; animation-delay: 0.5s; }
.christmas-light:nth-child(7) { color: #FFA500; animation-delay: 0.6s; }
.christmas-light:nth-child(8) { color: #FF1493; animation-delay: 0.7s; }
.christmas-light:nth-child(9) { color: #32CD32; animation-delay: 0.8s; }
.christmas-light:nth-child(10) { color: #8A2BE2; animation-delay: 0.9s; }

@keyframes light-twinkle {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.3); box-shadow: 0 0 12px currentColor; }
}

/* Elegant Christmas Bells */
.christmas-bell {
    position: fixed;
    width: 30px;
    height: 30px;
    z-index: 800;
    pointer-events: none;
    animation: bell-sway 4s infinite ease-in-out;
}

.bell-top {
    position: absolute;
    width: 100%;
    height: 10px;
    background: #FFD700;
    border-radius: 50% 50% 0 0;
}

.bell-body {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 20px;
    background: #FFD700;
    border-radius: 0 0 50% 50%;
}

.bell-clapper {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 10px;
    background: #C0C0C0;
    border-radius: 2px;
    animation: clapper-move 1s infinite alternate;
}

@keyframes bell-sway {
    0%, 100% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
}

@keyframes clapper-move {
    0% { transform: translateX(-50%) rotate(-10deg); }
    100% { transform: translateX(-50%) rotate(10deg); }
}

/* Elegant Christmas Candy Canes */
.christmas-candy-cane {
    position: fixed;
    width: 15px;
    height: 60px;
    z-index: 750;
    pointer-events: none;
    animation: candy-float 10s infinite linear;
}

.candy-stripe {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, 
        #FF0000 0%, #FF0000 20%, 
        #FFFFFF 20%, #FFFFFF 40%, 
        #FF0000 40%, #FF0000 60%, 
        #FFFFFF 60%, #FFFFFF 80%, 
        #FF0000 80%, #FF0000 100%);
    border-radius: 10px;
    transform: rotate(15deg);
}

.candy-hook {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 10px;
    border: 3px solid #8B4513;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

@keyframes candy-float {
    0% { transform: translateY(-20px) rotate(0deg); }
    100% { transform: translateY(100vh) rotate(360deg); }
}

/* Elegant Christmas Stockings */
.christmas-stocking {
    position: fixed;
    width: 40px;
    height: 80px;
    z-index: 700;
    pointer-events: none;
    animation: stocking-sway 4s infinite ease-in-out;
}

.stocking-top {
    position: absolute;
    width: 100%;
    height: 20px;
    background: #FFA500;
    border-radius: 50% 50% 0 0;
}

.stocking-body {
    position: absolute;
    top: 20px;
    width: 100%;
    height: 60px;
    background: #FFA500;
    border-radius: 0 0 50% 50%;
}

@keyframes stocking-sway {
    0%, 100% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
}

/* Proper Christmas Background Effects */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 20%, rgba(255, 0, 0, 0.05) 0%, transparent 20%),
                radial-gradient(circle at 90% 80%, rgba(0, 255, 0, 0.05) 0%, transparent 20%),
                radial-gradient(circle at 50% 50%, rgba(0, 0, 255, 0.05) 0%, transparent 30%);
    pointer-events: none;
    z-index: -1;
    animation: background-shift 20s infinite alternate;
}

@keyframes background-shift {
    0% { opacity: 0.3; }
    100% { opacity: 0.7; }
}

/* Proper Christmas Cursor Effect */
body {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#18181b"/><circle cx="12" cy="12" r="8" fill="#0d9488"/><circle cx="12" cy="12" r="5" fill="#18181b"/><circle cx="12" cy="12" r="3" fill="#0d9488"/></svg>'), auto;
}

/* Proper Christmas Scrollbar */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #FF0000, #00FF00, #0000FF);
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #00FF00, #0000FF, #FF0000);
}

@keyframes candy-float {
    0% { transform: translateY(-20px) rotate(0deg); }
    100% { transform: translateY(100vh) rotate(360deg); }
}

/* Elegant Christmas Stockings */
.christmas-stocking {
    position: fixed;
    width: 50px;
    height: 80px;
    z-index: 700;
    pointer-events: none;
    animation: stocking-sway 6s infinite ease-in-out;
}

.stocking-top {
    position: absolute;
    width: 100%;
    height: 20px;
    background: #FF0000;
    border-radius: 50% 50% 0 0;
}

.stocking-body {
    position: absolute;
    top: 20px;
    width: 100%;
    height: 60px;
    background: #FF0000;
    border-radius: 0 0 10px 10px;
}

.stocking-cuff {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 15px;
    background: #FFFFFF;
    border-radius: 0 0 5px 5px;
}

.stocking-detail {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #FFFF00;
    border-radius: 50%;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes stocking-sway {
    0%, 100% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
}

/* Proper Christmas Background Effects */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 10% 20%, rgba(255, 0, 0, 0.05) 0%, transparent 20%),
                radial-gradient(circle at 90% 80%, rgba(0, 255, 0, 0.05) 0%, transparent 20%),
                radial-gradient(circle at 50% 50%, rgba(0, 0, 255, 0.05) 0%, transparent 30%);
    pointer-events: none;
    z-index: -1;
    animation: background-shift 20s infinite alternate;
}

@keyframes background-shift {
    0% { opacity: 0.3; }
    100% { opacity: 0.7; }
}

/* Proper Christmas Cursor Effect */
body {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" fill="#18181b"/><circle cx="12" cy="12" r="8" fill="#0d9488"/><circle cx="12" cy="12" r="5" fill="#18181b"/><circle cx="12" cy="12" r="3" fill="#0d9488"/></svg>'), auto;
}

/* Proper Christmas Scrollbar */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #FF0000, #00FF00, #0000FF);
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #00FF00, #0000FF, #FF0000);
}

/* Enhance feature cards with festive glow */
.feature-card {
    position: relative;
    background: var(--background);
    border: 2px solid transparent;
    border-radius: var(--border-radius-lg);
    padding: var(--spacing-xl);
    text-align: center;
    overflow: hidden;
    border: 2px solid var(--border);
}

.feature-card::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 107, 107, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.feature-card:hover::after {
    opacity: 1;
}

/* Responsive adjustments for new pages */
@media (max-width: 1024px) {
    .story-grid,
    .tech-content {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg);
    }
    
    .story-visual {
        order: -1;
    }
}

@media (max-width: 768px) {
    .values-grid,
    .support-grid {
        grid-template-columns: 1fr;
    }
    
    .mission-points {
        gap: var(--spacing-sm);
    }
    
    .stats-card,
    .value-card,
    .support-card {
        padding: var(--spacing-lg);
    }
}
