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

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background: #f8f9fa;
}

.xj3k9m2p4w7 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.n5q8r2t1h9k {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 20px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  animation: k8j2n5m3p9q 0.5s ease-out;
}

@keyframes k8j2n5m3p9q {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

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

.w2n7k4m9p3j h1 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}

.w2n7k4m9p3j a {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.w2n7k4m9p3j a:hover {
  transform: scale(1.05);
  text-shadow: 0 0 10px rgba(255,255,255,0.5);
}

.h5k9m3n7p2q {
  display: flex;
  gap: 30px;
  list-style: none;
}

.h5k9m3n7p2q a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  padding: 5px 0;
}

.h5k9m3n7p2q a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: white;
  transition: width 0.3s ease;
}

.h5k9m3n7p2q a:hover::after {
  width: 100%;
}

.t8m3k7n9p4j {
  padding: 60px 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #e9ecef 100%);
}

.j9n4m7k2p8w {
  text-align: center;
  margin-bottom: 50px;
  animation: m7k9n4p2j5q 0.8s ease-out;
}

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

.j9n4m7k2p8w h2 {
  font-size: 42px;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 700;
}

.j9n4m7k2p8w p {
  font-size: 18px;
  color: #7f8c8d;
  max-width: 600px;
  margin: 0 auto;
}

.q2n8k5m9p7j {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.k7m2n9p4j8w {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: n4k7m9p2j5w 0.6s ease-out backwards;
}

.k7m2n9p4j8w:nth-child(1) { animation-delay: 0.1s; }
.k7m2n9p4j8w:nth-child(2) { animation-delay: 0.2s; }
.k7m2n9p4j8w:nth-child(3) { animation-delay: 0.3s; }
.k7m2n9p4j8w:nth-child(4) { animation-delay: 0.4s; }
.k7m2n9p4j8w:nth-child(5) { animation-delay: 0.5s; }
.k7m2n9p4j8w:nth-child(6) { animation-delay: 0.6s; }

@keyframes n4k7m9p2j5w {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.k7m2n9p4j8w:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.p5k8m3n7j9w {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.k7m2n9p4j8w:hover .p5k8m3n7j9w {
  transform: scale(1.1);
}

.w8n3k5m9p2j {
  padding: 25px;
}

.w8n3k5m9p2j h3 {
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 12px;
  font-weight: 600;
}

.w8n3k5m9p2j p {
  color: #7f8c8d;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.j4k9m2n7p8w {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.j4k9m2n7p8w:hover {
  color: #764ba2;
  gap: 12px;
}

.m3k7n9p4j2w {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 40px 0;
  text-align: center;
  margin-top: 60px;
}

.m3k7n9p4j2w p {
  font-size: 16px;
  opacity: 0.9;
}

.n8k4m7p2j9w {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}

.q7k3m9n2p5j {
  background: white;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.q7k3m9n2p5j a {
  color: #667eea;
  text-decoration: none;
  transition: color 0.3s ease;
}

.q7k3m9n2p5j a:hover {
  color: #764ba2;
}

.q7k3m9n2p5j span {
  margin: 0 8px;
  color: #999;
}

.w9k2m7n4p8j {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  transition: all 0.3s ease;
  z-index: 999;
}

.w9k2m7n4p8j:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.w9k2m7n4p8j.p3k8m2n7j9w {
  display: flex;
}

.k5m9n3p7j2w {
  background: white;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  margin-bottom: 30px;
}

.k5m9n3p7j2w h2 {
  font-size: 32px;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 700;
}

.k5m9n3p7j2w h3 {
  font-size: 24px;
  color: #34495e;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.k5m9n3p7j2w p {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}

.k5m9n3p7j2w img {
  width: 100%;
  border-radius: 10px;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .h5k9m3n7p2q {
    flex-direction: column;
    gap: 15px;
  }

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

  .j9n4m7k2p8w h2 {
    font-size: 32px;
  }

  .w9k2m7n4p8j {
    bottom: 20px;
    right: 20px;
  }
}
