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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 100vh;
}

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

.p3q8r5t {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  animation: j4k8m3p 0.5s ease-out;
}

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

.w9x2c5v {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.h1a3b5c {
  font-size: 28px;
  font-weight: 700;
  color: #667eea;
  text-decoration: none;
  transition: all 0.3s ease;
}

.h1a3b5c:hover {
  transform: scale(1.05);
  color: #764ba2;
}

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

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

.n6m8k4j a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  transition: width 0.3s ease;
}

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

.n6m8k4j a:hover {
  color: #667eea;
}

.r8t3y6u {
  padding: 80px 0;
  text-align: center;
  animation: f7g2h9k 1s ease-out;
}

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

.r8t3y6u h2 {
  font-size: 48px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: q3w7e9r 2s ease-in-out infinite;
}

@keyframes q3w7e9r {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}

.r8t3y6u p {
  font-size: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.d4f6g8h {
  padding: 60px 0;
}

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

.m2n4o6p {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  animation: s1t3u5v 0.6s ease-out backwards;
}

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

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

.m2n4o6p:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

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

.m2n4o6p:hover .w3x5y7z {
  transform: scale(1.1);
}

.a8b9c1d {
  padding: 20px;
}

.a8b9c1d h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.a8b9c1d p {
  color: #666;
  margin-bottom: 15px;
  line-height: 1.8;
}

.e2f4g6h {
  display: inline-block;
  padding: 10px 25px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.e2f4g6h:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.i7j9k1l {
  background: rgba(255, 255, 255, 0.95);
  padding: 40px 0;
  margin-top: 60px;
  text-align: center;
  color: #666;
}

.m3n5o7p {
  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 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  z-index: 999;
}

.m3n5o7p:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.q2r4s6t {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666;
}

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

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

.u8v1w3x {
  background: white;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  animation: f7g2h9k 0.8s ease-out;
}

.u8v1w3x h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 3px solid #667eea;
  padding-bottom: 15px;
}

.u8v1w3x h3 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #667eea;
}

.u8v1w3x p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #555;
}

.u8v1w3x time {
  display: inline-block;
  margin-bottom: 20px;
  color: #999;
  font-size: 14px;
}

.y5z7a9b {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.c3d5e7f {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.c3d5e7f:hover {
  background: #667eea;
  color: white;
  transform: translateY(-5px);
}

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

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

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

  .u8v1w3x {
    padding: 20px;
  }
}
