* {
  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: #f5f5f5;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

a:hover {
  color: #2c5282;
}

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

.x7k9m2p4e {
  background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
  color: white;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: q3r6s9t2u 0.5s ease;
}

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

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

.a4b7c9d2e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.f6g8h1j3k {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.f6g8h1j3k a {
  color: white;
}

.l9m2n5p8q {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.l9m2n5p8q a {
  color: white;
  font-weight: 500;
  padding: 0.5rem 0;
  position: relative;
}

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

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

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

.v3w6x9y2z {
  background: linear-gradient(135deg, #3182ce 0%, #2c5282 100%);
  color: white;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.v3w6x9y2z::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: u5v8w1x4y 10s linear infinite;
}

@keyframes u5v8w1x4y {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.a1b4c7d9e {
  position: relative;
  z-index: 1;
}

.e2f5g8h1i {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.e2f5g8h1i img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid rgba(255, 255, 255, 0.3);
  animation: i3j6k9l2m 2s ease-in-out infinite;
}

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

.i3j6k9l2m h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  animation: l2m5n8p1q 0.8s ease;
}

.i3j6k9l2m p {
  font-size: 1.2rem;
  opacity: 0.9;
  line-height: 1.8;
  animation: l2m5n8p1q 0.8s ease 0.2s backwards;
}

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

.m4n7p9q2r {
  padding: 4rem 0;
  background: white;
}

.s5t8u1v4w {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
  color: #1a365d;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.s5t8u1v4w::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #3182ce, #2c5282);
  border-radius: 2px;
}

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

.b7c9d2e5f {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  animation: p2q5r8s1t 0.6s ease;
}

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

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

.f8g1h4j7k {
  height: 200px;
  overflow: hidden;
}

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

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

.k9l2m5n8p {
  padding: 1.5rem;
}

.k9l2m5n8p h3 {
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
  color: #1a365d;
}

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

.k9l2m5n8p time {
  color: #999;
  font-size: 0.9rem;
}

.p1q4r7s9t {
  padding: 4rem 0;
  background: #f9fafb;
}

.t2u5v8w1x {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}

.x3y6z9a2b {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.b4c7d9e2f {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.b4c7d9e2f:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transform: translateX(5px);
}

.b4c7d9e2f h4 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  color: #1a365d;
}

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

.f5g8h1i4j {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: #999;
}

.j6k9l2m5n {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.n7p9q2r5s {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.n7p9q2r5s h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #1a365d;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 0.5rem;
}

.s8t1u4v7w {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.s8t1u4v7w a {
  background: #e2e8f0;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #2c5282;
  transition: all 0.3s ease;
}

.s8t1u4v7w a:hover {
  background: #3182ce;
  color: white;
  transform: translateY(-2px);
}

.w9x2y5z8a {
  list-style: none;
}

.w9x2y5z8a li {
  padding: 0.8rem 0;
  border-bottom: 1px solid #e2e8f0;
}

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

.w9x2y5z8a a {
  color: #2c5282;
  display: block;
  transition: all 0.3s ease;
}

.w9x2y5z8a a:hover {
  color: #3182ce;
  padding-left: 10px;
}

.n7p9q2r5s img {
  width: 100%;
  border-radius: 8px;
  margin-top: 1rem;
}

.a3b6c9d2e {
  padding: 4rem 0;
  background: white;
}

.e4f7g9h2i {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.i5j8k1l4m {
  text-align: center;
  padding: 2rem;
  background: #f9fafb;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.i5j8k1l4m:hover {
  background: white;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.i5j8k1l4m img {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  object-fit: cover;
}

.i5j8k1l4m h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #1a365d;
}

.i5j8k1l4m p {
  color: #666;
  line-height: 1.8;
}

.m6n9p2q5r {
  background: #1a202c;
  color: #a0aec0;
  padding: 3rem 0 1rem;
  margin-top: 4rem;
}

.r7s9t2u5v {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.v8w1x4y7z h4 {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.v8w1x4y7z p {
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

.z1a4b7c9d {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.z1a4b7c9d a {
  color: #a0aec0;
  transition: color 0.3s ease;
}

.z1a4b7c9d a:hover {
  color: white;
}

.d2e5f8g1h {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid #2d3748;
  color: #718096;
}

.h3i6j9k2l {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #3182ce, #2c5282);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.h3i6j9k2l.k4l7m9n2p {
  opacity: 1;
  visibility: visible;
}

.h3i6j9k2l:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.o5p8q1r4s {
  padding: 1rem 0;
  background: #e2e8f0;
  margin-bottom: 2rem;
}

.o5p8q1r4s ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.o5p8q1r4s li {
  color: #4a5568;
  font-size: 0.9rem;
}

.o5p8q1r4s a {
  color: #2c5282;
}

.o5p8q1r4s a:hover {
  text-decoration: underline;
}

.s6t9u2v5w {
  background: white;
  padding: 3rem 0;
}

.w7x9y2z5a {
  max-width: 900px;
  margin: 0 auto;
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.w7x9y2z5a h2 {
  font-size: 2rem;
  color: #1a365d;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.a8b1c4d7e {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #e2e8f0;
  color: #718096;
  font-size: 0.95rem;
}

.w7x9y2z5a h3 {
  font-size: 1.5rem;
  color: #2c5282;
  margin: 2rem 0 1rem;
}

.w7x9y2z5a p {
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 1.2rem;
}

.w7x9y2z5a ul,
.w7x9y2z5a ol {
  margin-left: 2rem;
  margin-bottom: 1.2rem;
}

.w7x9y2z5a li {
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 0.5rem;
}

.w7x9y2z5a img {
  margin: 2rem 0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

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

  .e2f5g8h1i {
    flex-direction: column;
    text-align: center;
  }

  .i3j6k9l2m h2 {
    font-size: 1.8rem;
  }

  .i3j6k9l2m p {
    font-size: 1rem;
  }

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

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

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

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