/* ==========================================================================
   NCLI 2026 Modern UI System — Home Page Modern Layer
   File: css/modern/home.css
   ========================================================================== */

/* ===== 1. HERO SECTION VISUAL DEPTH ===== */
.home-visual-hero {
  position: relative;
  background: radial-gradient(circle at 85% 15%, rgba(37, 99, 235, 0.08) 0%, transparent 60%),
              radial-gradient(circle at 15% 85%, rgba(16, 185, 129, 0.06) 0%, transparent 60%),
              var(--color-bg, #f8fafc);
  padding: 36px 0 64px;
  overflow: hidden;
}

.home-visual-hero .hero-inner {
  display: block !important;
  width: 100% !important;
  max-width: var(--container-xl, 1200px) !important;
  margin: 0 auto !important;
}

.hero-kickers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  background-color: var(--color-primary-light, #eff6ff);
  color: var(--color-primary, #2563eb);
  font-size: 13px;
  font-weight: 800;
  border-radius: 999px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08);
}

.hero-badge i {
  color: #10b981;
}

.hero-kickers span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--color-text-secondary, #475569);
  background-color: var(--color-surface, #ffffff);
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid var(--color-border, #e2e8f0);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.04);
}

.hero-kickers span i {
  color: var(--color-primary, #2563eb);
}

/* Hero Layout Grid */
.hero-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 24px;
  align-items: start;
  width: 100%;
}

.hero-main-col {
  min-width: 0;
}

.hero-main-card {
  background-color: var(--color-surface, #ffffff);
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 24px;
  padding: 36px 32px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  position: relative;
}

.hero-title {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 850;
  color: var(--color-text, #0f172a);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.hero-desc {
  font-size: 15.5px;
  color: var(--color-text-secondary, #475569);
  line-height: 1.65;
  margin: 0 0 14px;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 24px 0 28px;
}

.hero-whatsapp {
  border-color: #22c55e !important;
  color: #15803d !important;
}

.hero-whatsapp:hover {
  background: #f0fdf4 !important;
  color: #16a34a !important;
}

/* Hero Stats Counter Grid */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid var(--color-border, #e2e8f0);
}

.stat-item {
  display: flex;
  flex-direction: column;
}

.stat-num {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 900;
  color: var(--color-primary, #2563eb);
  line-height: 1.1;
  font-feature-settings: "tnum";
}

.stat-label {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--color-text-muted, #64748b);
  margin-top: 4px;
}

/* Hero Aside Stack */
.hero-aside-stack {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

/* Hero Admission Track Card */
.hero-track-card {
  background-color: var(--color-surface, #ffffff);
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  transition: all 0.3s ease;
}

.hero-track-card:hover {
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  border-color: rgba(37, 99, 235, 0.3);
}

.hero-card-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.hero-card-label span {
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--color-primary, #2563eb);
  letter-spacing: 0.05em;
}

.hero-card-label em {
  font-style: normal;
  display: inline-flex;
  gap: 4px;
  background-color: #ecfdf5;
  color: #059669;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.hero-track-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border, #e2e8f0);
}

.hcard-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background-color: var(--color-primary-light, #eff6ff);
  color: var(--color-primary, #2563eb);
  display: grid;
  place-items: center;
  font-size: 18px;
  flex-shrink: 0;
}

.hero-track-head strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: var(--color-text, #0f172a);
}

.hero-track-head p {
  margin: 0;
  font-size: 12px;
  color: var(--color-text-secondary, #64748b);
  font-weight: 600;
}

.hero-track-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  display: grid;
  gap: 6px;
}

.hero-track-list li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  color: var(--color-text, #0f172a);
  font-weight: 600;
}

.hero-track-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 900;
}

.hero-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
  color: var(--color-primary, #2563eb);
  text-decoration: none;
  transition: gap 0.2s ease;
}

.hero-card-link:hover {
  gap: 10px;
}

/* Hero Info Subgrid */
.hero-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.hero-info-card {
  background-color: var(--color-surface, #ffffff);
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  transition: all 0.25s ease;
}

.hero-info-card:hover {
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  border-color: rgba(37, 99, 235, 0.25);
}

.hero-info-card h3 {
  font-size: 15px;
  font-weight: 800;
  color: var(--color-text, #0f172a);
  margin: 0 0 4px;
}

.hero-info-card p {
  font-size: 12.5px;
  color: var(--color-text-secondary, #64748b);
  margin: 0 0 10px;
  line-height: 1.5;
}

.hero-info-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 800;
  color: var(--color-primary, #2563eb);
  text-decoration: none;
}

.hero-info-card a:hover {
  gap: 8px;
}

/* Hero Mini Services Stack */
.hero-mini-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 12px 0 0;
}

.hero-mini-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 12px;
  background-color: var(--color-surface-sunken, #f8fafc);
  transition: background-color 0.2s;
}

.hero-mini-item:hover {
  background-color: var(--color-primary-light, #eff6ff);
}

.hero-mini-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 14px;
  flex-shrink: 0;
}

.hero-mini-icon.blue   { background-color: rgba(37, 99, 235, 0.12); color: #2563eb; }
.hero-mini-icon.green  { background-color: rgba(16, 185, 129, 0.12); color: #10b981; }
.hero-mini-icon.amber  { background-color: rgba(245, 158, 11, 0.12); color: #f59e0b; }

.hero-mini-title {
  margin: 0;
  font-size: 12.5px;
  color: var(--color-text, #0f172a);
  font-weight: 800;
}

.hero-mini-desc {
  margin: 0;
  font-size: 11px;
  color: var(--color-text-secondary, #64748b);
  line-height: 1.3;
}

.hero-visit-card span {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  color: #10b981;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 4px;
}

.hero-stars {
  color: #f59e0b;
  font-size: 13px;
  margin-bottom: 6px;
  letter-spacing: 2px;
}

/* ===== 2. SERVICES SECTION MODERNIZATION ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.service-card {
  background-color: var(--color-surface, #ffffff);
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  border-color: rgba(37, 99, 235, 0.3);
}

.scard-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 16px;
  transition: transform 0.2s ease;
}

.service-card:hover .scard-icon {
  transform: scale(1.08);
}

.scard-icon.blue   { background-color: rgba(37, 99, 235, 0.1); color: #2563eb; }
.scard-icon.orange { background-color: rgba(245, 158, 11, 0.1); color: #f59e0b; }
.scard-icon.green  { background-color: rgba(16, 185, 129, 0.1); color: #10b981; }
.scard-icon.purple { background-color: rgba(124, 58, 237, 0.1); color: #7c3aed; }

.service-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-text, #0f172a);
  margin: 0 0 8px;
}

.service-card p {
  font-size: 13.5px;
  color: var(--color-text-secondary, #64748b);
  line-height: 1.55;
  margin: 0 0 18px;
  flex-grow: 1;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
  color: var(--color-primary, #2563eb);
  text-decoration: none;
  margin-top: auto;
  transition: gap 0.2s ease;
}

.card-link:hover {
  gap: 10px;
}

/* ===== 3. COURSES SECTION MODERNIZATION ===== */
.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.course-card {
  background-color: var(--color-surface, #ffffff);
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  position: relative;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  border-color: rgba(37, 99, 235, 0.3);
}

.course-card.featured {
  border: 2px solid var(--color-primary, #2563eb);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.12);
}

.featured-tag {
  position: absolute;
  top: -12px;
  right: 16px;
  background-color: var(--color-primary, #2563eb);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  padding: 4px 12px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

.course-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background-color: var(--color-primary-light, #eff6ff);
  color: var(--color-primary, #2563eb);
  display: grid;
  place-items: center;
  font-size: 20px;
  margin-bottom: 16px;
}

.course-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-text, #0f172a);
  margin: 0 0 8px;
}

.course-card p {
  font-size: 13.5px;
  color: var(--color-text-secondary, #64748b);
  line-height: 1.55;
  margin: 0 0 16px;
  flex-grow: 1;
}

.course-meta {
  display: flex;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-text-secondary, #64748b);
  margin-top: auto;
  margin-bottom: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--color-border, #e2e8f0);
}

.course-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.course-meta i {
  color: var(--color-primary, #2563eb);
}

.course-card .btn-primary.sm {
  width: 100%;
  padding: 10px 16px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  border-radius: 12px !important;
}

/* ===== 4. SARKARI NAUKRI / GOVT JOBS SECTION ===== */
.jobs-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.job-card {
  background-color: var(--color-surface, #ffffff);
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
}

.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.jc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.jc-cat {
  font-size: 11.5px;
  font-weight: 800;
  color: var(--color-primary, #2563eb);
  background-color: var(--color-primary-light, #eff6ff);
  padding: 3px 10px;
  border-radius: 999px;
}

.urgent-tag {
  font-size: 11px;
  font-weight: 800;
  color: #dc2626;
  background-color: #fee2e2;
  padding: 3px 8px;
  border-radius: 6px;
}

.jc-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--color-text, #0f172a);
  margin: 0 0 6px;
  line-height: 1.35;
}

.jc-dept {
  font-size: 12.5px;
  color: var(--color-text-secondary, #64748b);
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.jc-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--color-border, #e2e8f0);
}

.jc-meta {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--color-text-muted, #94a3b8);
}

.jc-meta .date-normal {
  color: #059669;
}

.jc-meta .date-expired {
  color: #dc2626;
}

.jc-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12.5px;
  font-weight: 800;
  color: var(--color-primary, #2563eb);
  text-decoration: none;
}

/* Why Grid */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.why-card .active-tag {
  font-size: 11px;
  font-weight: 800;
  color: #059669;
  background-color: #dcfce7;
  padding: 2px 8px;
  border-radius: 6px;
}

/* ===== 5. TESTIMONIAL CARDS & AVATARS ===== */
.testimonials-wrapper {
  overflow: hidden;
  position: relative;
  padding: 10px 0 20px;
}

.testimonials-track {
  display: flex;
  gap: 20px;
  animation: scrollTestimonials 40s linear infinite;
  width: max-content;
}

.testimonials-track:hover {
  animation-play-state: paused;
}

@keyframes scrollTestimonials {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.testi-card {
  width: 320px;
  flex-shrink: 0;
  background-color: var(--color-surface, #ffffff);
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
}

.tc-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.tc-avatar {
  position: relative;
  overflow: hidden;
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
}

.tc-avatar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.tc-avatar.has-photo .tc-initial {
  display: none;
}

.tc-info h4 {
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 800;
  color: var(--color-text, #0f172a);
}

.tc-info span {
  font-size: 11.5px;
  color: var(--color-text-secondary, #64748b);
  font-weight: 600;
}

.tc-rating {
  margin-left: auto;
  color: #f59e0b;
  font-size: 12px;
}

.tc-review {
  font-size: 13px;
  color: var(--color-text-secondary, #475569);
  line-height: 1.6;
  margin: 0 0 14px;
  flex-grow: 1;
}

.tc-course {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
  width: fit-content;
  background-color: var(--color-surface-sunken, #f1f5f9);
  color: var(--color-primary, #2563eb);
}

.testi-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}

.testi-pause {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--color-border, #e2e8f0);
  background: var(--color-surface, #ffffff);
  color: var(--color-text, #0f172a);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: 0.2s;
}

.testi-pause:hover {
  background: var(--color-primary, #2563eb);
  color: #fff;
}

.testi-info {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text-secondary, #64748b);
  display: flex;
  align-items: center;
  gap: 6px;
}

.testi-info i {
  color: #f59e0b;
}

/* ===== 6. FAQ ACCORDION STYLING ===== */
.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 840px;
  margin: 0 auto;
}

.faq-item {
  background-color: var(--color-surface, #ffffff);
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.faq-item[open] {
  border-color: rgba(37, 99, 235, 0.4);
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.06);
}

.faq-summary {
  padding: 16px 20px;
  font-weight: 800;
  font-size: 15px;
  color: var(--color-text, #0f172a);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  list-style: none;
}

.faq-summary::-webkit-details-marker {
  display: none;
}

.faq-summary i {
  color: var(--color-primary, #2563eb);
  transition: transform 0.25s ease;
}

.faq-item[open] .faq-summary i {
  transform: rotate(180deg);
}

.faq-content {
  padding: 0 20px 18px 20px;
  color: var(--color-text-secondary, #475569);
  font-size: 14px;
  line-height: 1.65;
}

.faq-content p {
  margin: 0;
}

/* ===== 7. BLOG CARDS ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.blog-card {
  background-color: var(--color-surface, #ffffff);
  border: 1px solid var(--color-border, #e2e8f0);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
  border-color: rgba(37, 99, 235, 0.3);
}

.bc-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: var(--color-surface-sunken, #f1f5f9);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.bc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-card:hover .bc-image img {
  transform: scale(1.06);
}

.bc-placeholder {
  font-size: 38px;
  color: var(--color-text-muted, #94a3b8);
}

.bc-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
}

.bc-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.bc-meta {
  display: flex;
  gap: 12px;
  font-size: 11.5px;
  color: var(--color-text-muted, #94a3b8);
  font-weight: 700;
  margin-bottom: 8px;
}

.bc-body h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--color-text, #0f172a);
  margin: 0 0 8px;
  line-height: 1.35;
}

.bc-body p {
  font-size: 13px;
  color: var(--color-text-secondary, #64748b);
  line-height: 1.55;
  margin: 0 0 16px;
  flex-grow: 1;
}

.bc-readmore {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
  color: var(--color-primary, #2563eb);
}

/* ===== 8. GALLERY PREVIEW GRID ===== */
.gallery-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 16px;
}

.gpg-item {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}

.gpg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gpg-item:hover img {
  transform: scale(1.08);
}

.gpg-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(15, 23, 42, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.gpg-item:hover .gpg-overlay {
  opacity: 1;
}

/* ===== 9. CTA BANNER ===== */
.cta-banner {
  background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 50%, #4f46e5 100%);
  padding: 56px 0;
  color: #ffffff;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.cta-inner h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 8px;
}

.cta-inner p {
  font-size: 15px;
  color: #dbeafe;
  margin: 0;
}

.cta-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-btns .btn-white {
  background: #ffffff;
  color: #1d4ed8;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s;
}

.cta-btns .btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* ===== 10. RESPONSIVE BREAKPOINTS ===== */
@media (max-width: 1024px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero-info-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

@media (max-width: 640px) {
  .hero-main-card {
    padding: 24px 20px;
  }
  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .hero-info-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== 11. COMPLETE DARK MODE ARCHITECTURE (body.dark) ===== */
body.dark .home-visual-hero {
  background: radial-gradient(circle at 85% 15%, rgba(37, 99, 235, 0.12) 0%, transparent 60%),
              radial-gradient(circle at 15% 85%, rgba(16, 185, 129, 0.08) 0%, transparent 60%),
              #0b1120;
}

body.dark .hero-kickers span {
  background-color: #111827;
  border-color: #1e293b;
  color: #cbd5e1;
}

body.dark .hero-main-card,
body.dark .hero-track-card,
body.dark .hero-info-card,
body.dark .service-card,
body.dark .course-card,
body.dark .job-card,
body.dark .testi-card,
body.dark .faq-item,
body.dark .blog-card {
  background-color: #0f172a !important;
  border-color: #1e293b !important;
}

body.dark .hero-title,
body.dark .hero-track-head strong,
body.dark .hero-info-card h3,
body.dark .service-card h3,
body.dark .course-card h3,
body.dark .jc-title,
body.dark .tc-info h4,
body.dark .faq-summary,
body.dark .bc-body h3 {
  color: #f8fafc !important;
}

body.dark .hero-desc,
body.dark .hero-track-head p,
body.dark .hero-info-card p,
body.dark .service-card p,
body.dark .course-card p,
body.dark .course-meta,
body.dark .jc-dept,
body.dark .tc-review,
body.dark .faq-content,
body.dark .bc-body p {
  color: #cbd5e1 !important;
}

body.dark .hero-mini-item {
  background-color: #111827;
}
body.dark .hero-mini-item:hover {
  background-color: #1e293b;
}
body.dark .hero-mini-title {
  color: #f8fafc;
}
body.dark .hero-mini-desc {
  color: #94a3b8;
}

body.dark .hero-track-list li {
  color: #e2e8f0;
}

body.dark .tc-course {
  background-color: #111827;
  color: #93c5fd;
}

body.dark .testi-pause {
  background-color: #111827;
  border-color: #1e293b;
  color: #f1f5f9;
}

body.dark .bc-image {
  background-color: #111827;
}

body.dark .story-text,
body.dark .section-title,
body.dark .section-head h2 {
  color: #f8fafc;
}

/* ===== 12. HOMEPAGE HERO REPLACEMENT ===== */
.home-visual-hero {
  isolation: isolate;
  min-height: min(690px, calc(100vh - 76px));
  display: flex;
  align-items: stretch;
  padding: 0;
  color: #f8fafc;
  background: #08111f;
  overflow: hidden;
}

.home-visual-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("../../images/home-hero-wave-bg.png");
  background-position: center;
  background-size: cover;
  opacity: .48;
  mix-blend-mode: screen;
}

.hero-image-wash {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 13, 27, .98) 0%, rgba(4, 13, 27, .84) 44%, rgba(4, 13, 27, .33) 78%, rgba(4, 13, 27, .54) 100%),
    linear-gradient(180deg, rgba(4, 13, 27, .16), rgba(4, 13, 27, .76));
}

.home-visual-hero .hero-inner {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(0, 720px) 1fr;
  align-items: center;
  gap: 48px;
  width: 100% !important;
  max-width: 1240px !important;
  min-height: 560px;
  padding-top: 72px;
  padding-bottom: 92px;
}

.hero-copy {
  max-width: 700px;
}

.hero-location {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  color: #93c5fd;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-location i {
  color: #34d399;
}

.hero-title {
  max-width: 700px;
  margin: 0 0 22px;
  color: #f8fafc;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  font-weight: 850;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.hero-desc {
  max-width: 620px;
  margin: 0;
  color: #cbd5e1;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.65;
}

.hero-btns {
  margin: 30px 0 24px;
}

.home-visual-hero .btn-primary,
.home-visual-hero .btn-outline {
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
}

.home-visual-hero .btn-primary {
  background: #2563eb;
  border-color: #2563eb;
  box-shadow: 0 10px 24px rgba(37, 99, 235, .28);
}

.home-visual-hero .btn-primary:hover {
  background: #3b82f6;
  border-color: #3b82f6;
}

.home-visual-hero .hero-whatsapp {
  border-color: rgba(134, 239, 172, .72) !important;
  color: #dcfce7 !important;
  background: rgba(6, 78, 59, .22) !important;
}

.home-visual-hero .hero-whatsapp:hover {
  background: rgba(6, 95, 70, .48) !important;
  color: #fff !important;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 700;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-proof i {
  color: #34d399;
}

.hero-side-note {
  align-self: end;
  justify-self: end;
  width: min(100%, 230px);
  padding: 18px 0 0 20px;
  border-left: 1px solid rgba(147, 197, 253, .42);
}

.hero-side-index {
  display: block;
  margin-bottom: 34px;
  color: #93c5fd;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.hero-side-note strong {
  display: block;
  margin-bottom: 26px;
  color: #f8fafc;
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.hero-side-note a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #bfdbfe;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.hero-side-note a:hover {
  color: #fff;
}

.hero-bottom-line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(148, 163, 184, .22);
}

.hero-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  color: #cbd5e1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.hero-bottom-inner > span:not(.hero-scroll-cue)::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 18px;
  border-radius: 50%;
  background: #34d399;
  vertical-align: middle;
}

.hero-scroll-cue {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #93c5fd;
}

@media (max-width: 800px) {
  .home-visual-hero .hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 620px;
    padding-top: 54px;
    padding-bottom: 116px;
  }

  .hero-side-note {
    justify-self: start;
    width: auto;
    padding-top: 0;
    border-left: 0;
    border-top: 1px solid rgba(147, 197, 253, .42);
    padding-left: 0;
    padding-top: 16px;
  }

  .hero-side-index {
    margin-bottom: 10px;
  }

  .hero-side-note strong {
    display: inline-block;
    margin: 0 22px 0 0;
  }

  .hero-side-note a {
    white-space: nowrap;
  }

  .hero-bottom-inner {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  .hero-bottom-inner::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 520px) {
  .home-visual-hero .hero-inner {
    min-height: 680px;
    padding-top: 42px;
  }

  .hero-title {
    font-size: clamp(2.5rem, 13vw, 4rem);
  }

  .hero-btns {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-btns a {
    justify-content: center;
    width: 100%;
  }

  .hero-proof {
    display: grid;
    gap: 10px;
  }
}

body.dark .home-visual-hero {
  background: #020617;
}
