/* Reset i base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
  color: #1e293b;
  background: #fdf2f8;
  min-height: 100vh;
  font-display: swap;
  font-size: 0.9rem;
}

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

/* Container */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (max-width: 640px) {
  .container {
    padding: 0 1rem;
    max-width: 100%;
  }
  
  /* Napraw kolory przycisków na mobile */
  .btn-primary {
    background: #f43f5e !important;
    color: white !important;
  }
  
  .btn-outline {
    background: transparent !important;
    color: #f43f5e !important;
    border: 2px solid #f43f5e !important;
  }
  
  .hero-title {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
  }
  
  .hero-subtitle {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
    margin-bottom: 2rem !important;
  }
  
  .about-title {
    font-size: 2.25rem !important;
    line-height: 1.2 !important;
  }
  
  .card {
    padding: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .hero {
    padding: 3rem 0 4rem !important;
    min-height: auto !important;
  }
  
  .section {
    padding: 2.5rem 0 !important;
  }
  
  /* Navigation mobile improvements */
  .navbar {
    padding: 0.75rem 0 !important;
  }
  
  .navbar-brand {
    font-size: 1.25rem !important;
  }
  
  .brand-icon {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }
  
  /* Mobile menu improvements */
  .mobile-menu {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(12px) !important;
    border-top: 1px solid rgba(244, 63, 94, 0.1) !important;
  }
  
  .mobile-nav-link {
    padding: 1rem 1.5rem !important;
    font-size: 1.125rem !important;
    border-bottom: 1px solid rgba(244, 63, 94, 0.1) !important;
  }
  
  /* Button improvements for mobile */
  .btn {
    padding: 0.875rem 1.5rem !important;
    font-size: 1rem !important;
    width: 100% !important;
    justify-content: center !important;
  }
  
  .btn-lg {
    padding: 1rem 2rem !important;
    font-size: 1.125rem !important;
  }
  
  /* Form improvements for mobile */
  .form-group {
    margin-bottom: 1.5rem !important;
  }
  
  .form-input, .form-textarea {
    padding: 1rem !important;
    font-size: 1rem !important;
  }
  
  /* Document cards mobile */
  .document-card {
    padding: 2rem !important;
  }
  
  .document-info {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  
  .document-icon {
    margin-bottom: 1.5rem !important;
    margin-right: 0 !important;
  }
  
  .document-content {
    margin-bottom: 2rem !important;
  }
  
  /* Footer mobile */
  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  
  .footer-section {
    text-align: center !important;
  }
  
  /* Icon containers mobile */
  .icon-container {
    width: 4rem !important;
    height: 4rem !important;
  }
  
  .icon-lg {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }
  
  /* Activity cards mobile */
  .activities-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
  
  /* Title underline mobile */
  .title-underline {
    width: 6rem !important;
    height: 0.25rem !important;
  }
  
  /* Stats mobile */
  .stats-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  
  .stat-number {
    font-size: 2rem !important;
  }
}

/* Colors */
:root {
  --rose-50: #fff1f2;
  --rose-100: #ffe4e6;
  --rose-200: #fecdd3;
  --rose-300: #fda4af;
  --rose-400: #fb7185;
  --rose-500: #f43f5e;
  --rose-600: #e11d48;
  --rose-700: #be123c;
  --rose-800: #9f1239;
  --pink-50: #fdf2f8;
  --pink-100: #fce7f3;
  --pink-200: #fbcfe8;
  --pink-300: #f9a8d4;
  --pink-400: #f472b6;
  --pink-500: #ec4899;
  --pink-600: #db2777;
  --pink-700: #be185d;
  --pink-800: #9d174d;
  --purple-50: #faf5ff;
  --purple-200: #e9d5ff;
  --purple-300: #d8b4fe;
  --fuchsia-100: #f5d0fe;
  --fuchsia-200: #f0abfc;
  --fuchsia-600: #c026d3;
  --fuchsia-800: #86198f;
  --muted-foreground: #64748b;
  --border: #e2e8f0;
}

/* Background */
body {
  position: relative;
}

.background-container {
  position: fixed;
  inset: 0;
  z-index: -10;
  background: linear-gradient(135deg, var(--rose-50) 0%, var(--pink-50) 50%, var(--purple-50) 100%);
}

/* Mobile performance optimization */
@media (max-width: 640px) {
  .background-container {
    display: none !important;
  }
  
  .gradient-mesh {
    display: none !important;
  }
  
  .floating-shapes {
    display: none !important;
  }
  
  /* Disable animations on mobile */
  *, *::before, *::after {
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    transition-duration: 0s !important;
  }
  
  .main {
    position: relative !important;
    z-index: 10 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    margin-top: 1rem !important;
    border-radius: 1rem 1rem 0 0 !important;
    min-height: calc(100vh - 8rem) !important;
  }
  
  /* Napraw kolory przycisków na mobile */
  .btn-primary {
    background: #f43f5e !important;
    color: white !important;
  }
  
  .btn-outline {
    background: transparent !important;
    color: #f43f5e !important;
    border: 2px solid #f43f5e !important;
  }
}

.gradient-mesh {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -10;
}

.gradient-orb-1 {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, 
    rgba(244, 63, 94, 0.25) 0%, 
    rgba(236, 72, 153, 0.2) 35%, 
    rgba(192, 38, 211, 0.15) 70%, 
    transparent 100%);
  border-radius: 50%;
  filter: blur(80px);
  animation: pulse 6s ease-in-out infinite, drift 20s ease-in-out infinite alternate;
}

.gradient-orb-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.2) 0%, rgba(196, 181, 253, 0.15) 50%, transparent 100%);
  border-radius: 50%;
  filter: blur(60px);
  animation: pulse 5s ease-in-out infinite;
  animation-delay: 1s;
}

.gradient-orb-3 {
  position: absolute;
  top: 33%;
  right: 25%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(196, 181, 253, 0.15) 0%, rgba(244, 63, 94, 0.1) 100%);
  border-radius: 50%;
  filter: blur(60px);
  animation: pulse 6s ease-in-out infinite;
  animation-delay: 2s;
}

.gradient-orb-4 {
  position: absolute;
  bottom: 33%;
  left: 25%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(251, 207, 232, 0.15) 0%, rgba(196, 181, 253, 0.1) 100%);
  border-radius: 50%;
  filter: blur(40px);
  animation: pulse 7s ease-in-out infinite;
  animation-delay: 0.5s;
}

/* Floating shapes */
.floating-shapes {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -10;
  overflow: hidden;
}

.shape-1 {
  position: absolute;
  top: 5rem;
  left: 2.5rem;
  width: 10rem;
  height: 10rem;
  border: 3px solid;
  border-image: linear-gradient(45deg, 
    rgba(244, 63, 94, 0.4), 
    rgba(236, 72, 153, 0.4), 
    rgba(192, 38, 211, 0.4)) 1;
  border-radius: 50%;
  animation: spin 25s linear infinite, glow 8s ease-in-out infinite alternate;
  box-shadow: 0 0 30px rgba(244, 63, 94, 0.2);
}

.shape-2 {
  position: absolute;
  top: 8rem;
  right: 4rem;
  width: 8rem;
  height: 8rem;
  border: 2px solid rgba(236, 72, 153, 0.4);
  transform: rotate(45deg);
  animation: pulse 3s ease-in-out infinite;
}

.shape-3 {
  position: absolute;
  bottom: 6rem;
  left: 25%;
  width: 9rem;
  height: 9rem;
  border: 1px solid rgba(196, 181, 253, 0.35);
  border-radius: 50%;
  animation: bounce 4s ease-in-out infinite;
}

.shape-4 {
  position: absolute;
  top: 50%;
  right: 8rem;
  width: 6rem;
  height: 6rem;
  border: 2px solid rgba(244, 63, 94, 0.25);
  transform: rotate(12deg);
  animation: pulse 5s ease-in-out infinite;
  animation-delay: 1s;
}

.shape-5 {
  position: absolute;
  bottom: 10rem;
  right: 33%;
  width: 7rem;
  height: 7rem;
  border: 1px solid rgba(236, 72, 153, 0.3);
  border-radius: 50%;
  animation: ping 8s ease-in-out infinite;
}

.shape-6 {
  position: absolute;
  top: 10rem;
  left: 33%;
  width: 5rem;
  height: 5rem;
  border: 2px solid rgba(196, 181, 253, 0.35);
  transform: rotate(45deg);
  animation: pulse 4s ease-in-out infinite;
  animation-delay: 2s;
}

.floating-dot-1 {
  position: absolute;
  top: 4rem;
  left: 50%;
  width: 0.75rem;
  height: 0.75rem;
  background-color: rgba(244, 63, 94, 0.4);
  border-radius: 50%;
  animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.floating-dot-2 {
  position: absolute;
  top: 6rem;
  left: calc(50% + 2rem);
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(236, 72, 153, 0.5);
  border-radius: 50%;
  animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
  animation-delay: 1s;
}

.floating-dot-3 {
  position: absolute;
  top: 8rem;
  left: calc(50% + 1rem);
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(196, 181, 253, 0.4);
  border-radius: 50%;
  animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
  animation-delay: 2s;
}

/* Navigation */
.navbar {
  border-bottom: 1px solid rgba(244, 63, 94, 0.2);
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.95) 0%, 
    rgba(255, 241, 242, 0.95) 50%, 
    rgba(253, 242, 248, 0.95) 100%);
  backdrop-filter: blur(20px) saturate(180%);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: 0 8px 32px 0 rgba(244, 63, 94, 0.1),
              0 2px 16px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s;
}

.navbar-brand:hover .brand-icon {
  transform: scale(1.1);
}

.brand-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--rose-600);
  fill: rgba(244, 63, 94, 0.2);
  transition: transform 0.2s;
}

.brand-text {
  font-weight: bold;
  color: var(--rose-700);
  font-size: 1.125rem;
}

.navbar-menu {
  display: none;
  align-items: center;
  gap: 1.5rem;
}

.navbar-menu.desktop {
  display: flex;
}

.nav-link {
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s;
  color: var(--muted-foreground);
  padding: 0.75rem 1rem;
  border-radius: 9999px;
  position: relative;
}

.nav-link:hover {
  color: var(--rose-600);
  background-color: var(--rose-50);
}

.nav-link.active {
  color: var(--rose-600);
  background-color: var(--rose-100);
}

/* Nav dots removed for cleaner look */

.mobile-menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  min-height: 48px;
  min-width: 48px;
  border: none;
  background: none;
  border-radius: 1rem;
  cursor: pointer;
  transition: all 0.2s;
  touch-action: manipulation;
  color: var(--rose-600);
}

.mobile-menu-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu {
  display: none;
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid var(--border);
  padding-top: 1rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.mobile-menu.active {
  display: block;
  opacity: 1;
  max-height: 500px;
}

.mobile-menu-items {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.mobile-nav-link {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem;
  border-radius: 1rem;
  min-height: 48px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  color: var(--muted-foreground);
  touch-action: manipulation;
}

.mobile-nav-link.active {
  color: var(--rose-600);
  background-color: var(--rose-100);
}

/* Mobile nav dots removed for cleaner look */

/* Card */
.card {
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.95) 0%, 
    rgba(255, 251, 252, 0.95) 100%);
  backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 1.5rem;
  padding: 1.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 24px 0 rgba(244, 63, 94, 0.08),
              0 2px 12px 0 rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, 
    var(--rose-400), 
    var(--pink-400), 
    var(--fuchsia-400));
  opacity: 0;
  transition: opacity 0.4s ease;
}

.card:hover {
  box-shadow: 0 32px 64px -12px rgba(244, 63, 94, 0.15),
              0 8px 32px 0 rgba(0, 0, 0, 0.08);
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(244, 63, 94, 0.3);
}

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

.card.gradient {
  background: linear-gradient(135deg, rgba(255, 241, 242, 0.5), rgba(253, 242, 248, 0.5));
  border: 1px solid var(--rose-200);
}

/* Button */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  min-height: 42px;
  touch-action: manipulation;
  position: relative;
  overflow: hidden;
}

/* Hover effects removed for stable form experience */

.btn:hover {
  opacity: 0.9;
}

.btn-primary {
  background: linear-gradient(135deg, 
    var(--rose-500) 0%, 
    var(--pink-500) 50%, 
    var(--rose-600) 100%);
  color: white !important;
  font-weight: 600;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 24px -4px rgba(244, 63, 94, 0.4),
              0 4px 12px -2px rgba(0, 0, 0, 0.1);
}

.btn-secondary {
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.9) 0%, 
    rgba(255, 251, 252, 0.9) 100%);
  color: var(--rose-600) !important;
  border: 2px solid var(--rose-300);
  font-weight: 600;
  backdrop-filter: blur(10px);
}

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

.btn-lg {
  font-size: 1rem;
  padding: 1rem 1.75rem;
  min-height: 48px;
}

/* Icon */
.icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.icon-lg {
  width: 2rem;
  height: 2rem;
}

/* Mobile icon fixes */
@media (max-width: 768px) {
  .icon {
    width: 1.25rem;
    height: 1.25rem;
    color: inherit !important;
  }
  
  .contact-icon svg {
    color: var(--red-600) !important;
  }
  
  .document-icon svg {
    color: var(--blue-600) !important;
  }
  
  .document-icon.rose svg {
    color: var(--rose-600) !important;
  }
  
  .document-icon.pink svg {
    color: var(--pink-600) !important;
  }
}

/* Badge */
.badge {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background-color: var(--pink-100);
  color: var(--pink-700);
  font-weight: 500;
  font-size: 0.875rem;
  border-radius: 9999px;
  border: 1px solid var(--pink-200);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  animation: scaleIn 0.5s ease-out;
}

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

@keyframes glow {
  0% { 
    box-shadow: 0 8px 32px rgba(244, 63, 94, 0.2),
                0 4px 16px rgba(244, 63, 94, 0.1); 
  }
  100% { 
    box-shadow: 0 12px 48px rgba(244, 63, 94, 0.4),
                0 6px 24px rgba(244, 63, 94, 0.2); 
  }
}

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

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

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

@keyframes pulse {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 1; }
  50% { transform: scale(1.15) rotate(180deg); opacity: 0.8; }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes drift {
  0% { transform: translateX(0) translateY(0) rotate(0deg); }
  25% { transform: translateX(20px) translateY(-15px) rotate(90deg); }
  50% { transform: translateX(-10px) translateY(25px) rotate(180deg); }
  75% { transform: translateX(15px) translateY(10px) rotate(270deg); }
  100% { transform: translateX(0) translateY(0) rotate(360deg); }
}

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

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  50% {
    transform: translateY(-1.25rem);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
}

.animate-fade-in {
  animation: fadeIn 0.6s ease-out;
}

.animate-scale-in {
  animation: scaleIn 0.5s ease-out;
}

/* Layout */
.main {
  position: relative;
  z-index: 10;
}

.section {
  padding: 4rem 0;
}

.section-lg {
  padding: 5rem 0 8rem;
}

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

.hero {
  padding: 4rem 0 8rem;
  text-align: center;
  position: relative;
}

.hero-content {
  max-width: 64rem;
  margin: 0 auto;
}

.hero-title {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, 
    var(--rose-700) 0%, 
    var(--pink-600) 50%, 
    var(--fuchsia-600) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  padding: 0 0.5rem;
  filter: drop-shadow(0 2px 4px rgba(244, 63, 94, 0.2));
}

/* Fallback dla starszych przeglądarek */
@supports not (background-clip: text) {
  .hero-title {
    background: none;
    -webkit-text-fill-color: var(--rose-700);
    color: var(--rose-700);
  }
}

.hero-subtitle {
  font-size: 1.1rem;
  color: var(--muted-foreground);
  margin-bottom: 1.5rem;
  line-height: 1.5;
  padding: 0 0.5rem;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  padding: 0 1rem;
}

.grid {
  display: grid;
  gap: 2rem;
}

.grid-cols-1 {
  grid-template-columns: 1fr;
}

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

/* Values Grid - responsive layout for Empatia, Wsparcie, Działanie */
.values-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: stretch;
}

/* Benefits Grid for sponsors page */
.benefits-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  align-items: stretch;
}

/* About page mobile styles */
.about-content .activities-list {
  list-style: none;
  padding: 0;
}

.about-content .activities-list li {
  padding: 0.75rem 0;
  padding-left: 2rem;
  position: relative;
  border-bottom: 1px solid rgba(244, 63, 94, 0.1);
}

.about-content .activities-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--rose-500);
  font-weight: bold;
}

@media (max-width: 640px) {
  .values-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  
  .values-grid .card {
    padding: 2rem 1.5rem !important;
    text-align: center !important;
    max-width: none !important;
  }
  
  .values-grid .icon-container {
    margin: 0 auto 1.5rem !important;
  }
  
  .values-grid .card-title {
    font-size: 1.5rem !important;
    margin-bottom: 1rem !important;
  }
  
  .values-grid .card-text {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 480px) {
  .values-grid {
    gap: 1rem !important;
  }
  
  .values-grid .card {
    padding: 1.5rem !important;
  }
  
  .values-grid .icon-container {
    width: 3.5rem !important;
    height: 3.5rem !important;
    margin-bottom: 1rem !important;
  }
  
  .values-grid .icon-lg {
    width: 2rem !important;
    height: 2rem !important;
  }
  
  .values-grid .card-title {
    font-size: 1.25rem !important;
  }
  
  .values-grid .card-text {
    font-size: 0.9rem !important;
  }
}

.icon-container {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  position: relative;
  overflow: hidden;
}

.icon-container::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, 
    transparent 40%, 
    rgba(255, 255, 255, 0.3) 50%, 
    transparent 60%);
  transform: rotate(45deg);
  transition: transform 0.6s ease;
  opacity: 0;
}

.icon-container:hover::before {
  transform: rotate(45deg) translateX(100%);
  opacity: 1;
}

.icon-container.rose {
  background: linear-gradient(135deg, var(--rose-100), var(--rose-50));
  border-color: var(--rose-300);
  color: var(--rose-600);
  box-shadow: 0 4px 16px rgba(244, 63, 94, 0.15);
}

.icon-container.rose:hover {
  box-shadow: 0 8px 32px rgba(244, 63, 94, 0.25);
}

.icon-container.pink {
  background: linear-gradient(135deg, var(--pink-100), var(--pink-50));
  border-color: var(--pink-300);
  color: var(--pink-600);
  box-shadow: 0 4px 16px rgba(236, 72, 153, 0.15);
}

.icon-container.pink:hover {
  box-shadow: 0 8px 32px rgba(236, 72, 153, 0.25);
}

.icon-container.fuchsia {
  background: linear-gradient(135deg, var(--fuchsia-100), var(--fuchsia-50));
  border-color: var(--fuchsia-300);
  color: var(--fuchsia-600);
  box-shadow: 0 4px 16px rgba(192, 38, 211, 0.15);
}

.icon-container.fuchsia:hover {
  box-shadow: 0 8px 32px rgba(192, 38, 211, 0.25);
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: var(--rose-800);
}

.card-title.pink {
  color: var(--pink-800);
}

.card-title.fuchsia {
  color: var(--fuchsia-800);
}

.card-text {
  color: var(--muted-foreground);
  line-height: 1.6;
  font-size: 1.125rem;
}

/* Footer */
.footer {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border-top: 1px solid rgba(244, 63, 94, 0.6);
  margin-top: 5rem;
  position: relative;
  z-index: 10;
}

.footer-content {
  padding: 2rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer-section h3 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: var(--rose-800);
}

.footer-section h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.footer-section p {
  font-size: 0.875rem;
  color: var(--muted-foreground);
  line-height: 1.6;
  word-break: break-all;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.footer-link {
  font-size: 0.875rem;
  color: var(--muted-foreground);
  text-decoration: none;
  padding: 0.25rem 0;
  transition: color 0.2s;
  touch-action: manipulation;
}

.footer-link:hover {
  color: var(--rose-600);
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  color: var(--muted-foreground);
}

/* Form */
.form-group {
  margin-bottom: 1.5rem;
}

.form-label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.form-input {
  width: 100%;
  height: 3rem;
  padding: 0 1rem;
  font-size: 1rem;
  border: 2px solid var(--border);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: none;
}

.form-input:focus {
  outline: none;
  border-color: var(--rose-400);
}

.form-textarea {
  width: 100%;
  min-height: 180px;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid var(--border);
  border-radius: 1rem;
  resize: vertical;
}

.form-textarea:focus {
  outline: none;
  border-color: var(--rose-600);
}

.checkbox-container {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.25rem;
  background: rgba(248, 250, 252, 0.3);
  border: 1px solid rgba(226, 232, 240, 0.5);
  border-radius: 0.75rem;
}

.checkbox {
  margin-top: 0.25rem;
}

.checkbox-label {
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
}

.form-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.5rem;
}

.form-error {
  color: #ef4444;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

/* Contact page specific */
.contact-card {
  margin-bottom: 1.5rem;
}

.contact-info {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.contact-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon.mail {
  background: rgba(244, 63, 94, 0.1);
  color: var(--rose-600);
}

.contact-icon.phone {
  background: rgba(244, 63, 94, 0.1);
  color: var(--rose-600);
}

.contact-icon.location {
  background: var(--rose-100);
  color: var(--rose-600);
}

.contact-text h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

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

.support-notice {
  margin-top: 1.5rem;
  padding: 1rem;
  background: rgba(255, 241, 242, 0.5);
  border-radius: 0.75rem;
  border: 1px solid var(--rose-200);
}

.support-notice p {
  font-size: 0.875rem;
  color: var(--rose-700);
  line-height: 1.6;
}

/* Documents page */
.document-card {
  padding: 2rem 2.5rem;
}

.document-info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
}

.document-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid;
}

.document-icon.rose {
  background: var(--rose-100);
  border-color: var(--rose-200);
  color: var(--rose-600);
}

.document-icon.pink {
  background: var(--pink-100);
  border-color: var(--pink-200);
  color: var(--pink-600);
}

.document-content h2 {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: var(--rose-800);
}

.document-content.pink h2 {
  color: var(--pink-800);
}

.document-description {
  color: var(--muted-foreground);
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.info-box {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid var(--fuchsia-200);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.info-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.info-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: var(--fuchsia-100);
  border: 1px solid var(--fuchsia-200);
  color: var(--fuchsia-600);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.info-content p {
  color: var(--muted-foreground);
  line-height: 1.6;
}

/* About page */
.about-hero {
  text-align: center;
  margin-bottom: 4rem;
}

.about-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, 
    var(--rose-700) 0%, 
    var(--pink-600) 50%, 
    var(--fuchsia-600) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 4px rgba(244, 63, 94, 0.2));
}

/* Fallback dla about-title */
@supports not (background-clip: text) {
  .about-title {
    background: none;
    -webkit-text-fill-color: var(--rose-700);
    color: var(--rose-700);
  }
}

.title-underline {
  width: 8rem !important;
  height: 0.3rem !important;
  background: linear-gradient(90deg, 
    #f43f5e 0%, 
    #ec4899 25%,
    #d946ef 50%,
    #ec4899 75%, 
    #f43f5e 100%) !important;
  background-size: 200% 100% !important;
  margin: 0 auto 1.5rem !important;
  border-radius: 9999px !important;
  animation: shimmer 3s ease-in-out infinite !important;
  box-shadow: 0 2px 8px rgba(244, 63, 94, 0.3) !important;
}

.about-content {
  max-width: 64rem;
  margin: 0 auto;
}

.mission-card {
  margin-bottom: 3rem;
}

.mission-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.mission-icon {
  width: 4rem;
  height: 4rem;
  background: var(--rose-100);
  border: 1px solid var(--rose-200);
  color: var(--rose-600);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mission-title {
  font-size: 2.25rem;
  font-weight: bold;
  color: var(--rose-800);
}

.mission-text {
  font-size: 1.25rem;
  color: var(--muted-foreground);
  line-height: 1.8;
  margin-bottom: 2rem;
}

.activities-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: var(--rose-800);
}

.activities-list {
  list-style: none;
  padding: 0;
}

.activities-list li {
  padding: 0.75rem 0;
  font-size: 1.125rem;
  color: var(--muted-foreground);
  position: relative;
  padding-left: 2rem;
}

.activities-list li:before {
  content: "•";
  color: var(--rose-600);
  position: absolute;
  left: 0;
  font-size: 1.5rem;
}

/* Responsive */
@media (prefers-reduced-motion: reduce) {
  .animate-fade-in,
  .animate-scale-in,
  .shape-1,
  .shape-2,
  .shape-3,
  .shape-4,
  .shape-5,
  .shape-6,
  .floating-dot-1,
  .floating-dot-2,
  .floating-dot-3,
  .gradient-orb-1,
  .gradient-orb-2,
  .gradient-orb-3,
  .gradient-orb-4 {
    animation: none;
  }
}

@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
  }
  
  .form-buttons {
    flex-direction: row;
  }
  
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .document-info {
    flex-direction: row;
    text-align: left;
  }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
  .container {
    padding: 0 0.75rem !important;
  }
  
  .hero-title {
    font-size: 2rem !important;
    line-height: 1.1 !important;
  }
  
  .hero-subtitle {
    font-size: 1rem !important;
  }
  
  .card {
    padding: 1rem !important;
    margin-bottom: 1rem !important;
  }
  
  .hero {
    padding: 2rem 0 3rem !important;
  }
  
  .section {
    padding: 1.5rem 0 !important;
  }
  
  .btn {
    padding: 0.75rem 1.25rem !important;
    font-size: 0.9rem !important;
  }
  
  .document-card {
    padding: 1.5rem !important;
  }
  
  .icon-container {
    width: 3rem !important;
    height: 3rem !important;
  }
  
  .icon-lg {
    width: 2rem !important;
    height: 2rem !important;
  }
  
  .title-underline {
    width: 4rem !important;
  }
}

@media (max-width: 767px) {
  .navbar-menu.desktop {
    display: none !important;
  }
  
  .mobile-menu-button {
    display: flex;
  }
}

/* Tablet and medium screens */
@media (min-width: 641px) and (max-width: 1023px) {
  .hero-title {
    font-size: 3.5rem !important;
  }
  
  .hero-subtitle {
    font-size: 1.25rem !important;
  }
  
  .container {
    padding: 0 2rem;
  }
  
  .card {
    padding: 2rem;
  }
  
  .activities-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem;
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem;
  }
  
  .document-info {
    flex-direction: row !important;
    align-items: flex-start !important;
  }
  
  .btn {
    width: auto !important;
  }
}

@media (min-width: 768px) {
  .mobile-menu-button {
    display: none;
  }
  
  .navbar-menu.desktop {
    display: flex !important;
  }
  
  .mobile-menu {
    display: none !important;
  }
  
  .brand-icon {
    width: 2rem;
    height: 2rem;
  }
  
  .brand-text {
    font-size: 1.25rem;
  }
  
  .hero {
    padding: 3rem 0 4rem;
  }
  
  .hero-title {
    font-size: 3rem;
  }
  
  .hero-subtitle {
    font-size: 1.25rem;
  }
  
  .section {
    padding: 3rem 0;
  }
  
  .grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .footer-content {
    padding: 3rem 0;
  }
  
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
  }
  
  .footer-section:last-child {
    grid-column: span 1;
  }
  
  .footer-bottom {
    padding-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 3.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.375rem;
  }
  
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .footer-section:last-child {
    grid-column: span 1;
  }
  
  .activities-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  
  .stats-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* Touch-friendly improvements for mobile devices */
@media (pointer: coarse) {
  .btn, .mobile-menu-button {
    min-height: 48px !important;
    min-width: 48px !important;
    touch-action: manipulation;
  }
  
  .nav-link, .mobile-nav-link {
    padding: 1rem !important;
    touch-action: manipulation;
  }
  
  .form-input, .form-textarea {
    min-height: 48px !important;
    touch-action: manipulation;
  }
}

/* Improved mobile viewport handling */
@media screen and (max-width: 640px) {
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  body {
    overflow-x: hidden;
  }
  
  /* Ensure main content is visible */
  .main {
    position: relative !important;
    z-index: 10 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 0 !important;
  }
  
  .container {
    position: relative !important;
    z-index: 11 !important;
  }
  
  /* Prevent zoom on inputs on iOS */
  input[type="text"], 
  input[type="email"], 
  textarea {
    font-size: 16px !important;
  }
  
  /* Better spacing for all cards on mobile */
  .card {
    margin-bottom: 2rem !important;
  }
  
  /* Better spacing for sections on mobile */
  .section {
    padding: 2rem 0 !important;
  }
  
  /* Info box improvements */
  .info-box {
    margin-bottom: 2rem !important;
    padding: 1.5rem !important;
  }
  
  /* Document cards mobile improvements */
  .document-card {
    margin-bottom: 2rem !important;
  }
  
  /* Footer improvements on mobile */
  .footer {
    margin-top: 3rem !important;
  }
  
  /* Text center for mobile */
  .text-center {
    text-align: center !important;
  }
  
  /* Hero improvements */
  .hero-content {
    text-align: center !important;
    max-width: 100% !important;
  }
  
  .hero-buttons {
    flex-direction: column !important;
    gap: 1rem !important;
    align-items: center !important;
  }
  
  .hero-buttons .btn {
    width: 100% !important;
    max-width: 300px !important;
  }
  
  /* Badge improvements */
  .badge {
    font-size: 0.875rem !important;
    padding: 0.5rem 1rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  /* Mission section mobile */
  .mission-text {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }
  
  /* Contact form mobile */
  .form-buttons {
    flex-direction: column !important;
    gap: 1rem !important;
  }
  
  .form-buttons .btn {
    width: 100% !important;
  }
  
  /* O Nas page mobile improvements */
  .about-content {
    text-align: left !important;
  }
  
  /* Stats mobile */
  .stat-item {
    text-align: center !important;
    padding: 1.5rem !important;
  }
  
  .stat-number {
    font-size: 2.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  
  .stat-label {
    font-size: 1rem !important;
  }
  
  /* Activities grid mobile */
  .activities-item {
    text-align: center !important;
    padding: 2rem 1.5rem !important;
  }
  
  /* Contact page mobile */
  .contact-info {
    text-align: center !important;
    margin-bottom: 2rem !important;
  }
  
  .contact-item {
    margin-bottom: 1.5rem !important;
    padding: 1rem !important;
  }
  
  /* Sponsors page mobile */
  .sponsor-card {
    text-align: center !important;
    padding: 2rem !important;
  }
  
  /* News page mobile */
  .news-item {
    margin-bottom: 2rem !important;
    padding: 1.5rem !important;
  }
}

/* Extra mobile improvements for very small screens */
@media screen and (max-width: 480px) {
  .hero-title {
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }
  
  .hero-subtitle {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
  
  .card-title {
    font-size: 1.25rem !important;
  }
  
  .card-text {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
  }
  
  .container {
    padding: 0 0.75rem !important;
  }
  
  .section {
    padding: 1.5rem 0 !important;
  }
  
  /* About page mobile */
  .about-hero {
    text-align: center !important;
    margin-bottom: 2rem !important;
  }
  
  .about-title {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
  }
  
  .mission-card {
    text-align: center !important;
    padding: 2rem 1.5rem !important;
  }
  
  .mission-header {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 1.5rem !important;
  }
  
  .mission-icon {
    margin-bottom: 1rem !important;
    margin-right: 0 !important;
  }
  
  .activities-list li {
    padding: 1rem 0 !important;
    padding-left: 2.5rem !important;
    font-size: 1rem !important;
  }
  
  /* Sponsors page mobile */
  .benefits-grid {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  
  .benefits-grid .card {
    text-align: center !important;
    padding: 2rem 1.5rem !important;
  }
  
  .partnership-options {
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
  }
  
  .partnership-card {
    padding: 1.5rem !important;
  }
  
  .partnership-header {
    flex-direction: column !important;
    text-align: center !important;
    gap: 1rem !important;
    margin-bottom: 1.5rem !important;
  }
  
  .partnership-title {
    font-size: 1.25rem !important;
  }
  
  .cta-buttons {
    flex-direction: column !important;
    gap: 1rem !important;
  }
  
  .cta-buttons .btn {
    width: 100% !important;
    max-width: 300px !important;
  }
}

/* CRITICAL MOBILE FIXES - Force visibility */
@media screen and (max-width: 768px) {
  body {
    background: white !important;
  }
  
  .main {
    background: white !important;
    position: relative !important;
    z-index: 1000 !important;
    padding: 2rem 0 !important;
  }
  
  .container {
    background: white !important;
    position: relative !important;
    z-index: 1001 !important;
    padding: 0 1rem !important;
  }
  
  .card {
    background: white !important;
    border: 1px solid #e5e5e5 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    margin-bottom: 1.5rem !important;
    position: relative !important;
    z-index: 1002 !important;
  }
  
  .navbar {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 2000 !important;
  }
  
  /* Text visibility */
  h1, h2, h3, h4, h5, h6, p, span, a, li {
    color: #1a1a1a !important;
  }
  
  /* Button colors consistency */
  .btn-primary {
    background: linear-gradient(135deg, #f43f5e 0%, #ec4899 50%, #e11d48 100%) !important;
    color: white !important;
    border: none !important;
  }
  
  .btn-secondary {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 251, 252, 0.9) 100%) !important;
    color: #e11d48 !important;
    border: 2px solid #fda4af !important;
  }
  
  /* Hide problematic background elements */
  .background-container,
  .gradient-mesh,
  .floating-shapes {
    display: none !important;
  }
}

/* Performance optimizations */
@media (max-width: 1024px) {
  /* Disable heavy effects on tablets and mobile */
  .gradient-orb-1, .gradient-orb-2, .gradient-orb-3, .gradient-orb-4 {
    animation: none !important;
    filter: none !important;
    transform: none !important;
  }
  
  .floating-shapes * {
    animation: none !important;
    transform: none !important;
  }
  
  /* Simplify backdrop filters */
  .navbar, .mobile-menu {
    backdrop-filter: none !important;
    background: rgba(255, 255, 255, 0.95) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* Respect user's motion preferences */
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Hardware acceleration for critical elements */
.card, .btn, .navbar {
  will-change: auto;
  transform: translateZ(0);
}

/* Optimize heavy gradients */
@media (max-width: 768px) {
  .title-underline {
    background: linear-gradient(90deg, #f43f5e 0%, #ec4899 50%, #f43f5e 100%) !important;
    animation: none !important;
  }
  
  .btn-primary {
    background: linear-gradient(135deg, #f43f5e 0%, #ec4899 50%, #e11d48 100%) !important;
    background-image: none;
    color: white !important;
  }
  
  .icon-container {
    background: currentColor !important;
    background-image: none !important;
  }
}

/* Reduced motion class for performance */
.reduced-motion * {
  animation: none !important;
  transition: none !important;
  transform: none !important;
}

.reduced-motion .gradient-mesh,
.reduced-motion .floating-shapes,
.reduced-motion .background-container {
  display: none !important;
}

/* Critical rendering optimizations */
.navbar, .main, .footer {
  contain: layout style;
}

.card {
  contain: layout;
}