/* UP COURSES - Primary Stylesheet */
/* All classes use hashed naming convention */

:root {
  --c9f2a1b: #1a1a2e;
  --d8e3c4f: #16213e;
  --a7f9d2c: #0f3460;
  --b4e8a1d: #533483;
  --e2c9f7a: #e94560;
  --f1d8b3e: #f39c12;
  --g8a4c2d: #00adb5;
  --h3f7e9b: #eeeeee;
  --i9c2a8f: #ffffff;
  --j4d7b2e: #f8f9fa;
  --k1a9e3c: rgba(0, 173, 181, 0.1);
  --l7e2f9a: rgba(233, 69, 96, 0.1);
  --m5c8d3b: #2c3e50;
  --n8f1a4e: #95a5a6;
  --o3d9c7f: #34495e;
}

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

body {
  font-family: 'Lora', serif;
  color: var(--c9f2a1b);
  line-height: 1.8;
  background: var(--i9c2a8f);
  overflow-x: hidden;
}

.xa9f3c2b1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--d8e3c4f);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.yb4e8f9c2 {
  font-size: 3.5rem;
  letter-spacing: -0.02em;
}

.zc7d2a1f3 {
  font-size: 2.8rem;
  letter-spacing: -0.01em;
}

.ad9f4e8b2 {
  font-size: 2.2rem;
}

.be3c7a9d1 {
  font-size: 1.8rem;
  color: var(--a7f9d2c);
}

.cf8b2e4a9 {
  font-size: 1.4rem;
  font-weight: 600;
}

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

.eh4f9d2b8 {
  padding: 8rem 0;
}

.fi7c3a8e1 {
  padding: 6rem 0;
}

.gj9e2d7f3 {
  padding: 4rem 0;
}

.hk3a8f2c9 {
  background: linear-gradient(135deg, var(--k1a9e3c) 0%, var(--l7e2f9a) 100%);
  border-radius: 20px;
  padding: 3rem;
  margin: 2rem 0;
}

.il8d4a9c2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  margin: 3rem 0;
}

.jm4f7e2a9 {
  background: var(--i9c2a8f);
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.jm4f7e2a9::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--g8a4c2d), var(--e2c9f7a));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.jm4f7e2a9:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.jm4f7e2a9:hover::before {
  transform: scaleX(1);
}

.kn8c3f9a7 {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: var(--g8a4c2d);
  color: var(--i9c2a8f);
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.kn8c3f9a7::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: left 0.4s ease;
}

.kn8c3f9a7:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 173, 181, 0.3);
}

.kn8c3f9a7:hover::before {
  left: 100%;
}

.lo9d7a2e4 {
  background: var(--e2c9f7a);
}

.lo9d7a2e4:hover {
  box-shadow: 0 10px 30px rgba(233, 69, 96, 0.3);
}

.mp4e8c3a1 {
  background: transparent;
  border: 2px solid var(--g8a4c2d);
  color: var(--g8a4c2d);
}

.mp4e8c3a1:hover {
  background: var(--g8a4c2d);
  color: var(--i9c2a8f);
}

.nq7f2d9c8 {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  margin: 2rem 0;
}

.or3a8e4f9 {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.or3a8e4f9 img {
  transition: transform 0.6s ease;
}

.or3a8e4f9:hover img {
  transform: scale(1.08);
}

.ps9c2f7a4 {
  background: var(--d8e3c4f);
  color: var(--h3f7e9b);
  padding: 6rem 0 3rem;
  margin-top: 8rem;
}

.qt4d8a3e9 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 3rem;
}

.ru7e2c9f1 {
  flex: 1;
  min-width: 250px;
}

.ru7e2c9f1 h3 {
  color: var(--g8a4c2d);
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}

.ru7e2c9f1 ul {
  list-style: none;
}

.ru7e2c9f1 ul li {
  margin-bottom: 0.8rem;
}

.ru7e2c9f1 a {
  color: var(--h3f7e9b);
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}

.ru7e2c9f1 a:hover {
  color: var(--g8a4c2d);
  transform: translateX(5px);
}

.sv8f3d2a7 {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(238, 238, 238, 0.1);
  color: var(--n8f1a4e);
  font-size: 0.95rem;
}

.tw2a9e4c8 {
  background: var(--j4d7b2e);
  padding: 1rem 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  background: rgba(248, 249, 250, 0.95);
}

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

.vy8a3e2f1 a {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--g8a4c2d);
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.01em;
}

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

.wz7d2a9c4 a {
  color: var(--m5c8d3b);
  text-decoration: none;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  transition: color 0.3s ease;
  position: relative;
}

.wz7d2a9c4 a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--g8a4c2d);
  transition: width 0.3s ease;
}

.wz7d2a9c4 a:hover {
  color: var(--g8a4c2d);
}

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

.xa1f9e7c3 {
  display: none;
  flex-direction: column;
  gap: 0.4rem;
  cursor: pointer;
}

.xa1f9e7c3 span {
  width: 28px;
  height: 3px;
  background: var(--m5c8d3b);
  transition: all 0.3s ease;
  border-radius: 2px;
}

.yb3d8c2a9 {
  color: var(--n8f1a4e);
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.9;
  padding: 2rem;
  border-left: 4px solid var(--g8a4c2d);
  background: var(--k1a9e3c);
  margin: 2.5rem 0;
  border-radius: 0 8px 8px 0;
}

.zc4a7f9e2 {
  padding: 1.5rem 2rem;
  background: var(--j4d7b2e);
  border-left: 4px solid var(--f1d8b3e);
  border-radius: 0 8px 8px 0;
  margin: 2rem 0;
}

.zc4a7f9e2 strong {
  color: var(--a7f9d2c);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.ad8e2c9f7 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.ad8e2c9f7.be7f3d2a1 {
  opacity: 1;
  transform: translateY(0);
}

.cf2a9d8e4 {
  position: relative;
  padding: 4rem 0;
}

.cf2a9d8e4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--g8a4c2d), transparent);
}

@media (max-width: 968px) {
  .yb4e8f9c2 {
    font-size: 2.5rem;
  }
  
  .zc7d2a1f3 {
    font-size: 2rem;
  }
  
  .wz7d2a9c4 {
    display: none;
  }
  
  .xa1f9e7c3 {
    display: flex;
  }
  
  .il8d4a9c2 {
    grid-template-columns: 1fr;
  }
  
  .qt4d8a3e9 {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .eh4f9d2b8 {
    padding: 5rem 0;
  }
  
  .fi7c3a8e1 {
    padding: 4rem 0;
  }
  
  .dg2a9c7f4 {
    padding: 0 1.5rem;
  }
}
