/* ==========================================================================
   MWF FEMINISM — DIGITAL SKILL ACADEMY (REVOLUTIONARY EDTECH UI)
   ========================================================================== */

.mwf-academy-section {
  padding: 120px 0;
  background: radial-gradient(circle at 80% 10%, #2A0838 0%, #170424 50%, #0D0214 100%);
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.mwf-academy-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 80%, rgba(216, 38, 126, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

.mwf-academy-glow-orb {
  position: absolute;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(216, 38, 126, 0.18) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  filter: blur(50px);
}

.mwf-academy-header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.mwf-academy-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(216, 38, 126, 0.18);
  color: #FF70B5;
  border: 1px solid rgba(216, 38, 126, 0.4);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  backdrop-filter: blur(8px);
}

.mwf-academy-title {
  font-size: 54px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.mwf-academy-title span {
  background: linear-gradient(135deg, #FF66B2 0%, #FFAA55 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mwf-academy-sub {
  color: #BDB0C5;
  font-size: 16px;
  max-width: 580px;
  line-height: 1.6;
  margin: 0;
}

/* Category Filter Tabs */
.mwf-academy-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mwf-academy-filter-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #E2D7E5;
  font-size: 13.5px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(10px);
}

.mwf-academy-filter-btn:hover,
.mwf-academy-filter-btn.is-active {
  background: linear-gradient(135deg, #D8267E, #9C1458);
  color: #ffffff;
  border-color: #FF66B2;
  box-shadow: 0 0 25px rgba(216, 38, 126, 0.5);
  transform: translateY(-2px);
}

/* Featured Masterclass Banner */
.mwf-masterclass-banner {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(216, 38, 126, 0.12) 100%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  padding: 35px 40px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
}

.mwf-masterclass-info {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.mwf-masterclass-badge-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #FF66B2, #D8267E);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(216, 38, 126, 0.4);
}

.mwf-masterclass-text h4 {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
}

.mwf-masterclass-text p {
  color: #D3C5D8;
  font-size: 14px;
  margin: 0;
}

.mwf-masterclass-cta-box {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.mwf-batch-urgency {
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #4ade80;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mwf-batch-urgency-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 10px #22c55e;
  animation: mwfLivePulse 1.8s infinite;
}

/* Modern Course Grid Card */
.mwf-cyber-course-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  overflow: hidden;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.mwf-cyber-course-card:hover {
  transform: translateY(-10px);
  border-color: rgba(216, 38, 126, 0.8);
  box-shadow: 0 25px 60px rgba(216, 38, 126, 0.25), 0 0 30px rgba(216, 38, 126, 0.15);
  background: rgba(255, 255, 255, 0.07);
}

.mwf-cyber-thumb-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.mwf-cyber-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.mwf-cyber-course-card:hover .mwf-cyber-thumb-img {
  transform: scale(1.08);
}

.mwf-cyber-thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(14, 2, 22, 0.2) 0%, rgba(14, 2, 22, 0.85) 100%);
}

.mwf-cyber-category-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(14, 2, 22, 0.75);
  color: #FF94CC;
  font-size: 11.5px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 148, 204, 0.3);
  backdrop-filter: blur(6px);
}

.mwf-cyber-subsidized-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #22c55e;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(34, 197, 94, 0.5);
  text-transform: uppercase;
}

.mwf-cyber-meta-strip {
  position: absolute;
  bottom: 12px;
  left: 14px;
  right: 14px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
}

.mwf-cyber-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mwf-cyber-title {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: 12px;
}

.mwf-cyber-desc {
  font-size: 13.5px;
  color: #BDB0C5;
  line-height: 1.55;
  margin-bottom: 20px;
  flex: 1;
}

.mwf-cyber-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mwf-cyber-features li {
  font-size: 12.5px;
  color: #EDE3EC;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mwf-cyber-features li i {
  color: #4ade80;
  font-size: 13px;
}

/* Progress bar */
.mwf-cyber-progress-wrap {
  margin-bottom: 20px;
}

.mwf-cyber-progress-label {
  display: flex;
  justify-content: space-between;
  font-size: 11.5px;
  font-weight: 700;
  color: #A996B1;
  margin-bottom: 6px;
}

.mwf-cyber-progress-bar {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.mwf-cyber-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #D8267E, #FFAA55);
  border-radius: 10px;
}

.mwf-cyber-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mwf-cyber-syllabus-btn {
  padding: 11px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.mwf-cyber-syllabus-btn:hover {
  background: rgba(216, 38, 126, 0.25);
  border-color: #FF66B2;
  color: #ffffff;
}

.mwf-cyber-enroll-btn {
  padding: 11px;
  background: linear-gradient(135deg, #D8267E, #A0155B);
  color: #ffffff;
  border: none;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 4px 15px rgba(216, 38, 126, 0.4);
}

.mwf-cyber-enroll-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(216, 38, 126, 0.6);
  color: #ffffff;
}
