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

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

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

.q8w3n6t1z {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 1.5rem 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  animation: slideDown 0.6s ease;
}

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

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

.m3x8c5v2n a {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 1px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.m3x8c5v2n a:hover {
  transform: scale(1.05);
}

.d6f9j4l8w {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.d6f9j4l8w a {
  font-size: 1.1rem;
  font-weight: 500;
  position: relative;
  padding: 0.3rem 0;
}

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

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

.b2n8k5t3q {
  min-height: calc(100vh - 400px);
}

.v9x4m7p2c {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 8rem 0 6rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.v9x4m7p2c::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>');
  animation: float 20s infinite linear;
}

@keyframes float {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100px);
  }
}

.e5w8r1h6y {
  position: relative;
  z-index: 1;
  animation: fadeInUp 0.8s ease;
}

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

.g3k7n2v9x {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.j8m4t6w2p {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  opacity: 0.95;
}

.u4h8n3k7m {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.z6x2v9b4n, .c8w5t2m7k {
  padding: 1rem 3rem;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
}

.z6x2v9b4n {
  background: white;
  color: #667eea;
}

.z6x2v9b4n:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.c8w5t2m7k {
  background: rgba(255,255,255,0.2);
  color: white;
  border: 2px solid white;
}

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

.p9r4k8n2v, .n7v3k9m2t, .k9m6n2v8t {
  padding: 5rem 0;
}

.h6m3x9k2t {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  color: #2d3748;
  position: relative;
  padding-bottom: 1rem;
}

.h6m3x9k2t::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 2px;
}

.w8n5v2k7x, .t5m8k3w9n, .x5k8m3n7w {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
}

.y4t9m6p3k {
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  animation: fadeIn 0.6s ease;
}

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

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

.q7w2n9k5x {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1.5rem;
}

.k3m8t5v2n {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2d3748;
}

.x9r4k2w7n {
  color: #718096;
  line-height: 1.8;
}

.b9n4x7k2v {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

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

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

.b9n4x7k2v:hover .p6w9m2k5t {
  transform: scale(1.1);
}

.h3k8v4n7m {
  padding: 1.5rem;
}

.v2n9k6t3x {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #2d3748;
}

.m8k3w7n2v {
  color: #718096;
  margin-bottom: 1rem;
}

.x4n7k9m2t {
  color: #a0aec0;
  font-size: 0.9rem;
}

.t9v4m7k2n {
  background: white;
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  text-align: center;
}

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

.n6k9m3x5t {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 1.5rem;
  object-fit: cover;
  border: 4px solid #667eea;
}

.w8m4k7n2v {
  color: #4a5568;
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.8;
  font-size: 1.05rem;
}

.v3k8m2n6t {
  color: #667eea;
  font-weight: 600;
}

.m7k3n9v2x {
  background: white;
  padding: 3rem 0;
  margin-top: 3rem;
}

.p8k4m2n7v {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #2d3748;
  text-align: center;
}

.t6n9k3m8x {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.t6n9k3m8x a {
  padding: 0.6rem 1.5rem;
  background: #f7fafc;
  border-radius: 25px;
  color: #4a5568;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.t6n9k3m8x a:hover {
  background: #667eea;
  color: white;
  border-color: #667eea;
  transform: translateY(-2px);
}

.v8n3k7m2x {
  background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
  color: white;
  padding: 4rem 0 2rem;
  margin-top: 5rem;
}

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

.n9k6m3v2t {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #667eea;
}

.m6k3n8v4t {
  color: #cbd5e0;
  line-height: 1.8;
  margin-bottom: 0.8rem;
}

.v7k4m9n2x {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.v7k4m9n2x a {
  color: #cbd5e0;
  transition: all 0.3s ease;
  padding-left: 1rem;
  position: relative;
}

.v7k4m9n2x a::before {
  content: '›';
  position: absolute;
  left: 0;
  transition: transform 0.3s ease;
}

.v7k4m9n2x a:hover {
  color: #667eea;
  padding-left: 1.5rem;
}

.v7k4m9n2x a:hover::before {
  transform: translateX(5px);
}

.t8k3m6n9v {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: #a0aec0;
}

.w9k2m7n4x {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  z-index: 999;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.w9k2m7n4x:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.w9k2m7n4x.show {
  display: flex;
}

.s7m3k9n4v {
  background: #fff9e6;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: #666;
}

.s7m3k9n4v a {
  color: #667eea;
  margin: 0 0.3rem;
}

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

@media (max-width: 768px) {
  .g3k7n2v9x {
    font-size: 2.2rem;
  }

  .j8m4t6w2p {
    font-size: 1.1rem;
  }

  .h6m3x9k2t {
    font-size: 2rem;
  }

  .d6f9j4l8w {
    gap: 1rem;
  }

  .w8n5v2k7x, .t5m8k3w9n, .x5k8m3n7w {
    grid-template-columns: 1fr;
  }
}