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

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #f8f9fa;
}

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

a {
  color: #2c7a3f;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #1e5a2d;
}

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

.p9k3m7n {
  background: linear-gradient(135deg, #2c7a3f 0%, #4ca05f 100%);
  color: white;
  padding: 1rem 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  animation: t3n8k2m 0.6s ease-out;
}

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

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

.h2m7k4p {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.n6k2m9p {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.n6k2m9p a {
  color: white;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.n6k2m9p a:hover {
  background: rgba(255,255,255,0.2);
  transform: translateY(-2px);
}

.b8n3m7k {
  padding: 4rem 0 2rem;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
  animation: q7m4n8k 1s ease-out;
}

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

.b8n3m7k h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #2c7a3f;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.b8n3m7k p {
  font-size: 1.2rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.m4k7n2p {
  padding: 3rem 0;
}

.r9n3k5m {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.t6m9k3n {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  animation: y8n4m2k 0.6s ease-out backwards;
}

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

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

.t6m9k3n:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.k3n8m5p {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.k3n8m5p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.t6m9k3n:hover .k3n8m5p img {
  transform: scale(1.1) rotate(2deg);
}

.p7m2k9n {
  padding: 1.5rem;
}

.p7m2k9n h2 {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: #2c7a3f;
}

.p7m2k9n p {
  color: #666;
  margin-bottom: 1rem;
  line-height: 1.8;
}

.n9k4m7p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  border-top: 1px solid #eee;
  font-size: 0.9rem;
  color: #999;
}

.q5m8n3k {
  color: #2c7a3f;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: gap 0.3s ease;
}

.t6m9k3n:hover .q5m8n3k {
  gap: 0.8rem;
}

.v8n2k4m {
  background: linear-gradient(135deg, #2c7a3f 0%, #1e5a2d 100%);
  color: white;
  padding: 3rem 0 1rem;
  margin-top: 4rem;
}

.v8n2k4m p {
  text-align: center;
  opacity: 0.9;
}

.l4k9n7m {
  background: #fff;
  padding: 1rem 0;
  margin-bottom: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  animation: q7m4n8k 0.8s ease-out;
}

.l4k9n7m ul {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 0 1rem;
}

.l4k9n7m li {
  color: #666;
}

.l4k9n7m a {
  color: #2c7a3f;
  transition: all 0.3s ease;
}

.l4k9n7m a:hover {
  color: #1e5a2d;
  text-decoration: underline;
}

.z7n3k8m {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #2c7a3f;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(44,122,63,0.4);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

.z7n3k8m.d9m4k2n {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.z7n3k8m:hover {
  background: #1e5a2d;
  transform: scale(1.1);
}

.w2n7k5m {
  padding: 2rem 0;
}

.w2n7k5m h1 {
  font-size: 2.5rem;
  color: #2c7a3f;
  margin-bottom: 1.5rem;
  animation: q7m4n8k 0.8s ease-out;
}

.w2n7k5m article {
  background: white;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  line-height: 1.9;
  animation: y8n4m2k 0.8s ease-out;
}

.w2n7k5m article h2 {
  font-size: 1.8rem;
  color: #2c7a3f;
  margin: 2rem 0 1rem;
}

.w2n7k5m article p {
  margin-bottom: 1.5rem;
  color: #444;
}

.w2n7k5m article img {
  margin: 2rem auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.u4k7n9m {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #999;
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .n6k2m9p {
    gap: 1rem;
  }

  .n6k2m9p a {
    padding: 0.3rem 0.8rem;
    font-size: 0.9rem;
  }

  .b8n3m7k h1 {
    font-size: 2rem;
  }

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

  .w2n7k5m article {
    padding: 1.5rem;
  }
}
