/* =============================================
   BG Learning Center Rodina - BOLD EDITORIAL DESIGN
   Inspired by Bulgarian Folk Art + Modern Magazine Aesthetics
   ============================================= */

/* Premium Typography - NO generic fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');

/* CSS Custom Properties - Rich, Layered Palette */
:root {
  /* Primary Colors - Deep Bulgarian Forest */
  --primary: #0F3D0F;
  --primary-light: #1B5E20;
  --primary-mid: #164A16;
  --primary-dark: #082408;
  --primary-glow: rgba(27, 94, 32, 0.4);
  
  /* Accent - Rich Bulgarian Gold */
  --accent: #D4A012;
  --accent-light: #F4C430;
  --accent-bright: #FFD54F;
  --accent-dark: #B8860B;
  --accent-glow: rgba(212, 160, 18, 0.5);
  
  /* Neutrals with warmth */
  --white: #FFFEF7;
  --off-white: #FAF8F0;
  --cream: #F5F2E8;
  --dark: #0A0A08;
  --dark-warm: #1A1814;
  --dark-green: #0D1F0D;
  
  /* Grays with green undertone */
  --gray-100: #F8F7F2;
  --gray-200: #E8E6DD;
  --gray-300: #D4D1C4;
  --gray-400: #A8A396;
  --gray-500: #7A756A;
  --gray-600: #5C584F;
  --gray-700: #3D3A34;
  --gray-800: #2A2722;
  --gray-900: #1A1816;
  
  /* Semantic */
  --text-primary: #1A1816;
  --text-secondary: #5C584F;
  --text-light: #FFFEF7;
  --text-muted: #7A756A;
  
  /* Premium Typography Stack */
  --font-display: 'Playfair Display', 'Times New Roman', serif;
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Source Sans 3', 'Helvetica Neue', sans-serif;
  
  /* Spacing - Generous Editorial */
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;
  --space-4xl: 8rem;
  --space-5xl: 12rem;
  
  /* Premium Borders & Shadows */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-2xl: 40px;
  --radius-full: 9999px;
  
  --shadow-subtle: 0 2px 8px rgba(10, 10, 8, 0.04);
  --shadow-soft: 0 4px 20px rgba(10, 10, 8, 0.08);
  --shadow-medium: 0 8px 30px rgba(10, 10, 8, 0.12);
  --shadow-dramatic: 0 20px 60px rgba(10, 10, 8, 0.2);
  --shadow-gold: 0 8px 40px rgba(212, 160, 18, 0.25);
  --shadow-green: 0 8px 40px rgba(15, 61, 15, 0.3);
  
  /* Glass Effects */
  --glass-white: rgba(255, 254, 247, 0.85);
  --glass-dark: rgba(10, 10, 8, 0.75);
  --glass-green: rgba(15, 61, 15, 0.9);
  
  /* Transitions */
  --transition-smooth: 400ms cubic-bezier(0.16, 1, 0.3, 1);
  --transition-bounce: 500ms cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-fast: 200ms ease;
  
  /* Container */
  --container-max: 1400px;
  --container-narrow: 900px;
}

/* =============================================
   Reset & Base - Editorial Foundation
   ============================================= */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-primary);
  background: var(--off-white);
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
}

/* Subtle grain texture overlay */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  opacity: 0.025;
  pointer-events: none;
  z-index: 9999;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

ul, ol {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

::selection {
  background: var(--accent);
  color: var(--dark);
}

/* =============================================
   Typography - Premium Editorial
   ============================================= */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 800;
  line-height: 1.05;
}

h2 {
  font-size: clamp(2.25rem, 5vw, 4rem);
  font-weight: 700;
}

h3 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-family: var(--font-heading);
  font-weight: 600;
}

h4 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-family: var(--font-heading);
  font-weight: 600;
}

h5 {
  font-size: 1.125rem;
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h6 {
  font-size: 0.875rem;
  font-family: var(--font-body);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

p {
  margin-bottom: var(--space-md);
}

.lead-text {
  font-size: 1.25rem;
  line-height: 1.6;
  color: var(--text-secondary);
}

/* Decorative text styles */
.text-accent {
  color: var(--accent);
}

.text-gradient {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-bright) 50%, var(--accent) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

/* Editorial italic accent */
.text-italic {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 400;
}

/* =============================================
   Layout & Container
   ============================================= */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--space-xl);
}

.container--narrow {
  max-width: var(--container-narrow);
}

.section {
  padding: var(--space-5xl) 0;
  position: relative;
}

/* Grid System */
.grid {
  display: grid;
  gap: var(--space-xl);
}

.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--asymmetric {
  grid-template-columns: 1.2fr 0.8fr;
}

@media (max-width: 968px) {
  .grid--2, .grid--3, .grid--asymmetric {
    grid-template-columns: 1fr;
  }
}

/* Flexbox */
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-sm { gap: var(--space-sm); }
.gap-md { gap: var(--space-md); }
.gap-lg { gap: var(--space-lg); }
.gap-xl { gap: var(--space-xl); }

/* =============================================
   Navigation - Refined & Bold
   ============================================= */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: var(--space-lg) 0;
  transition: all var(--transition-smooth);
}

.nav--scrolled {
  background: var(--glass-white);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  padding: var(--space-md) 0;
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav__logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  transition: transform var(--transition-smooth);
}

.nav__logo:hover {
  transform: scale(1.02);
}

.nav__logo-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(145deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-weight: 900;
  font-size: 1.5rem;
  box-shadow: var(--shadow-green);
  position: relative;
  overflow: hidden;
}

.nav__logo-icon::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 50%, transparent 60%);
  transform: translateX(-100%);
  transition: transform 0.6s;
}

.nav__logo:hover .nav__logo-icon::after {
  transform: translateX(100%);
}

.nav__menu {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
}

.nav__link {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  color: var(--text-secondary);
  padding: var(--space-sm) 0;
  position: relative;
  transition: color var(--transition-fast);
}

.nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width var(--transition-smooth);
}

.nav__link:hover,
.nav__link--active {
  color: var(--primary);
}

.nav__link:hover::after,
.nav__link--active::after {
  width: 100%;
}

/* Nav on hero (transparent bg) */
.nav:not(.nav--scrolled) .nav__link {
  color: rgba(255, 255, 255, 0.85);
}

.nav:not(.nav--scrolled) .nav__link:hover,
.nav:not(.nav--scrolled) .nav__link--active {
  color: #ffffff;
}

.nav:not(.nav--scrolled) .nav__logo {
  color: #ffffff;
}

.nav:not(.nav--scrolled) .nav__logo-icon {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  box-shadow: none;
  color: var(--accent);
}

.nav__actions {
  display: flex;
  align-items: center;
  gap: var(--space-md);
}

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 6px;
  padding: var(--space-sm);
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-md);
  transition: background var(--transition-fast);
}

.nav__toggle:hover {
  background: rgba(0,0,0,0.05);
}

.nav__toggle span {
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  transition: all var(--transition-fast);
  border-radius: 1px;
}

.nav:not(.nav--scrolled) .nav__toggle span {
  background: white;
}

@media (max-width: 1024px) {
  .nav__toggle { display: flex; }
  
  .nav__menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(350px, 85vw);
    height: 100vh;
    background: var(--white);
    flex-direction: column;
    justify-content: center;
    gap: var(--space-lg);
    box-shadow: var(--shadow-dramatic);
    transition: right var(--transition-smooth);
    padding: var(--space-2xl);
  }
  
  .nav__menu--open { right: 0; }
  
  .nav__menu .nav__link {
    font-size: 1.25rem;
    color: var(--text-primary);
  }
}

/* =============================================
   Buttons - Premium Feel
   ============================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-sm);
  padding: var(--space-md) var(--space-xl);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  border-radius: var(--radius-full);
  transition: all var(--transition-smooth);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.2) 50%, transparent 60%);
  transform: translateX(-100%);
  transition: transform 0.6s;
}

.btn:hover::before {
  transform: translateX(100%);
}

.btn--primary {
  background: linear-gradient(145deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--text-light);
  box-shadow: var(--shadow-green);
}

.btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(15, 61, 15, 0.4);
}

.btn--accent {
  background: linear-gradient(145deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: var(--dark);
  box-shadow: var(--shadow-gold);
}

.btn--accent:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(212, 160, 18, 0.5);
}

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

.btn--secondary:hover {
  background: var(--primary);
  color: var(--text-light);
  transform: translateY(-3px);
}

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

.btn--ghost:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-3px);
}

.btn--lg {
  padding: var(--space-lg) var(--space-2xl);
  font-size: 1.05rem;
}

.btn--sm {
  padding: var(--space-sm) var(--space-lg);
  font-size: 0.85rem;
}

/* =============================================
   Hero Section - DRAMATIC EDITORIAL
   ============================================= */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(160deg, var(--primary-dark) 0%, var(--primary) 40%, var(--primary-mid) 100%);
}

/* Layered background effects */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse 80% 50% at 20% 40%, rgba(212, 160, 18, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 80% 60%, rgba(27, 94, 32, 0.3) 0%, transparent 50%);
  pointer-events: none;
}

/* Decorative folk pattern */
.hero__bg {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-rule='evenodd'%3E%3Cpath d='M40 0L50 10L40 20L30 10L40 0zM0 40L10 50L0 60L10 70L0 80L10 70L20 80L10 70L0 60L10 50L0 40zM80 40L70 50L80 60L70 70L80 80L70 70L60 80L70 70L80 60L70 50L80 40zM40 60L50 70L40 80L30 70L40 60z'/%3E%3Cpath d='M20 20h4v4h-4zM56 20h4v4h-4zM20 56h4v4h-4zM56 56h4v4h-4z'/%3E%3C/g%3E%3C/svg%3E");
}

/* Floating shapes with better animation */
.hero__shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero__shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  animation: float-shape 25s infinite ease-in-out;
}

.hero__shape--1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--accent) 0%, transparent 70%);
  top: -200px;
  right: -100px;
  opacity: 0.2;
  animation-delay: 0s;
}

.hero__shape--2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--primary-light) 0%, transparent 70%);
  bottom: -100px;
  left: -100px;
  opacity: 0.3;
  animation-delay: -8s;
}

.hero__shape--3 {
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--accent-bright) 0%, transparent 70%);
  top: 40%;
  left: 30%;
  opacity: 0.15;
  animation-delay: -15s;
}

@keyframes float-shape {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(30px, -40px) scale(1.1); }
  50% { transform: translate(-20px, 60px) scale(0.9); }
  75% { transform: translate(-40px, -20px) scale(1.05); }
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  color: var(--text-light);
  padding: var(--space-4xl) 0;
}

/* Editorial eyebrow badge */
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-sm);
  padding: var(--space-sm) var(--space-lg);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: var(--space-xl);
  border: 1px solid rgba(255, 255, 255, 0.15);
  animation: fadeSlideUp 0.8s ease-out;
}

.hero__badge-dot {
  width: 8px;
  height: 8px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--accent), 0 0 20px var(--accent);
  animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
  0%, 100% { opacity: 1; box-shadow: 0 0 10px var(--accent), 0 0 20px var(--accent); }
  50% { opacity: 0.7; box-shadow: 0 0 20px var(--accent), 0 0 40px var(--accent); }
}

.hero__title {
  font-size: clamp(3.5rem, 10vw, 7rem);
  font-weight: 900;
  line-height: 0.95;
  margin-bottom: var(--space-lg);
  color: var(--text-light);
  animation: fadeSlideUp 0.8s ease-out 0.1s backwards;
}

.hero__title-accent {
  color: var(--accent);
  display: block;
  font-style: italic;
  font-family: var(--font-heading);
  font-weight: 400;
  font-size: 0.85em;
  margin-top: var(--space-sm);
  text-shadow: 0 4px 30px var(--accent-glow);
}

.hero__subtitle {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: var(--space-2xl);
  max-width: 600px;
  font-weight: 300;
  animation: fadeSlideUp 0.8s ease-out 0.2s backwards;
}

.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  animation: fadeSlideUp 0.8s ease-out 0.3s backwards;
}

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

/* Scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: var(--space-2xl);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-sm);
  color: var(--text-light);
  opacity: 0.6;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  animation: bounce-scroll 2.5s infinite;
}

.hero__scroll-icon {
  width: 26px;
  height: 44px;
  border: 2px solid currentColor;
  border-radius: 20px;
  position: relative;
}

.hero__scroll-icon::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: currentColor;
  border-radius: 4px;
  animation: scroll-dot 2s infinite;
}

@keyframes bounce-scroll {
  0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(-12px); }
  60% { transform: translateX(-50%) translateY(-6px); }
}

@keyframes scroll-dot {
  0%, 100% { opacity: 1; transform: translateX(-50%) translateY(0); }
  50% { opacity: 0.3; transform: translateX(-50%) translateY(12px); }
}

/* =============================================
   Stats Section - Bold Numbers
   ============================================= */
.stats {
  background: var(--dark-green);
  padding: var(--space-3xl) 0;
  color: var(--text-light);
  position: relative;
  overflow: hidden;
}

.stats::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-xl);
  text-align: center;
}

@media (max-width: 768px) {
  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.stat {
  padding: var(--space-lg);
  position: relative;
}

.stat::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255,255,255,0.1);
}

.stat:last-child::after {
  display: none;
}

.stat__number {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-bright) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: var(--space-sm);
  line-height: 1;
}

.stat__label {
  font-size: 0.9rem;
  opacity: 0.7;
  letter-spacing: 0.05em;
  font-weight: 500;
}

/* =============================================
   Cards - Glass & Premium
   ============================================= */
.card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
  box-shadow: var(--shadow-soft);
  transition: all var(--transition-smooth);
  border: 1px solid var(--gray-200);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition-smooth);
}

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

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

.card--feature {
  text-align: center;
  padding: var(--space-2xl);
}

.card__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto var(--space-lg);
  background: linear-gradient(145deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  box-shadow: var(--shadow-green);
  transition: transform var(--transition-bounce);
}

.card:hover .card__icon {
  transform: scale(1.1) rotate(-5deg);
}

.card__icon--accent {
  background: linear-gradient(145deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: var(--dark);
  box-shadow: var(--shadow-gold);
}

.card__title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  margin-bottom: var(--space-md);
  font-weight: 600;
}

.card__text {
  color: var(--text-secondary);
  margin-bottom: 0;
  line-height: 1.7;
}

/* Program Cards - Magazine Style */
.program-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: all var(--transition-smooth);
  border: 1px solid var(--gray-200);
}

.program-card:hover {
  transform: translateY(-12px);
  box-shadow: var(--shadow-dramatic);
}

.program-card__image {
  height: 220px;
  position: relative;
  overflow: hidden;
}

.program-card__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.1) 100%);
}

.program-card__content {
  padding: var(--space-xl);
}

.program-card__tag {
  display: inline-block;
  padding: var(--space-xs) var(--space-md);
  background: rgba(15, 61, 15, 0.08);
  color: var(--primary);
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: var(--space-md);
}

.program-card__title {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  margin-bottom: var(--space-sm);
  font-weight: 600;
}

.program-card__text {
  color: var(--text-secondary);
  margin-bottom: var(--space-lg);
  line-height: 1.7;
}

/* =============================================
   Section Headers - Editorial Style
   ============================================= */
.section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto var(--space-3xl);
}

.section-header__eyebrow {
  display: inline-block;
  padding: var(--space-sm) var(--space-lg);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--primary);
  margin-bottom: var(--space-lg);
  position: relative;
}

.section-header__eyebrow::before,
.section-header__eyebrow::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: var(--gray-300);
}

.section-header__eyebrow::before {
  right: 100%;
  margin-right: var(--space-md);
}

.section-header__eyebrow::after {
  left: 100%;
  margin-left: var(--space-md);
}

.section-header__title {
  margin-bottom: var(--space-md);
}

.section-header__text {
  color: var(--text-secondary);
  font-size: 1.15rem;
  line-height: 1.7;
}

/* =============================================
   Announcements - Bold Editorial
   ============================================= */
.announcement {
  background: linear-gradient(145deg, var(--accent) 0%, var(--accent-dark) 100%);
  border-radius: var(--radius-2xl);
  padding: var(--space-2xl) var(--space-3xl);
  color: var(--dark);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-gold);
}

.announcement::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);
  pointer-events: none;
}

.announcement__title {
  font-family: var(--font-display);
  font-size: 1.75rem;
  margin-bottom: var(--space-md);
  font-weight: 700;
}

.announcement__text {
  font-size: 1.1rem;
  margin-bottom: 0;
  opacity: 0.85;
  line-height: 1.7;
}

/* =============================================
   Pricing Cards - Premium
   ============================================= */
.pricing-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl);
  text-align: center;
  box-shadow: var(--shadow-soft);
  transition: all var(--transition-smooth);
  position: relative;
  border: 1px solid var(--gray-200);
}

.pricing-card:hover {
  transform: translateY(-12px);
  box-shadow: var(--shadow-dramatic);
}

.pricing-card--featured {
  background: linear-gradient(160deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--text-light);
  transform: scale(1.05);
  border: none;
  box-shadow: var(--shadow-green);
}

.pricing-card--featured:hover {
  transform: scale(1.05) translateY(-12px);
}

.pricing-card__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: var(--dark);
  padding: var(--space-xs) var(--space-lg);
  border-radius: var(--radius-full);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  box-shadow: var(--shadow-gold);
}

.pricing-card__title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  margin-bottom: var(--space-sm);
  font-weight: 600;
}

.pricing-card__price {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: var(--space-sm);
  line-height: 1;
}

.pricing-card__price span {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.6;
}

.pricing-card__desc {
  opacity: 0.7;
  margin-bottom: var(--space-xl);
}

.pricing-card__features {
  text-align: left;
  margin-bottom: var(--space-xl);
}

.pricing-card__feature {
  display: flex;
  align-items: center;
  gap: var(--space-sm);
  padding: var(--space-sm) 0;
}

.pricing-card__feature::before {
  content: '✓';
  color: var(--accent);
  font-weight: 700;
  font-size: 1.1rem;
}

/* =============================================
   Footer - Refined
   ============================================= */
.footer {
  background: var(--dark);
  color: var(--text-light);
  padding: var(--space-4xl) 0 var(--space-xl);
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: var(--space-2xl);
  margin-bottom: var(--space-3xl);
}

@media (max-width: 968px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .footer__grid {
    grid-template-columns: 1fr;
  }
}

.footer__brand {
  max-width: 320px;
}

.footer__logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: var(--space-lg);
  display: flex;
  align-items: center;
  gap: var(--space-sm);
}

.footer__logo-icon {
  width: 44px;
  height: 44px;
  background: var(--accent);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  font-weight: 900;
  font-size: 1.25rem;
}

.footer__desc {
  color: var(--gray-400);
  margin-bottom: var(--space-lg);
  line-height: 1.7;
}

.footer__heading {
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: var(--space-lg);
  color: var(--text-light);
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.footer__link {
  color: var(--gray-400);
  transition: all var(--transition-fast);
  font-size: 0.95rem;
}

.footer__link:hover {
  color: var(--accent);
  transform: translateX(4px);
}

.footer__social {
  display: flex;
  gap: var(--space-md);
}

.footer__social-link {
  width: 48px;
  height: 48px;
  background: var(--gray-800);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-400);
  transition: all var(--transition-smooth);
}

.footer__social-link:hover {
  background: var(--accent);
  color: var(--dark);
  transform: translateY(-4px);
}

.footer__bottom {
  padding-top: var(--space-xl);
  border-top: 1px solid var(--gray-800);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-md);
}

.footer__copy {
  color: var(--gray-500);
  font-size: 0.875rem;
}

/* =============================================
   Language Toggle - Refined
   ============================================= */
.lang-toggle {
  display: flex;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-full);
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.nav--scrolled .lang-toggle {
  background: var(--gray-100);
  border-color: var(--gray-200);
}

.lang-toggle__btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: var(--space-sm) var(--space-md);
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  transition: all var(--transition-fast);
  cursor: pointer;
}

.nav--scrolled .lang-toggle__btn {
  color: var(--text-secondary);
}

.lang-toggle__btn:hover {
  color: #ffffff;
}

.nav--scrolled .lang-toggle__btn:hover {
  color: var(--primary);
}

.lang-toggle__btn--active {
  background: var(--white);
  color: var(--primary) !important;
  box-shadow: var(--shadow-subtle);
}

.lang-toggle__flag {
  font-size: 1.1rem;
  line-height: 1;
}

/* =============================================
   Page Headers
   ============================================= */
.page-header {
  background: linear-gradient(160deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-mid) 100%);
  padding: calc(100px + var(--space-3xl)) 0 var(--space-3xl);
  color: var(--text-light);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M40 0L50 10L40 20L30 10L40 0zM0 40L10 50L0 60L10 70L0 80L10 70L20 80L10 70L0 60L10 50L0 40zM80 40L70 50L80 60L70 70L80 80L70 70L60 80L70 70L80 60L70 50L80 40zM40 60L50 70L40 80L30 70L40 60z'/%3E%3C/g%3E%3C/svg%3E");
}

.page-header::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.2) 100%);
}

.page-header__content {
  position: relative;
  z-index: 2;
}

.page-header__title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  margin-bottom: var(--space-md);
  color: #ffffff !important;
  text-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.page-header__breadcrumb {
  display: flex;
  justify-content: center;
  gap: var(--space-sm);
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.page-header__breadcrumb a:hover {
  text-decoration: underline;
}

/* =============================================
   Schedule Items
   ============================================= */
.schedule-item {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
  padding: var(--space-lg);
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-subtle);
  transition: all var(--transition-smooth);
  border: 1px solid var(--gray-200);
}

.schedule-item:hover {
  box-shadow: var(--shadow-medium);
  transform: translateX(8px);
}

.schedule-item__date {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  background: linear-gradient(145deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  box-shadow: var(--shadow-green);
}

.schedule-item__day {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1;
}

.schedule-item__month {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.8;
}

.schedule-item__title {
  font-family: var(--font-heading);
  font-weight: 600;
  margin-bottom: var(--space-xs);
  font-size: 1.1rem;
}

.schedule-item__time {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.schedule-item--highlight {
  border-left: 4px solid var(--accent);
}

.schedule-item--highlight .schedule-item__date {
  background: linear-gradient(145deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: var(--dark);
  box-shadow: var(--shadow-gold);
}

/* =============================================
   Donors Wall
   ============================================= */
.donors-wall {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  justify-content: center;
}

.donor {
  padding: var(--space-sm) var(--space-lg);
  background: var(--white);
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  box-shadow: var(--shadow-subtle);
  transition: all var(--transition-smooth);
  border: 1px solid var(--gray-200);
}

.donor:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: var(--shadow-gold);
  background: var(--accent);
  color: var(--dark);
  border-color: var(--accent);
}

/* =============================================
   Contact Section
   ============================================= */
.contact-info {
  display: grid;
  gap: var(--space-xl);
}

.contact-item {
  display: flex;
  gap: var(--space-lg);
}

.contact-item__icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  background: linear-gradient(145deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-light);
  font-size: 1.5rem;
  box-shadow: var(--shadow-green);
}

.contact-item__content h4 {
  font-family: var(--font-heading);
  margin-bottom: var(--space-xs);
}

.contact-item__content p {
  color: var(--text-secondary);
  margin-bottom: 0;
}

.map-embed {
  width: 100%;
  height: 350px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-medium);
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Team Members */
.team-member {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: var(--space-xl);
  text-align: center;
  box-shadow: var(--shadow-soft);
  transition: all var(--transition-smooth);
  border: 1px solid var(--gray-200);
}

.team-member:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-dramatic);
}

.team-member__avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0 auto var(--space-lg);
  box-shadow: var(--shadow-green);
}

.team-member__name {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin-bottom: var(--space-xs);
}

.team-member__role {
  color: var(--primary);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* =============================================
   Animations - Scroll Triggered
   ============================================= */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.slide-in-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Stagger animations */
.stagger > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.stagger.visible > *:nth-child(1) { transition-delay: 0.1s; }
.stagger.visible > *:nth-child(2) { transition-delay: 0.2s; }
.stagger.visible > *:nth-child(3) { transition-delay: 0.3s; }
.stagger.visible > *:nth-child(4) { transition-delay: 0.4s; }
.stagger.visible > *:nth-child(5) { transition-delay: 0.5s; }
.stagger.visible > *:nth-child(6) { transition-delay: 0.6s; }

.stagger.visible > * {
  opacity: 1;
  transform: translateY(0);
}

/* =============================================
   Utility Classes
   ============================================= */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mb-0 { margin-bottom: 0; }
.mb-sm { margin-bottom: var(--space-sm); }
.mb-md { margin-bottom: var(--space-md); }
.mb-lg { margin-bottom: var(--space-lg); }
.mb-xl { margin-bottom: var(--space-xl); }
.mb-2xl { margin-bottom: var(--space-2xl); }
.mb-3xl { margin-bottom: var(--space-3xl); }

.mt-0 { margin-top: 0; }
.mt-lg { margin-top: var(--space-lg); }
.mt-xl { margin-top: var(--space-xl); }
.mt-2xl { margin-top: var(--space-2xl); }

.hidden { display: none !important; }

/* Language visibility */
[lang="bg"] [data-lang="en"]:not(.lang-toggle__btn),
[lang="en"] [data-lang="bg"]:not(.lang-toggle__btn) {
  display: none;
}

.lang-toggle__btn {
  display: flex !important;
}

/* =============================================
   Responsive
   ============================================= */
@media (max-width: 768px) {
  html { font-size: 15px; }
  
  .section {
    padding: var(--space-3xl) 0;
  }
  
  .section-header {
    margin-bottom: var(--space-2xl);
  }
  
  .hero__content {
    padding: var(--space-2xl) 0;
  }
  
  .footer__bottom {
    flex-direction: column;
    text-align: center;
  }
  
  .pricing-card--featured {
    transform: none;
  }
  
  .pricing-card--featured:hover {
    transform: translateY(-12px);
  }
  
  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .stat::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 var(--space-lg);
  }
  
  .hero__buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .hero__buttons .btn {
    width: 100%;
  }
}

/* =============================================
   Hero Image - Right Side Illustration
   ============================================= */
.hero__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3xl);
  align-items: center;
}

.hero__image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__image {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: var(--radius-2xl);
  box-shadow: 
    0 30px 60px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  animation: floatImage 6s ease-in-out infinite;
  transform: perspective(1000px) rotateY(-5deg);
}

@keyframes floatImage {
  0%, 100% { 
    transform: perspective(1000px) rotateY(-5deg) translateY(0); 
  }
  50% { 
    transform: perspective(1000px) rotateY(-5deg) translateY(-15px); 
  }
}

.hero__image-wrapper::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  border-radius: var(--radius-2xl);
  top: 5%;
  left: 10%;
  z-index: -1;
  opacity: 0.2;
  filter: blur(40px);
}

@media (max-width: 1024px) {
  .hero__container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .hero__image-wrapper {
    display: none;
  }
  
  .hero__content {
    max-width: 100%;
  }
  
  .hero__buttons {
    justify-content: center;
  }
}

/* =============================================
   Gallery Page Styles
   ============================================= */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: var(--space-lg);
  margin-bottom: var(--space-3xl);
}

.gallery-item {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: var(--radius-xl);
  overflow: hidden;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
  transition: all var(--transition-smooth);
}

.gallery-item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: var(--shadow-dramatic);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-smooth);
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg, 
    transparent 0%, 
    transparent 50%, 
    rgba(0, 0, 0, 0.6) 100%
  );
  opacity: 0;
  transition: opacity var(--transition-smooth);
}

.gallery-item:hover::after {
  opacity: 1;
}

.gallery-item__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: var(--space-lg);
  color: white;
  z-index: 2;
  transform: translateY(20px);
  opacity: 0;
  transition: all var(--transition-smooth);
}

.gallery-item:hover .gallery-item__overlay {
  transform: translateY(0);
  opacity: 1;
}

.gallery-item__title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: var(--space-xs);
}

.gallery-item__zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1.5rem;
  z-index: 3;
  transition: transform var(--transition-bounce);
  box-shadow: var(--shadow-medium);
}

.gallery-item:hover .gallery-item__zoom {
  transform: translate(-50%, -50%) scale(1);
}

/* Gallery Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: var(--space-xl);
  opacity: 0;
  transition: opacity var(--transition-smooth);
}

.lightbox.active {
  display: flex;
  opacity: 1;
}

.lightbox__image {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-dramatic);
}

.lightbox__close {
  position: absolute;
  top: var(--space-xl);
  right: var(--space-xl);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
}

.lightbox__close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(90deg);
}

/* Gallery Categories */
.gallery-categories {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-md);
  justify-content: center;
  margin-bottom: var(--space-2xl);
}

.gallery-category {
  padding: var(--space-sm) var(--space-lg);
  background: var(--white);
  border: 2px solid var(--gray-200);
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-secondary);
  cursor: pointer;
  transition: all var(--transition-fast);
}

.gallery-category:hover,
.gallery-category.active {
  background: var(--primary);
  border-color: var(--primary);
  color: white;
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-md);
  }
  
  .gallery-item {
    aspect-ratio: 1;
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}