/* Import Bootstrap 5.3.3 */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");

/* CSS Custom Properties for Modern Theme System */
:root {
  --primary-color: #6366f1;
  --primary-dark: #4f46e5;
  --primary-light: #a5b4fc;
  --secondary-color: #f1f5f9;
  --accent-color: #06b6d4;
  --text-primary: #0f172a;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --surface: #ffffff;
  --surface-elevated: #f8fafc;
  --border-color: #e2e8f0;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --gradient-secondary: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  --gradient-accent: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  --border-radius: 12px;
  --border-radius-lg: 16px;
  --border-radius-xl: 24px;
}

/* Theme Colors */
[data-theme="blue"] {
  --primary-color: #3b82f6;
  --primary-dark: #2563eb;
  --primary-light: #93c5fd;
  --gradient-primary: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  --gradient-primary-25: linear-gradient(135deg, rgba(59, 130, 246, .25) 0%, rgba(29, 78, 216, .25) 50%);
  --gradient-primary-50: linear-gradient(135deg, rgba(59, 130, 246, .50) 0%, rgba(29, 78, 216, .50) 50%);
  --gradient-primary-75: linear-gradient(135deg, rgba(59, 130, 246, .75) 0%, rgba(29, 78, 216, .75) 50%);
  --gradient-image-50: linear-gradient(135deg, rgba(59, 130, 246, .50) 0%, rgba(29, 78, 216, .50) 50%), url(../images/coding-header.webp);
  --gradient-image-75: linear-gradient(135deg, rgba(59, 130, 246, .75) 0%, rgba(29, 78, 216, .75) 50%), url(../images/coding-header.webp);
}

[data-theme="green"] {
  --primary-color: #10b981;
  --primary-dark: #059669;
  --primary-light: #6ee7b7;
  --gradient-primary: linear-gradient(135deg, #10b981 0%, #047857 100%);
  --gradient-primary-25: linear-gradient(135deg, rgba(16, 185, 129, .25) 0%, rgba(4, 118, 87, .25) 50%);
  --gradient-primary-50: linear-gradient(135deg, rgba(16, 185, 129, .50) 0%, rgba(4, 118, 87, .50) 50%);
  --gradient-primary-75: linear-gradient(135deg, rgba(16, 185, 129, .75) 0%, rgba(4, 118, 87, .75) 50%);
  --gradient-image-50: linear-gradient(135deg, rgba(16, 185, 129, .50) 0%, rgba(4, 118, 87, .50) 50%), url(../images/coding-header.webp);
  --gradient-image-75: linear-gradient(135deg, rgba(16, 185, 129, .75) 0%, rgba(4, 118, 87, .75) 50%), url(../images/coding-header.webp);
}

[data-theme="orange"] {
  --primary-color: #f59e0b;
  --primary-dark: #d97706;
  --primary-light: #fcd34d;
  --gradient-primary: linear-gradient(135deg, #f59e0b 0%, #b45309 100%);
  --gradient-primary-25: linear-gradient(135deg, rgba(245, 158, 11, .25) 0%, rgba(180, 83, 9, .25) 50%);
  --gradient-primary-50: linear-gradient(135deg, rgba(245, 158, 11, .50) 0%, rgba(180, 83, 9, .50) 50%);
  --gradient-primary-75: linear-gradient(135deg, rgba(245, 158, 11, .75) 0%, rgba(180, 83, 9, .75) 50%);
  --gradient-image-50: linear-gradient(135deg, rgba(245, 158, 11, .50) 0%, rgba(180, 83, 9, .50) 50%), url(../images/coding-header.webp);
  --gradient-image-75: linear-gradient(135deg, rgba(245, 158, 11, .75) 0%, rgba(180, 83, 9, .75) 50%), url(../images/coding-header.webp);
}

[data-theme="purple"] {
  --primary-color: #8b5cf6;
  --primary-dark: #7c3aed;
  --primary-light: #c4b5fd;
  --gradient-primary: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
  --gradient-primary-25: linear-gradient(135deg, rgba(139, 92, 246, .25) 0%, rgba(109, 40, 217, .25) 50%);
  --gradient-primary-50: linear-gradient(135deg, rgba(139, 92, 246, .50) 0%, rgba(109, 40, 217, .50) 50%);
  --gradient-primary-75: linear-gradient(135deg, rgba(139, 92, 246, .75) 0%, rgba(109, 40, 217, .75) 50%);
  --gradient-image-50: linear-gradient(135deg, rgba(139, 92, 246, .50) 0%, rgba(109, 40, 217, .50) 50%), url(../images/coding-header.webp);
  --gradient-image-75: linear-gradient(135deg, rgba(139, 92, 246, .75) 0%, rgba(109, 40, 217, .75) 50%), url(../images/coding-header.webp);
}

[data-theme="red"] {
  --primary-color: #ef4444;
  --primary-dark: #dc2626;
  --primary-light: #fca5a5;
  --gradient-primary: linear-gradient(135deg, #ef4444 0%, #b91c1c 100%);
  --gradient-primary-25: linear-gradient(135deg, rgba(239, 68, 68, .25) 0%, rgba(185, 28, 28, .25) 50%);
  --gradient-primary-50: linear-gradient(135deg, rgba(239, 68, 68, .50) 0%, rgba(185, 28, 28, .50) 50%);
  --gradient-primary-75: linear-gradient(135deg, rgba(239, 68, 68, .75) 0%, rgba(185, 28, 28, .75) 50%);
  --gradient-image-50: linear-gradient(135deg, rgba(239, 68, 68, .50) 0%, rgba(185, 28, 28, .50) 50%), url(../images/coding-header.webp);
  --gradient-image-75: linear-gradient(135deg, rgba(239, 68, 68, .75) 0%, rgba(185, 28, 28, .75) 50%), url(../images/coding-header.webp);
}

[data-theme="yellow"] {
  --primary-color: #eab308;
  --primary-dark: #ca8a04;
  --primary-light: #fde047;
  --gradient-primary: linear-gradient(135deg, #eab308 0%, #a16207 100%);
  --gradient-primary-25: linear-gradient(135deg, rgba(234, 179, 8, .25) 0%, rgba(161, 98, 7, .25) 50%);
  --gradient-primary-50: linear-gradient(135deg, rgba(234, 179, 8, .50) 0%, rgba(161, 98, 7, .50) 50%);
  --gradient-primary-75: linear-gradient(135deg, rgba(234, 179, 8, .75) 0%, rgba(161, 98, 7, .75) 50%);
  --gradient-image-50: linear-gradient(135deg, rgba(234, 179, 8, .50) 0%, rgba(161, 98, 7, .50) 50%), url(../images/coding-header.webp);
  --gradient-image-75: linear-gradient(135deg, rgba(234, 179, 8, .75) 0%, rgba(161, 98, 7, .75) 50%), url(../images/coding-header.webp);
}


/* Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

html, body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  color: var(--text-primary);
  background-color: var(--surface);
  font-feature-settings: "cv02", "cv03", "cv04", "cv11";
  overflow-x: hidden!important;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

p {text-align: justify!important;}

.display-1,
.display-2,
.display-3,
.display-4 {
  font-weight: 800;
  letter-spacing: -0.05em;
}

.overlay-black {
    position:absolute;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0,0,0,1);
}

/* Modern Navigation */
.navbar-modern {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-color);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 1rem 0;
}

.navbar-modern.scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-lg);
  padding: 0.75rem 0;
}

.navbar-brand-modern {
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--text-primary) !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.navbar-brand-modern .brand-icon {
  width: 32px;
  height: 32px;
  background: var(--gradient-primary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
}

.nav-link-modern {
  color: var(--text-secondary) !important;
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  border-radius: var(--border-radius);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.nav-link-modern:hover,
.nav-link-modern.active {
  color: var(--primary-color) !important;
  background: rgba(99, 102, 241, 0.1);
}

/* Hero Section */
.hero-modern {
  min-height: 100vh;
  background-size: cover;
  background-image: var(--gradient-image-50);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    repeat;
  animation: float 20s ease-in-out infinite;
}

.hero-modern::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, var(--surface), transparent);
}

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

.hero-content-modern {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: white;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-shadow: var(--shadow-lg);
}

.hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 1.6;
}

.hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Modern Buttons */
.btn-modern {
  padding: 0.875rem 2rem;
  border-radius: var(--border-radius);
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  overflow: hidden;
}

.btn-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn-modern:hover::before {
  left: 100%;
}

.btn-primary-modern {
  background: var(--primary-color);
  color: white;
  box-shadow: var(--shadow-md);
}

.btn-primary-modern:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-xl);
  color: white;
}

.btn-secondary-modern {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary-modern:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  color: white;
}

.btn-outline-modern {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.btn-outline-modern:hover {
  background: var(--primary-color);
  color: white;
  transform: translateY(-2px);
}

/* Tech Stack Grid */
.tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.tech-item {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--border-radius-lg);
  padding: 2rem 1rem;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.tech-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tech-item:hover::before {
  opacity: 1;
}

.tech-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.tech-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  display: block;
}

.tech-name {
  color: white;
  font-weight: 600;
  font-size: 0.875rem;
  margin: 0;
}

/* Modern Cards */
.card-modern {
  background: var(--surface);
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  height: 100%;
  position: relative;
}

.card-modern:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-color);
}

.card-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

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

.card-header-modern {
  padding: 2rem 2rem 1rem;
  border-bottom: none;
  background: transparent;
}

.card-body-modern {
  padding: 2rem 2rem;
}

.card-icon {
  width: 48px;
  height: 48px;
  background: var(--gradient-primary);
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.card-title-modern {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.card-text-modern {
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

/* Project Cards */
.project-card {
  background: var(--surface);
  border-radius: var(--border-radius-lg);
  border: 1px solid var(--border-color);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  height: 100%;
  position: relative;
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-xl);
}

.project-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

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

.project-content {
  padding: 2rem;
}

.project-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.status-showcase {
  background: rgba(16, 185, 129, 0.1);
  color: #059669;
}

.status-ontwikkeling {
  background: rgba(245, 158, 11, 0.1);
  color: #d97706;
}

.project-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.project-description {
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.project-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.project-duration {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.project-arrow {
  color: var(--primary-color);
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

.project-card:hover .project-arrow {
  transform: translateX(4px);
}

/* Progress Bar */
.progress-modern {
  height: 6px;
  background: var(--secondary-color);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 1rem;
}

.progress-bar-modern {
  height: 100%;
  background: var(--gradient-primary);
  border-radius: 3px;
  transition: width 0.3s ease;
  position: relative;
}

.progress-bar-modern::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer 2s infinite;
}

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

/* Theme Switcher */
.theme-switcher-modern {
  position: fixed;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  z-index: 1050;
  background: var(--surface);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  padding: 1rem;
  box-shadow: var(--shadow-xl);
  backdrop-filter: blur(20px);
}

.theme-switcher-title {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
  text-align: center;
}

.theme-colors {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;

  align-items: center;
}

.theme-color {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.theme-color::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.theme-color.active::after {
  opacity: 1;
}

.theme-color:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.theme-blue {
  background: #3b82f6;
}
.theme-green {
  background: #10b981;
}
.theme-purple {
  background: #8b5cf6;
}
.theme-red {
  background: #ef4444;
}
.theme-orange {
  background: #f59e0b;
}
.theme-yellow {
  background: #eab308;
}

/* Page Headers */
.page-header-modern {
  background: var(--gradient-primary);
  padding: 8rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.page-header-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M20 20c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20zm-30 0c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10-10-4.477-10-10z'/%3E%3C/g%3E%3C/svg%3E")
    repeat;
}

.page-header-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.page-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.page-subtitle {
  font-size: 1.25rem;
  opacity: 0.9;
  font-weight: 400;
}

/* Sections */
.section-modern {
  padding: 6rem 0;
}

.section-title {
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 800;
  text-align: center;
  margin-bottom: 1rem;
  color: var(--text-primary);
}

.section-subtitle {
  font-size: 1.125rem;
  color: var(--text-secondary);
  text-align: center;
  margin-bottom: 4rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Footer */
.footer-modern {
  background: var(--text-primary);
  color: white;
  padding: 4rem 0 2rem;
  position: relative;
}

.footer-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.footer-brand {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-brand .brand-icon {
  width: 32px;
  height: 32px;
  background: var(--gradient-primary);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.footer-description {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.footer-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: white;
}

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

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: white;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  margin-top: 3rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

/* Responsive Design */
@media (max-width: 768px) {
  .theme-switcher-modern {
    position: fixed;
    top: unset;
    right: 50%;
    bottom: 0%;
    transform: translate(50%, -50%);
  }

  .theme-colors {
    flex-direction: row;
    justify-content: center;
  }

  .hero-content-modern {
    margin-top: 80px;
  }

  .hero-cta {
    flex-direction: column;
    align-items: center;
  }

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

  .tech-grid {
    display: flex;
    flex-direction: row;

    width: 300%;
    overflow-x: scroll;

    gap: 0.25rem;
  }

  .tech-item {
    padding: 1.5rem 1rem;
  }

  .section-modern {
    padding: 4rem 0;
  }
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out forwards;
}

.animate-fade-in-left {
  animation: fadeInLeft 0.6s ease-out forwards;
}

.animate-fade-in-right {
  animation: fadeInRight 0.6s ease-out forwards;
}

/* Utility Classes */
.glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

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

.gradient-background {
  background: var(--gradient-primary-75);
}

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