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

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

.x7k9m2p {
  background: linear-gradient(135deg, #8b0000 0%, #4a0000 100%);
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  animation: q3w7k9m 0.5s ease-out;
}

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

.w4n8q1r {
  padding: 0;
}

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

.v8m3k7n {
  margin: 0;
  padding: 20px 0;
}

.v8m3k7n a {
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.v8m3k7n a:hover {
  color: #ffd700;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}

.b9r4t6m {
  list-style: none;
  display: flex;
  gap: 30px;
  padding-bottom: 15px;
  flex-wrap: wrap;
}

.b9r4t6m li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 6px;
  transition: all 0.3s ease;
  display: block;
}

.b9r4t6m li a:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.z3p7k2m {
  min-height: calc(100vh - 200px);
}

.a8h4n9q {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: #fff;
  padding: 80px 0;
  margin-bottom: 50px;
  animation: t8p3k7m 1s ease-out;
}

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

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

.q9w3e5r {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.q9w3e5r img {
  max-width: 400px;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  transition: transform 0.5s ease;
}

.q9w3e5r img:hover {
  transform: scale(1.05) rotate(2deg);
}

.t4y7u2i {
  flex: 1;
  min-width: 300px;
}

.t4y7u2i h2 {
  font-size: 42px;
  margin-bottom: 20px;
  line-height: 1.2;
  animation: r5m8k3p 0.8s ease-out 0.3s both;
}

@keyframes r5m8k3p {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.t4y7u2i p {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.95;
  animation: r5m8k3p 0.8s ease-out 0.5s both;
}

.l5k8m3p {
  padding: 50px 0;
}

.n6b9v4c {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
  color: #2c3e50;
  position: relative;
  padding-bottom: 15px;
}

.n6b9v4c::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #8b0000, #d4af37);
  border-radius: 2px;
}

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

.k2r9t5w {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  animation: p7k4m9n 0.6s ease-out both;
}

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

.k2r9t5w:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.k2r9t5w img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.k2r9t5w:hover img {
  transform: scale(1.1);
}

.m7h3k9p {
  padding: 25px;
}

.m7h3k9p h3 {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.m7h3k9p h3 a {
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.3s ease;
}

.m7h3k9p h3 a:hover {
  color: #8b0000;
}

.m7h3k9p time {
  display: block;
  color: #7f8c8d;
  font-size: 14px;
  margin-bottom: 15px;
}

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

.w5n8q2r {
  color: #8b0000;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.w5n8q2r:hover {
  color: #4a0000;
  transform: translateX(5px);
}

.p8m5n2k {
  background: #fff;
  padding: 60px 0;
  margin-top: 50px;
}

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

.y7u3m9n {
  text-align: center;
  padding: 30px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  transition: all 0.4s ease;
  animation: p7k4m9n 0.6s ease-out both;
}

.y7u3m9n:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.y7u3m9n img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: transform 0.4s ease;
}

.y7u3m9n:hover img {
  transform: scale(1.05);
}

.y7u3m9n h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.y7u3m9n h3 a {
  color: #2c3e50;
  text-decoration: none;
  transition: color 0.3s ease;
}

.y7u3m9n h3 a:hover {
  color: #8b0000;
}

.y7u3m9n p {
  color: #666;
  line-height: 1.6;
}

.e9r5t3m {
  background: #f8f9fa;
  padding: 50px 0;
}

.i8k4n7p {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.i8k4n7p h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #2c3e50;
  padding-bottom: 12px;
  border-bottom: 2px solid #8b0000;
}

.o6p2m9k {
  list-style: none;
}

.o6p2m9k li {
  padding: 12px 0;
  border-bottom: 1px solid #e9ecef;
  transition: padding-left 0.3s ease;
}

.o6p2m9k li:hover {
  padding-left: 10px;
}

.o6p2m9k li:last-child {
  border-bottom: none;
}

.o6p2m9k li a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
}

.o6p2m9k li a:hover {
  color: #8b0000;
}

.h5n9m3k {
  text-align: center;
}

.h5n9m3k img {
  width: 100%;
  max-width: 300px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.h5n9m3k p {
  color: #555;
  font-size: 16px;
  font-weight: 500;
}

.d4k7m2p {
  background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
  color: #fff;
  padding: 50px 0 20px;
  margin-top: 60px;
}

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

.j9k3m7p h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #ffd700;
}

.j9k3m7p p,
.j9k3m7p li {
  color: #bdc3c7;
  line-height: 1.8;
}

.j9k3m7p ul {
  list-style: none;
}

.j9k3m7p ul li {
  padding: 8px 0;
}

.j9k3m7p a {
  color: #bdc3c7;
  text-decoration: none;
  transition: color 0.3s ease;
}

.j9k3m7p a:hover {
  color: #ffd700;
}

.u7m4k9n {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #95a5a6;
}

.a3m7k9p {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #8b0000, #4a0000);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.a3m7k9p.m9k5n2p {
  opacity: 1;
  visibility: visible;
}

.a3m7k9p:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
}

.x5m9k2p {
  padding: 15px 20px;
  background: #f8f9fa;
  border-radius: 6px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #666;
}

.x5m9k2p a {
  color: #8b0000;
  text-decoration: none;
  transition: color 0.3s ease;
}

.x5m9k2p a:hover {
  color: #4a0000;
  text-decoration: underline;
}

.t6k9m4p {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px;
}

.t6k9m4p h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #2c3e50;
}

.t6k9m4p time {
  display: block;
  color: #7f8c8d;
  margin-bottom: 30px;
  font-size: 14px;
}

.t6k9m4p img {
  width: 100%;
  max-width: 800px;
  border-radius: 12px;
  margin: 30px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.t6k9m4p p {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 16px;
  color: #444;
}

.t6k9m4p h3 {
  font-size: 26px;
  margin: 40px 0 20px;
  color: #2c3e50;
  padding-left: 15px;
  border-left: 4px solid #8b0000;
}

.t6k9m4p ul,
.t6k9m4p ol {
  margin: 20px 0;
  padding-left: 30px;
  line-height: 1.8;
}

.t6k9m4p li {
  margin-bottom: 10px;
  color: #444;
}

.t6k9m4p blockquote {
  background: #f8f9fa;
  border-left: 4px solid #8b0000;
  padding: 20px 30px;
  margin: 30px 0;
  font-style: italic;
  color: #555;
}

@media (max-width: 768px) {
  .b9r4t6m {
    gap: 10px;
  }

  .v8m3k7n a {
    font-size: 22px;
  }

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

  .n6b9v4c {
    font-size: 28px;
  }

  .g8p4m7n,
  .r4t9k6m {
    grid-template-columns: 1fr;
  }

  .q9w3e5r {
    flex-direction: column;
  }

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