:root {
  --xk92f_primary: #1a4d2e;
  --xk92f_secondary: #2d6a4f;
  --xk92f_accent: #52b788;
  --xk92f_light: #95d5b2;
  --xk92f_dark: #081c15;
  --xk92f_text: #1b263b;
  --xk92f_text-light: #415a77;
  --xk92f_bg: #ffffff;
  --xk92f_bg-alt: #f8f9fa;
  --xk92f_border: #e0e1dd;
  --xk92f_shadow: rgba(26, 77, 46, 0.1);
  --xk92f_transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

body {
  font-family: 'Crimson Pro', 'Georgia', serif;
  color: var(--xk92f_text);
  background: var(--xk92f_bg);
  line-height: 1.7;
  overflow-x: hidden;
}

.u8d3k_q9f2a {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.xf92a_kq7d1 {
  max-width: 900px;
  margin: 0 auto;
}

/* Navigation */
.m7k3d_nav82 {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  z-index: 1000;
  border-bottom: 1px solid var(--xk92f_border);
  transition: var(--xk92f_transition);
}

.p9d2k_f83a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.q2k9f_logo3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--xk92f_primary);
  text-decoration: none;
  letter-spacing: -0.5px;
}

.d8f3a_menu9 {
  display: flex;
  list-style: none;
  gap: 2.5rem;
  align-items: center;
}

.d8f3a_menu9 a {
  color: var(--xk92f_text);
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--xk92f_transition);
  position: relative;
}

.d8f3a_menu9 a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--xk92f_accent);
  transition: var(--xk92f_transition);
}

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

.k9f2d_mobile3 {
  display: none;
  font-size: 1.5rem;
  background: none;
  border: none;
  color: var(--xk92f_primary);
  cursor: pointer;
}

/* Hero Sections */
.h3k9d_abstract7 {
  padding: 12rem 0 8rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.h3k9d_abstract7::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.3;
  /* background: radial-gradient(ellipse at center, rgba(82, 183, 136, 0.08) 0%, transparent 70%); */
  pointer-events: none;
}

.v7d2k_intro9 {
  position: relative;
  z-index: 2;
}
article.a7k3d_content9, .a7k3d_content9{
  padding-top: 120px;
}

.v7d2k_intro9 h1 {
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  line-height: 1.2;
  color: var(--xk92f_primary);
  margin-bottom: 2rem;
  font-weight: 700;
}

.v7d2k_intro9 p {
  font-size: 1.3rem;
  color: var(--xk92f_text-light);
  margin-bottom: 1.5rem;
  max-width: 700px;
}

/* Buttons */
.b8k3f_primary2 {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: var(--xk92f_primary);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  transition: var(--xk92f_transition);
  border: 2px solid var(--xk92f_primary);
}

.b8k3f_primary2:hover {
  background: var(--xk92f_secondary);
  border-color: var(--xk92f_secondary);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px var(--xk92f_shadow);
}

.b8k3f_outline4 {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: transparent;
  color: var(--xk92f_primary);
  text-decoration: none;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  transition: var(--xk92f_transition);
  border: 2px solid var(--xk92f_primary);
}

.b8k3f_outline4:hover {
  background: var(--xk92f_primary);
  color: white;
  transform: translateY(-2px);
}

/* Content Sections */
.s9k2d_wrapper7 {
  padding: 6rem 0;
}

.s9k2d_header3 {
  text-align: center;
  margin-bottom: 4rem;
}

.s9k2d_header3 h2 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: var(--xk92f_primary);
  margin-bottom: 1rem;
  font-weight: 700;
}

.s9k2d_header3 p {
  font-size: 1.2rem;
  color: var(--xk92f_text-light);
  max-width: 700px;
  margin: 0 auto;
}

/* Grid Systems */
.g7k3f_layout9 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}

.c9d2k_item8 {
  background: white;
  border-radius: 12px;
  padding: 2.5rem;
  transition: var(--xk92f_transition);
  border: 1px solid var(--xk92f_border);
}

.c9d2k_item8:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px var(--xk92f_shadow);
  border-color: var(--xk92f_accent);
}

.c9d2k_item8 h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: var(--xk92f_primary);
  margin-bottom: 1rem;
  font-weight: 600;
}

.c9d2k_item8 p {
  color: var(--xk92f_text-light);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* Timeline */
.t3k9f_container7 {
  position: relative;
  max-width: 900px;
  margin: 4rem auto;
}

.t3k9f_container7::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: var(--xk92f_accent);
}

.t8d2k_step9 {
  position: relative;
  margin-bottom: 4rem;
  opacity: 0;
  transform: translateY(30px);
  animation: t8d2k_fadeIn9 0.6s ease forwards;
}

@keyframes t8d2k_fadeIn9 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

.t8d2k_content3 {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid var(--xk92f_border);
  width: 45%;
  position: relative;
}

.t8d2k_step9:nth-child(odd) .t8d2k_content3 {
  margin-left: auto;
}

.t8d2k_step9:nth-child(even) .t8d2k_content3 {
  margin-right: auto;
}

.t8d2k_content3::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: var(--xk92f_accent);
  border-radius: 50%;
  transform: translateY(-50%);
}

.t8d2k_step9:nth-child(odd) .t8d2k_content3::before {
  left: -60px;
}

.t8d2k_step9:nth-child(even) .t8d2k_content3::before {
  right: -60px;
}

/* Pricing */
.p7k3d_box8 {
  background: white;
  border-radius: 12px;
  padding: 3rem;
  border: 2px solid var(--xk92f_border);
  transition: var(--xk92f_transition);
}

.p7k3d_box8:hover {
  border-color: var(--xk92f_accent);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px var(--xk92f_shadow);
}

.p7k3d_price2 {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  color: var(--xk92f_primary);
  font-weight: 700;
  margin: 1.5rem 0;
}

.p7k3d_features9 {
  list-style: none;
  margin: 2rem 0;
}

.p7k3d_features9 li {
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--xk92f_border);
  color: var(--xk92f_text-light);
}

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

.p7k3d_features9 li i {
  color: var(--xk92f_accent);
  margin-right: 0.5rem;
}

/* Testimonials */
.r9k3d_testimonial7 {
  background: white;
  padding: 2.5rem;
  border-radius: 12px;
  border-left: 4px solid var(--xk92f_accent);
  margin-bottom: 2rem;
  transition: var(--xk92f_transition);
}

.r9k3d_testimonial7:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 30px var(--xk92f_shadow);
}

.r9k3d_content8 {
  font-style: italic;
  color: var(--xk92f_text-light);
  margin-bottom: 1.5rem;
  line-height: 1.8;
  font-size: 1.1rem;
}

.r9k3d_author2 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.r9k3d_avatar4 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.r9k3d_info9 {
  flex: 1;
}

.r9k3d_name3 {
  font-weight: 600;
  color: var(--xk92f_primary);
  font-family: 'Inter', sans-serif;
}

.r9k3d_role7 {
  font-size: 0.9rem;
  color: var(--xk92f_text-light);
}

/* Video Section */
.v9k2d_wrapper8 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 40px var(--xk92f_shadow);
}

.v9k2d_wrapper8 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Forms */
.f8k3d_group9 {
  margin-bottom: 1.5rem;
}

.f8k3d_label2 {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: var(--xk92f_text);
  margin-bottom: 0.5rem;
}

.f8k3d_input7,
.f8k3d_textarea3,
.f8k3d_select9 {
  width: 100%;
  padding: 1rem;
  border: 2px solid var(--xk92f_border);
  border-radius: 8px;
  font-family: 'Crimson Pro', serif;
  font-size: 1rem;
  transition: var(--xk92f_transition);
  background: white;
}

.f8k3d_input7:focus,
.f8k3d_textarea3:focus,
.f8k3d_select9:focus {
  outline: none;
  border-color: var(--xk92f_accent);
  box-shadow: 0 0 0 3px rgba(82, 183, 136, 0.1);
}

.f8k3d_textarea3 {
  resize: vertical;
  min-height: 150px;
}

/* Footer */
.w9k3d_footer8 {
  background: var(--xk92f_dark);
  color: rgba(255, 255, 255, 0.8);
  padding: 4rem 0 2rem;
  margin-top: 6rem;
}

.w9k3d_top7 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.w9k3d_column2 h4 {
  font-family: 'Playfair Display', serif;
  color: white;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

.w9k3d_column2 ul {
  list-style: none;
}

.w9k3d_column2 li {
  margin-bottom: 0.8rem;
}

.w9k3d_column2 a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: var(--xk92f_transition);
  font-family: 'Inter', sans-serif;
}

.w9k3d_column2 a:hover {
  color: var(--xk92f_accent);
  padding-left: 5px;
}

.w9k3d_bottom9 {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
}

/* Article Styles */
.a7k3d_content9 {
  max-width: 800px;
  margin: 0 auto;
  padding: 8rem 2rem;
}

.a7k3d_content9 h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  color: var(--xk92f_primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.a7k3d_meta8 {
  font-family: 'Inter', sans-serif;
  color: var(--xk92f_text-light);
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid var(--xk92f_border);
}

.a7k3d_content9 h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: var(--xk92f_primary);
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.a7k3d_content9 h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: var(--xk92f_secondary);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.a7k3d_content9 p {
  margin-bottom: 1.5rem;
  line-height: 1.9;
  font-size: 1.15rem;
}

.a7k3d_content9 img {
  width: 100%;
  border-radius: 12px;
  margin: 2rem 0;
}

.a7k3d_content9 ul,
.a7k3d_content9 ol {
  margin: 1.5rem 0 1.5rem 2rem;
  line-height: 1.9;
}

.a7k3d_content9 blockquote {
  border-left: 4px solid var(--xk92f_accent);
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  background: var(--xk92f_bg-alt);
  font-style: italic;
  color: var(--xk92f_text-light);
}

/* Course Page Specific */
.n8k3d_curriculum2 {
  background: var(--xk92f_bg-alt);
  padding: 3rem;
  border-radius: 12px;
  margin: 3rem 0;
}

.n8k3d_module7 {
  background: white;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  border-left: 4px solid var(--xk92f_accent);
}

.n8k3d_module7 h4 {
  font-family: 'Inter', sans-serif;
  color: var(--xk92f_primary);
  margin-bottom: 0.5rem;
}

/* Experts Page */
.e9k3d_profile7 {
  display: flex;
  gap: 3rem;
  background: white;
  padding: 3rem;
  border-radius: 12px;
  margin-bottom: 3rem;
  border: 1px solid var(--xk92f_border);
  align-items: flex-start;
}

.e9k3d_image2 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.e9k3d_details8 h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: var(--xk92f_primary);
  margin-bottom: 0.5rem;
}

.e9k3d_title9 {
  font-family: 'Inter', sans-serif;
  color: var(--xk92f_accent);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

/* Responsive */
@media (max-width: 768px) {
  .d8f3a_menu9 {
    display: none;
  }
  
  .k9f2d_mobile3 {
    display: block;
  }
  
  .v7d2k_intro9 h1 {
    font-size: 2.5rem;
  }
  
  .s9k2d_header3 h2 {
    font-size: 2rem;
  }
  
  .g7k3f_layout9 {
    grid-template-columns: 1fr;
  }
  
  .t8d2k_content3 {
    width: 90%;
  }
  
  .t3k9f_container7::before {
    left: 11px;
  }
  
  .t8d2k_step9:nth-child(odd) .t8d2k_content3,
  .t8d2k_step9:nth-child(even) .t8d2k_content3 {
    margin-left: 60px;
    margin-right: 0;
  }
  
  .t8d2k_step9:nth-child(odd) .t8d2k_content3::before,
  .t8d2k_step9:nth-child(even) .t8d2k_content3::before {
    left: -60px;
  }
  
  .e9k3d_profile7 {
    flex-direction: column;
    text-align: center;
  }
  
  .e9k3d_image2 {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
}

/* Utility Classes */
.x3k9d_center7 {
  text-align: center;
}

.x3k9d_mt2 {
  margin-top: 2rem;
}

.x3k9d_mb2 {
  margin-bottom: 2rem;
}

.x3k9d_mt4 {
  margin-top: 4rem;
}

.x3k9d_mb4 {
  margin-bottom: 4rem;
}

/* Animations */
@keyframes x9k3d_slideIn7 {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.x9k3d_animated2 {
  animation: x9k3d_slideIn7 0.6s ease forwards;
}

/* Interactive Elements */
.i7k3d_selector9 {
  background: white;
  border-radius: 12px;
  padding: 3rem;
  margin: 3rem 0;
  border: 1px solid var(--xk92f_border);
}

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

.i7k3d_btn8 {
  padding: 1rem 2rem;
  background: var(--xk92f_bg-alt);
  border: 2px solid var(--xk92f_border);
  border-radius: 8px;
  cursor: pointer;
  transition: var(--xk92f_transition);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: var(--xk92f_text);
}

.i7k3d_btn8:hover,
.i7k3d_btn8.z8k3d_active9 {
  background: var(--xk92f_primary);
  color: white;
  border-color: var(--xk92f_primary);
  transform: translateY(-2px);
}

/* Cookie Banner */
.k8d3f_banner2 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(8, 28, 21, 0.98);
  color: white;
  padding: 2rem;
  z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.k8d3f_banner2.k8d3f_show9 {
  transform: translateY(0);
}

.k8d3f_content7 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.k8d3f_actions3 {
  display: flex;
  gap: 1rem;
}

.k8d3f_btn9 {
  padding: 0.8rem 1.5rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  transition: var(--xk92f_transition);
}

.k8d3f_accept8 {
  background: var(--xk92f_accent);
  color: white;
}

.k8d3f_decline7 {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}




.q2k9f_logo3 img{
    max-width: 200px;
    width: 200px;
    object-fit: contain;
}

html{
    overflow-x: hidden;
}


footer .q2k9f_logo3 img{
    filter: brightness(0) invert(1);
}

.footer-text{
    margin-top: 20px;
}