.hero { padding: 76px 0 64px; border-bottom: 1px solid rgba(255,255,255,.04); }
.hero-wrap { max-width: 900px; text-align: center; }
.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: center;
  gap: 42px;
}
.hero-copy { max-width: 760px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; padding: 10px 18px; border-radius: 999px;
  background: rgba(88,215,195,.12); border: 1px solid rgba(88,215,195,.28); color: #a9f2e6;
  font-weight: 800; letter-spacing: 0; text-transform: uppercase; font-size: .88rem;
}
.hero h1 { margin: 0; font-size: 5rem; line-height: .98; max-width: 820px; }
.hero p { max-width: 720px; margin: 18px 0 0; color: var(--muted); font-size: 1.28rem; line-height: 1.6; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-panel, .cert-card {
  background: linear-gradient(180deg, rgba(14,31,47,.94), rgba(7,15,27,.98));
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.hero-panel {
  min-height: 360px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.panel-status {
  width: fit-content;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,189,90,.12);
  border: 1px solid rgba(255,189,90,.28);
  color: #ffe0aa;
  font-weight: 800;
}
.panel-metric strong { display: block; font-size: 6rem; line-height: .9; }
.panel-metric span { color: var(--muted); font-weight: 800; }
.panel-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.panel-list span {
  padding: 14px 12px;
  border-radius: 8px;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.07);
  font-weight: 800;
}
.primary-area { scroll-margin-top: 86px; }
.search-box {
  margin: 0 0 18px; max-width: 760px; display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.1); border-radius: 8px;
  padding: 18px 20px; box-shadow: var(--shadow);
}
.search-box input { flex: 1; background: transparent; border: none; outline: none; color: var(--text); font-size: 1.05rem; }
.search-box input::placeholder { color: #7586aa; }
.filters { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-start; margin: 18px 0 26px; }
.filter-btn {
  border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.03); color: var(--muted);
  border-radius: 8px; padding: 13px 16px; display: inline-flex; gap: 10px; align-items: center;
  font-weight: 800; cursor: pointer; transition: .2s ease;
}
.filter-btn:hover, .filter-btn.active { background: #ffffff14; color: var(--text); border-color: rgba(255,255,255,.14); transform: translateY(-1px); }
.filter-count {
  min-width: 26px; height: 26px; display: inline-grid; place-items: center; padding: 0 8px;
  border-radius: 999px; background: rgba(255,255,255,.06); color: #c8d4ee; font-size: .86rem;
}
.section-alert {
  margin: 28px auto 0; display: inline-flex; align-items: center; gap: 10px; padding: 11px 18px; border-radius: 999px;
  background: rgba(214,156,49,.12); border: 1px solid rgba(214,156,49,.35); color: #ffd892; font-weight: 800;
}
.grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: stretch; }
.course-card {
  position: relative; background: linear-gradient(180deg, rgba(13,28,43,.96), rgba(8,17,29,.98));
  border: 1px solid rgba(255,255,255,.09); border-radius: 8px; padding: 18px; box-shadow: var(--shadow);
  display: flex; flex-direction: column; min-height: 100%; overflow: hidden;
}
.course-card::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(88,215,195,.08), transparent 42%); pointer-events: none;
}
.course-card__top { display: grid; grid-template-columns: 78px 1fr; gap: 14px; align-items: center; margin-bottom: 18px; }
.course-avatar {
  width: 78px; height: 78px; border-radius: 8px; display: grid; place-items: center; justify-self: start;
  font-weight: 900; font-size: 1.35rem; color: #0b1730; background: linear-gradient(135deg, #e7edf9, #ffffff);
  border: 1px solid rgba(255,255,255,.14);
}
.course-logo {
  width: 78px; height: 78px; border-radius: 8px; justify-self: end; display: grid; place-items: center;
  font-weight: 900; text-align: center; color: white; border: 1px solid rgba(255,255,255,.14); padding: 12px;
}
.logo-blue { background: linear-gradient(135deg, #1e67ff, #143d9d); }
.logo-gold { background: linear-gradient(135deg, #ffcc4d, #c08b11); color: #2b1a00; }
.logo-green { background: linear-gradient(135deg, #35b46b, #178548); }
.logo-red { background: linear-gradient(135deg, #ff3a3a, #c70f26); }
.logo-purple { background: linear-gradient(135deg, #8c5bff, #5a2bc6); }
.course-title { font-size: 1.45rem; line-height: 1.1; margin: 0 0 8px; font-weight: 900; }
.course-subtitle { margin: 0; color: var(--muted); line-height: 1.55; }
.course-tags { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 10px; }
.tag {
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border-radius: 999px;
  font-weight: 800; font-size: .88rem; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.03);
}
.tag-level { color: #b7cdff; background: var(--blue-soft); }
.tag-free { color: #8fe0af; background: var(--green-soft); }
.tag-exam { color: #ffd98c; background: var(--yellow-soft); }
.course-note {
  margin-top: 16px; padding: 14px; border-radius: 8px; border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02); color: #cfdaef; line-height: 1.6; min-height: 102px;
}
.course-actions { margin-top: auto; padding-top: 18px; display: grid; gap: 12px; }
.course-btn {
  display: block; text-align: center; padding: 15px; border-radius: 8px; font-weight: 900; border: 1px solid rgba(255,255,255,.08);
}
.course-btn.primary { background: rgba(88,215,195,.14); color: #c9fff6; border-color: rgba(88,215,195,.28); }
.course-btn.secondary { color: var(--muted); background: transparent; }
.empty-state { display: none; text-align: center; color: var(--muted); padding: 30px 10px 10px; font-size: 1.05rem; }
.routes-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 20px; align-items: stretch; }
.routes-grid, .benefits-grid, .software-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.mini-card, .benefit-card, .faq-item, .cta-box {
  background: linear-gradient(180deg, rgba(12,25,49,.85), rgba(8,18,35,.95));
  border: 1px solid rgba(255,255,255,.08); border-radius: 8px; box-shadow: var(--shadow);
}
.mini-card, .benefit-card { padding: 22px; }
.software-grid .mini-card {
  min-height: 210px;
}
.mini-card h3, .benefit-card h3, .cta-box h3 { margin: 0 0 10px; font-size: 1.25rem; }
.mini-card p, .benefit-card p, .faq-item p, .cta-box p { margin: 0; color: var(--muted); line-height: 1.6; }
.mini-icon {
  width: 54px; height: 54px; display: grid; place-items: center; border-radius: 8px;
  background: rgba(88,215,195,.12); color: #bff8ee; margin-bottom: 14px; font-weight: 900;
}
.cert-card { padding: 24px; }
.cert-card h3 { margin: 8px 0 18px; font-size: 1.45rem; }
.pill-board { display: flex; gap: 12px; flex-wrap: wrap; }
.board-pill {
  padding: 12px 16px; border-radius: 999px; border: 1px solid rgba(255,189,90,.36);
  background: rgba(255,189,90,.12); color: #ffe0aa; font-weight: 800;
}
.faq-list { display: grid; gap: 16px; }
.faq-item { padding: 18px 20px; }
.faq-item summary { cursor: pointer; font-weight: 800; }
.faq-item p { margin-top: 12px; }
.cta-box { margin-top: 28px; padding: 24px; text-align: center; }
.cta-actions { margin-top: 18px; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

.coming-soon-banner {
  margin: 16px auto 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 90, 103, 0.12);
  border: 1px solid rgba(255, 90, 103, 0.28);
  color: #ffb9be;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.coming-soon-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff7d86;
  box-shadow: 0 0 12px rgba(255, 125, 134, 0.75);
  flex-shrink: 0;
}
