/* =========================================
   MENTORSHIP & FATHERHOOD – IFN
========================================= */
.mentorship-section {
  padding: 110px 0;
  background: radial-gradient(circle at top, #101a33, #050914);
  position: relative;
  overflow: hidden;
}

/* Text tone */
.mentorship-section .neon-text {
  color: #fcd34d;
}

/* Highlight cards */
.mentorship-section .highlight-item {
  background: rgba(255,140,0,.08);
  border: 1px solid rgba(255,140,0,.28);
  border-radius: 18px;
  padding: 24px;
  transition: .4s ease;
  box-shadow: 0 0 28px rgba(255,140,0,.18);
}

.mentorship-section .highlight-item:hover {
  transform: translateX(8px);
  box-shadow: 0 0 45px rgba(255,140,0,.45);
  border-color: #ffb347;
}

/* Icons */
.mentorship-section .highlight-icon {
  width: 54px;
  height: 54px;
  background: rgba(255,140,0,.22);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mentorship-section .highlight-icon i {
  font-size: 1.55rem;
  color: #ffb347;
}

/* Glass emphasis card */
.mentorship-section .glass-card {
  background: rgba(255,140,0,.12);
  border: 1px solid rgba(255,140,0,.35);
  border-radius: 28px;
  padding: 44px 40px;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 55px rgba(255,140,0,.4);
}

/* Stats */
.mentorship-section .stat-item {
  background: rgba(255,140,0,.2);
  border-radius: 16px;
  padding: 16px;
  border: 1px solid rgba(255,140,0,.35);
}

.mentorship-section .stat-item strong {
  color: #ffb347;
  font-weight: 900;
}

.mentorship-section .stat-item span {
  color: #fcd34d;
  font-size: .8rem;
}


/* =========================================
   ADMISSION – IFN
========================================= */
.admission-section {
  padding: 110px 0;
  background: radial-gradient(circle at top, #0f1930, #050914);
  position: relative;
  overflow: hidden;
}

/* Text */
.admission-section .neon-text {
  color: #fcd34d;
}

/* Highlight grid */
.admission-section .highlight-item {
  background: rgba(255,140,0,.07);
  border: 1px solid rgba(255,140,0,.25);
  border-radius: 18px;
  padding: 22px 24px;
  transition: .35s ease;
}

.admission-section .highlight-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 40px rgba(255,140,0,.4);
  border-color: #ffb347;
}

/* Icons */
.admission-section .highlight-icon {
  width: 52px;
  height: 52px;
  background: rgba(255,140,0,.22);
  border-radius: 14px;
}

.admission-section .highlight-icon i {
  font-size: 1.5rem;
  color: #ffb347;
}

/* Glass card */
.admission-section .glass-card {
  background: rgba(255,140,0,.1);
  border: 1px solid rgba(255,140,0,.35);
  border-radius: 26px;
  padding: 40px 38px;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 50px rgba(255,140,0,.35);
}

/* List */
.admission-section .pricing-features li {
  color: #fcd34d;
  font-size: .9rem;
}

.admission-section .pricing-features i {
  color: #ffb347;
}

/* =========================================
   WHY IFN – DIFFERENTIATION
========================================= */
.why-ifn-section {
  padding: 120px 0;
  background: radial-gradient(circle at top, #0f1b33, #050914);
  position: relative;
  overflow: hidden;
}

/* Comparison table */
.neon-compare-table {
  width: 100%;
  color: #fcd34d;
}

.neon-compare-table thead th {
  font-weight: 900;
  color: #ffb347;
  font-size: .95rem;
  padding-bottom: 14px;
}

.neon-compare-table tbody td {
  padding: 14px 10px;
  font-size: .9rem;
  border-bottom: 1px solid rgba(255,140,0,.18);
}

/* Glass cards */
.why-ifn-section .glass-card {
  background: rgba(255,140,0,.1);
  border: 1px solid rgba(255,140,0,.35);
  border-radius: 28px;
  padding: 44px 40px;
  backdrop-filter: blur(14px);
  box-shadow: 0 0 55px rgba(255,140,0,.4);
}

/* Text */
.why-ifn-section .hero-text {
  color: #fcd34d;
  line-height: 1.7;
}

/* Accent text */
.why-ifn-section strong {
  color: #ffb347;
}

