


.hero {
  background: linear-gradient(135deg, #4f46e5 0%, #6366f1 35%, #8b5cf6 70%, #6d28d9 100%);
  color: #fff;
  padding: 120px 0 100px;
  position: relative;
  overflow: hidden;
}


.hero-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 50px 50px;
  background-position: center;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}


.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.hero-glow-1 {
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(236, 72, 153, 0.45) 0%, transparent 70%);
  animation: float 8s ease-in-out infinite;
}

.hero-glow-2 {
  bottom: -30%;
  left: -15%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.4) 0%, transparent 70%);
  animation: float 10s ease-in-out infinite reverse;
}

.hero-glow-3 {
  top: 30%;
  left: 50%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(245, 158, 11, 0.25) 0%, transparent 70%);
  transform: translateX(-50%);
  animation: float 12s ease-in-out infinite;
}


.hero .container {
  position: relative;
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin-bottom: var(--space-6);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.hero-badge i {
  color: #fbbf24;
  filter: drop-shadow(0 0 6px rgba(251, 191, 36, 0.5));
}

.hero h1 {
  font-size: var(--text-5xl);
  font-weight: 800;
  margin-bottom: var(--space-6);
  line-height: 1.15;
  color: #fff;
  letter-spacing: -0.5px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.hero .subtitle {
  font-size: var(--text-xl);
  opacity: 0.95;
  margin-bottom: var(--space-4);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5px;
}

.hero .tagline {
  font-size: var(--text-base);
  opacity: 0.85;
  margin-bottom: var(--space-8);
  font-style: italic;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}


.hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-6);
  flex-wrap: wrap;
  margin-bottom: var(--space-10);
  padding: var(--space-4) var(--space-6);
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.hero-meta-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-align: left;
}

.hero-meta-label {
  font-size: 11px;
  opacity: 0.8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-meta-value {
  font-size: var(--text-sm);
  font-weight: 600;
  opacity: 1;
  line-height: 1.4;
}

.hero-meta-divider {
  width: 1px;
  height: 28px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.25),
    transparent
  );
  flex-shrink: 0;
}


.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
  margin-top: var(--space-10);
  padding: var(--space-6) var(--space-8);
  background-color: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-xl);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.hero-stat {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex: 1;
  min-width: 160px;
  text-align: left;
}

.hero-stat-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: var(--text-lg);
  color: #fff;
  flex-shrink: 0;
}

.hero-stat-content {
  display: flex;
  flex-direction: column;
}

.hero-stat .num {
  font-size: var(--text-2xl);
  font-weight: 800;
  display: flex;
  align-items: baseline;
  gap: 2px;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.hero-stat .num .unit {
  font-size: var(--text-base);
  font-weight: 600;
  opacity: 0.9;
  margin-left: 2px;
}

.hero-stat .label {
  font-size: var(--text-xs);
  opacity: 1;
  margin-top: 2px;
  line-height: 1.4;
}

.hero-stat-divider {
  width: 1px;
  height: 36px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  flex-shrink: 0;
}

.hero-actions {
  display: flex;
  gap: var(--space-4);
  justify-content: center;
  margin-top: var(--space-10);
  flex-wrap: wrap;
}


.overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-8);
  margin-top: var(--space-12);
}

.overview-card {
  background-color: var(--bg-white);
  padding: var(--space-8);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: var(--transition);
}

.overview-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.overview-card h3 {
  font-size: var(--text-lg);
  color: var(--text-dark);
  margin-bottom: var(--space-4);
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.overview-card h3 i {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  border-radius: var(--radius-sm);
  font-size: var(--text-lg);
  flex-shrink: 0;
}

.overview-card p {
  color: var(--text-muted);
  font-size: var(--text-sm);
  line-height: 1.8;
}

.overview-card ul {
  margin-top: var(--space-3);
}

.overview-card ul li {
  padding: var(--space-2) 0 var(--space-2) 24px;
  position: relative;
  color: var(--text-main);
  font-size: var(--text-sm);
}

.overview-card ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 10px;
  color: var(--success);
  font-size: var(--text-xs);
}


.competency-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--space-5);
  margin-top: var(--space-12);
}

.competency-card {
  background-color: var(--bg-white);
  padding: var(--space-6) var(--space-4);
  border-radius: var(--radius-lg);
  text-align: center;
  transition: var(--transition);
  border: 1px solid var(--border-light);
  position: relative;
  overflow: hidden;
}

.competency-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    var(--card-color, var(--primary)),
    var(--card-color-light, var(--primary-light))
  );
}

.competency-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
}

.competency-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto var(--space-5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--card-color, var(--primary)),
    var(--card-color-light, var(--primary-light))
  );
}

.competency-card h3 {
  font-size: var(--text-lg);
  color: var(--text-dark);
  margin-bottom: var(--space-3);
}

.competency-card p {
  color: var(--text-muted);
  font-size: var(--text-sm);
  line-height: 1.7;
}

.competency-score {
  margin-top: var(--space-4);
}

.score-bar {
  height: 6px;
  background-color: var(--bg-gray);
  border-radius: 3px;
  overflow: hidden;
}

.score-fill {
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    var(--card-color, var(--primary)),
    var(--card-color-light, var(--primary-light))
  );
  width: 0;
  transition: width 1.5s ease-out;
}

.score-label {
  font-size: var(--text-xs);
  color: var(--text-muted);
  margin-top: var(--space-1);
  text-align: right;
}


.knowledge-wrapper {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: var(--space-8);
  margin-top: var(--space-12);
}

.knowledge-tabs {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.knowledge-tab {
  padding: var(--space-4) var(--space-5);
  background-color: var(--bg-white);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition-fast);
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: var(--text-sm);
  color: var(--text-main);
}

.knowledge-tab:hover {
  border-color: var(--primary-light);
  background-color: rgba(99, 102, 241, 0.03);
}

.knowledge-tab.active {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  border-color: transparent;
  box-shadow: var(--shadow-md);
}

.knowledge-tab i {
  font-size: var(--text-lg);
  width: 24px;
  text-align: center;
}

.knowledge-content {
  background-color: var(--bg-white);
  padding: var(--space-8);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  min-height: 360px;
  position: relative;
  overflow: hidden;
}

.knowledge-panel {
  display: none;
  animation: panelSlideIn 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.knowledge-panel.active {
  display: block;
}

.knowledge-panel.slide-out-left {
  animation: panelSlideOutLeft 0.3s cubic-bezier(0.4, 0, 1, 1) forwards;
}

.knowledge-panel.slide-out-right {
  animation: panelSlideOutRight 0.3s cubic-bezier(0.4, 0, 1, 1) forwards;
}

@keyframes panelSlideIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes panelSlideOutLeft {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-20px);
  }
}

@keyframes panelSlideOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(20px);
  }
}

.panel-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-6);
  padding-bottom: var(--space-5);
  margin-bottom: var(--space-6);
  border-bottom: 1px dashed var(--border);
}

.panel-header-main {
  flex: 1;
  min-width: 0;
}

.knowledge-panel h3 {
  font-size: var(--text-xl);
  color: var(--text-dark);
  margin-bottom: var(--space-3);
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.knowledge-panel h3 i {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff;
  border-radius: var(--radius-sm);
  font-size: var(--text-base);
  flex-shrink: 0;
}

.panel-desc {
  color: var(--text-muted);
  font-size: var(--text-sm);
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 560px;
}

.panel-meta {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  flex-shrink: 0;
  align-items: flex-end;
}

.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background-color: var(--primary-50);
  color: var(--primary);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: 500;
  white-space: nowrap;
}

.meta-item i {
  font-size: 11px;
}

.knowledge-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3);
  animation: itemsFadeIn 0.6s ease 0.1s both;
}

@keyframes itemsFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.knowledge-item {
  padding: var(--space-3) var(--space-4);
  background-color: var(--bg-light);
  border-radius: var(--radius-sm);
  font-size: var(--text-sm);
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: var(--space-2);
  border: 1px solid transparent;
  transition: var(--transition-fast);
}

.knowledge-item:hover {
  background-color: var(--primary-50);
  border-color: var(--primary-light);
  color: var(--primary-dark);
  transform: translateX(2px);
}

.knowledge-item i {
  color: var(--primary);
  font-size: var(--text-xs);
}

.panel-footer {
  margin-top: var(--space-6);
  padding-top: var(--space-4);
  border-top: 1px dashed var(--border);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.panel-tip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background-color: rgba(245, 158, 11, 0.08);
  color: #b45309;
  border-radius: var(--radius-md);
  font-size: var(--text-xs);
  line-height: 1.5;
  border-left: 3px solid var(--accent);
  align-self: flex-start;
}

.panel-tip i {
  color: var(--accent);
  font-size: var(--text-sm);
  flex-shrink: 0;
}


.panel-related {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-2);
  font-size: var(--text-xs);
}

.related-label {
  color: var(--text-muted);
  font-weight: 500;
}

.related-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background-color: var(--primary-50);
  color: var(--primary);
  border: 1px solid rgba(99, 102, 241, 0.2);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  cursor: pointer;
  transition: var(--transition-fast);
  font-family: inherit;
  font-weight: 500;
}

.related-link::after {
  content: "→";
  font-size: 11px;
  transition: transform 0.2s ease;
}

.related-link:hover {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
  transform: translateY(-1px);
}

.related-link:hover::after {
  transform: translateX(2px);
}


.skills-timeline {
  margin-top: var(--space-12);
  position: relative;
}

.skills-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(
    to bottom,
    var(--primary),
    var(--secondary),
    var(--accent)
  );
  transform: translateX(-50%);
}

.skill-level {
  display: flex;
  align-items: center;
  margin-bottom: var(--space-10);
  position: relative;
}

.skill-level:nth-child(odd) {
  flex-direction: row-reverse;
}

.skill-level:nth-child(odd) .skill-content {
  text-align: right;
}

.skill-level:nth-child(odd) .skill-dot {
  left: 50%;
  transform: translateX(-50%);
}

.skill-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: var(--text-sm);
  z-index: 2;
  box-shadow: 0 0 0 6px var(--bg-white);
}

.skill-content {
  width: calc(50% - 48px);
  padding: var(--space-6);
  background-color: var(--bg-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  transition: var(--transition);
}

.skill-content:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.skill-content h3 {
  font-size: var(--text-lg);
  color: var(--text-dark);
  margin-bottom: var(--space-2);
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.skill-level:nth-child(odd) .skill-content h3 {
  justify-content: flex-end;
}

.skill-content h3 i {
  color: var(--primary);
}

.skill-content .level-tag {
  display: inline-block;
  padding: 3px 10px;
  background-color: rgba(99, 102, 241, 0.1);
  color: var(--primary);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: 500;
  margin-bottom: var(--space-3);
}

.skill-content p {
  color: var(--text-muted);
  font-size: var(--text-sm);
  margin-bottom: var(--space-3);
}

.skill-content ul li {
  font-size: var(--text-xs);
  color: var(--text-main);
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.skill-level:nth-child(odd) .skill-content ul li {
  justify-content: flex-end;
}

.skill-content ul li i {
  color: var(--success);
  font-size: 12px;
}


.career-section {
  
  background: linear-gradient(135deg, var(--primary-50) 0%, #e0e7ff 50%, #ede9fe 100%);
  color: var(--text-dark);
  position: relative;
  overflow: hidden;
}


.career-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.career-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.career-section .section-title {
  color: var(--text-dark);
}

.career-section .section-desc {
  color: var(--text-muted);
}

.career-section .section-tag {
  background-color: rgba(99, 102, 241, 0.15);
  color: var(--primary);
}

.career-paths {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5);
  margin-top: var(--space-12);
  position: relative;
  z-index: 1;
}

.career-path {
  background-color: var(--bg-white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: var(--space-6);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.career-path:hover {
  background-color: var(--bg-white);
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-light);
}

.career-path-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: var(--space-4);
  color: #fff;
}

.career-path h3 {
  font-size: var(--text-base);
  margin-bottom: var(--space-3);
  color: var(--text-dark);
}

.career-path p {
  font-size: var(--text-xs);
  color: var(--text-muted);
  line-height: 1.7;
}

.career-steps {
  margin-top: var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.career-step {
  font-size: var(--text-xs);
  color: var(--text-main);
  padding: 6px 10px;
  background-color: var(--bg-light);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.career-step i {
  color: var(--primary);
  font-size: 7px;
}


.career-map {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-6);
  margin-top: var(--space-12);
  position: relative;
  z-index: 1;
}

.career-map-block {
  background-color: var(--bg-white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: var(--space-7);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.career-map-block:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-light);
}

.career-map-header {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
}

.career-map-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  flex-shrink: 0;
}

.career-map-header h3 {
  font-size: var(--text-lg);
  color: var(--text-dark);
  margin-bottom: var(--space-1);
}

.career-map-header p {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.6;
}


.progression-ladder {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.progression-rung {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding: var(--space-3) var(--space-4);
  background-color: var(--bg-light);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--primary-light);
}

.progression-rung.highlight {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(139, 92, 246, 0.04));
  border-left-color: var(--secondary);
}

.rung-level {
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
}

.rung-role {
  font-size: var(--text-sm);
  color: var(--text-main);
  text-align: right;
  line-height: 1.5;
}

.progression-arrow {
  text-align: center;
  color: var(--primary-light);
  font-size: var(--text-sm);
  line-height: 1;
}


.transition-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-3);
}

.transition-card {
  background-color: var(--bg-light);
  border-radius: var(--radius-md);
  padding: var(--space-4);
  transition: var(--transition-fast);
  border: 1px solid transparent;
}

.transition-card:hover {
  background-color: var(--bg-white);
  border-color: var(--primary-light);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.transition-card > i {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  color: #fff;
  font-size: var(--text-base);
  margin-bottom: var(--space-3);
}

.transition-card h4 {
  font-size: var(--text-sm);
  color: var(--text-dark);
  margin-bottom: var(--space-2);
}

.transition-card p {
  font-size: var(--text-xs);
  color: var(--text-muted);
  line-height: 1.6;
}


.tasks-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--space-5);
  margin-top: var(--space-12);
}

.task-card {
  background-color: var(--bg-white);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  text-align: center;
  transition: var(--transition);
  border: 1px solid var(--border-light);
  position: relative;
}

.task-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-light);
}

.task-num {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: var(--text-sm);
  box-shadow: var(--shadow-md);
}

.task-icon {
  font-size: 32px;
  margin: var(--space-4) 0 var(--space-3);
  color: var(--primary);
}

.task-card h3 {
  font-size: var(--text-sm);
  color: var(--text-dark);
  margin-bottom: var(--space-2);
}

.task-card p {
  font-size: var(--text-xs);
  color: var(--text-muted);
  line-height: 1.6;
}


.task-level-tag {
  display: inline-block;
  margin-top: var(--space-3);
  padding: 4px 12px;
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--primary);
  background-color: var(--primary-50);
  border-radius: var(--radius-full);
  border: 1px solid var(--primary-100);
}


.task-flow {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  margin-top: var(--space-10);
  padding: var(--space-5) var(--space-6);
  background: linear-gradient(135deg, var(--primary-50), #ecfeff);
  border-radius: var(--radius-lg);
  border: 1px solid var(--primary-100);
  flex-wrap: wrap;
}

.task-flow-label {
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.task-flow-chain {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.task-flow-node {
  padding: 6px 14px;
  background-color: var(--bg-white);
  border-radius: var(--radius-full);
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--text-dark);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-light);
  white-space: nowrap;
}

.task-flow-chain i {
  color: var(--primary-light);
  font-size: var(--text-xs);
}


.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5);
  margin-top: var(--space-6);
}


.industry-group {
  margin-top: var(--space-12);
  margin-bottom: var(--space-2);
}

.industry-group:first-of-type {
  margin-top: var(--space-10);
}

.industry-group-label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 6px 16px;
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--primary);
  background: linear-gradient(135deg, var(--primary-50), #ecfeff);
  border-radius: var(--radius-full);
  border: 1px solid var(--primary-100);
}

.industry-group-label i {
  font-size: var(--text-xs);
}

.industry-card {
  background-color: var(--bg-white);
  padding: var(--space-6);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.industry-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-light);
}

.industry-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: var(--space-4);
}

.industry-card h3 {
  font-size: var(--text-base);
  color: var(--text-dark);
  margin-bottom: var(--space-2);
}

.industry-card p {
  font-size: var(--text-xs);
  color: var(--text-muted);
  line-height: 1.7;
  flex: 1;
}

.industry-tags {
  margin-top: var(--space-3);
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.industry-tag {
  padding: 3px 10px;
  background-color: var(--bg-gray);
  border-radius: var(--radius-full);
  font-size: 11px;
  color: var(--text-muted);
}


.cert-section {
  background: linear-gradient(135deg, #ecfeff 0%, #eff6ff 100%);
}

.cert-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--space-4);
  margin-top: var(--space-12);
}

.cert-card {
  background-color: var(--bg-white);
  padding: var(--space-6) var(--space-4);
  border-radius: var(--radius-md);
  text-align: center;
  transition: var(--transition);
  border: 2px solid transparent;
}

.cert-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.cert-card.featured {
  border-color: var(--primary);
  position: relative;
}

.cert-card.featured::before {
  content: "推荐";
  position: absolute;
  top: -10px;
  right: 12px;
  padding: 2px 10px;
  background-color: var(--primary);
  color: #fff;
  font-size: 11px;
  border-radius: var(--radius-full);
}

.cert-level {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto var(--space-3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-sm);
  font-weight: 700;
  color: #fff;
}

.cert-card h4 {
  font-size: var(--text-sm);
  color: var(--text-dark);
  margin-bottom: var(--space-2);
}

.cert-card .cert-short {
  font-size: var(--text-xs);
  color: var(--primary);
  font-weight: 600;
  margin-bottom: var(--space-3);
}

.cert-card ul {
  text-align: left;
}

.cert-card ul li {
  font-size: var(--text-xs);
  color: var(--text-muted);
  padding: 4px 0;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}

.cert-card ul li i {
  color: var(--success);
  margin-top: 3px;
  font-size: 12px;
  flex-shrink: 0;
}


.cert-methods {
  margin-top: var(--space-12);
  background-color: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
}

.cert-methods-header {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  margin-bottom: var(--space-8);
  padding-bottom: var(--space-6);
  border-bottom: 1px solid var(--border-light);
}

.cert-methods-header i {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff;
  font-size: var(--text-xl);
  flex-shrink: 0;
}

.cert-methods-header h3 {
  font-size: var(--text-xl);
  margin-bottom: var(--space-1);
}

.cert-methods-header p {
  color: var(--text-muted);
  margin-bottom: 0;
}

.cert-methods-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  margin-bottom: var(--space-6);
}

.cert-method-item {
  padding: var(--space-5);
  background-color: var(--bg-light);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  transition: var(--transition);
}

.cert-method-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.method-num {
  display: inline-block;
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--primary);
  margin-bottom: var(--space-2);
  padding: 2px 8px;
  background-color: var(--primary-50);
  border-radius: var(--radius-sm);
}

.cert-method-item h4 {
  font-size: var(--text-base);
  margin-bottom: var(--space-2);
}

.cert-method-item p {
  font-size: var(--text-sm);
  color: var(--text-muted);
  margin-bottom: 0;
  line-height: 1.6;
}

.cert-passing {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-5);
  background: linear-gradient(135deg, var(--primary-50), #ecfeff);
  border-radius: var(--radius-md);
  border: 1px solid var(--primary-100);
  font-size: var(--text-sm);
  color: var(--text-main);
}

.cert-passing i {
  color: var(--primary);
  font-size: var(--text-lg);
}


.cert-conditions {
  margin-top: var(--space-12);
  background-color: var(--bg-white);
  border-radius: var(--radius-lg);
  padding: var(--space-8);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
}

.cert-conditions h3 {
  font-size: var(--text-xl);
  margin-bottom: var(--space-6);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.cert-conditions h3 i {
  color: var(--primary);
}


.conditions-toggle {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 6px 14px;
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--primary);
  background-color: var(--primary-50);
  border: 1px solid var(--primary-100);
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: var(--transition-fast);
}

.conditions-toggle:hover {
  background-color: var(--primary);
  color: #fff;
}

.conditions-toggle i {
  transition: transform 0.3s ease;
}

.conditions-toggle[aria-expanded="false"] i {
  transform: rotate(180deg);
}


.conditions-list {
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  max-height: 3000px;
}

.conditions-list.collapsed {
  max-height: 0;
  opacity: 0;
}

.conditions-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.condition-item {
  padding: var(--space-5);
  background-color: var(--bg-light);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--primary);
}

.condition-item:nth-child(1) { border-left-color: #10b981; }
.condition-item:nth-child(2) { border-left-color: #0ea5e9; }
.condition-item:nth-child(3) { border-left-color: #6366f1; }
.condition-item:nth-child(4) { border-left-color: #8b5cf6; }
.condition-item:nth-child(5) { border-left-color: #ec4899; }

.condition-level {
  display: inline-block;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  color: #fff;
  font-size: var(--text-xs);
  font-weight: 700;
  margin-bottom: var(--space-3);
}

.condition-item > p {
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: var(--space-2);
  font-size: var(--text-sm);
}

.condition-item ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.condition-item ul li {
  position: relative;
  padding-left: var(--space-5);
  font-size: var(--text-sm);
  color: var(--text-main);
  line-height: 1.6;
}

.condition-item ul li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--primary);
}


.advantages-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-8);
  align-items: start;
  margin-top: var(--space-12);
}

.advantages-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.advantage-item {
  display: flex;
  gap: var(--space-4);
  padding: var(--space-5);
  background-color: var(--bg-white);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-light);
  transition: var(--transition);
}

.advantage-item:hover {
  border-color: var(--primary-light);
  box-shadow: var(--shadow-md);
}

.advantage-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-lg);
  color: #fff;
}

.advantage-item h4 {
  font-size: var(--text-base);
  color: var(--text-dark);
  margin-bottom: var(--space-2);
}

.advantage-item p {
  font-size: var(--text-sm);
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 0;
}


.advantage-highlight {
  background: linear-gradient(135deg, #4f46e5 0%, #0ea5e9 100%);
  color: #fff;
  padding: var(--space-8);
  border-radius: var(--radius-lg);
}

.advantage-highlight h3 {
  font-size: var(--text-xl);
  margin-bottom: var(--space-4);
  color: #fff;
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.advantage-highlight p {
  font-size: var(--text-sm);
  opacity: 0.9;
  margin-bottom: var(--space-5);
  line-height: 1.8;
}

.highlight-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-5);
}

.highlight-stat {
  text-align: center;
  padding: var(--space-4);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-md);
}

.highlight-stat .num {
  font-size: var(--text-2xl);
  font-weight: 800;
  display: block;
  color: #fff;
}

.highlight-stat .label {
  font-size: var(--text-xs);
  opacity: 0.8;
  margin-top: var(--space-1);
}


.competency-status {
  margin-top: var(--space-4);
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: var(--text-sm);
  font-weight: 600;
}

.status-pass {
  background-color: rgba(16, 185, 129, 0.12);
  color: #059669;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.status-pass i {
  font-size: var(--text-base);
}




.section-divider {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
  line-height: 0;
}

.section-divider--lg {
  height: 80px;
}

.section-divider--sm {
  height: 40px;
}

.section-divider svg {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}


.divider-wave-hero-out {
  background: linear-gradient(180deg, transparent 0%, var(--bg-white) 100%);
  margin-top: -1px;
}

.divider-wave-hero-out svg {
  position: absolute;
  top: 0;
  left: 0;
}


.divider-wave-light {
  background-color: var(--bg-white);
  margin-top: -1px;
}

.divider-wave-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, var(--bg-light) 0%, var(--bg-white) 100%);
  clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 100%
  );
}


.divider-wave-curve {
  background: linear-gradient(180deg, var(--bg-white) 0%, transparent 100%);
  position: relative;
}

.divider-wave-curve svg {
  position: absolute;
  bottom: 0;
  left: 0;
}


.section-divider-dots {
  position: relative;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: var(--bg-white);
  margin-top: -8px;
  margin-bottom: -8px;
}

.section-divider-dots::before,
.section-divider-dots::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--border) 50%,
    transparent 100%
  );
  max-width: 320px;
}

.divider-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-light);
  opacity: 0.5;
  animation: dividerDotPulse 2.4s ease-in-out infinite;
}

.divider-dot:nth-child(2) { animation-delay: 0.3s; background-color: var(--primary); }
.divider-dot:nth-child(3) { animation-delay: 0.6s; background-color: var(--secondary); }
.divider-dot:nth-child(4) { animation-delay: 0.9s; background-color: var(--accent); }
.divider-dot:nth-child(5) { animation-delay: 1.2s; background-color: var(--primary-light); }

@keyframes dividerDotPulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.4); opacity: 1; }
}


.section-divider-diamond {
  position: relative;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-white);
}

.section-divider-diamond::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 2px;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.08);
}


.section-divider-gradient {
  position: relative;
  height: 40px;
  background: linear-gradient(
    180deg,
    var(--bg-white) 0%,
    var(--primary-50) 50%,
    #e0e7ff 100%
  );
}

.section-divider-gradient--to-white {
  background: linear-gradient(
    180deg,
    #ede9fe 0%,
    #e0e7ff 50%,
    var(--bg-white) 100%
  );
}

.section-divider-gradient--cert {
  background: linear-gradient(
    180deg,
    var(--bg-white) 0%,
    #f0f9ff 50%,
    #ecfeff 100%
  );
}

.section-divider-gradient--to-cert {
  background: linear-gradient(
    180deg,
    #eff6ff 0%,
    #ecfeff 50%,
    var(--bg-white) 100%
  );
}

.section-divider-gradient--experts {
  background: linear-gradient(
    180deg,
    var(--bg-white) 0%,
    #faf5ff 50%,
    #f5f3ff 100%
  );
}

.section-divider-gradient--to-experts {
  background: linear-gradient(
    180deg,
    #ecfeff 0%,
    #f5f3ff 50%,
    var(--bg-white) 100%
  );
}


.hero-wave-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-wave-bottom svg {
  display: block;
  width: 100%;
  height: 100%;
}


.section + .section-divider,
.section + .section-divider-dots,
.section + .section-divider-diamond,
.section + .section-divider-gradient,
.section-divider + .section,
.section-divider-dots + .section,
.section-divider-diamond + .section,
.section-divider-gradient + .section {
  
  margin-top: -24px;
  margin-bottom: -24px;
  position: relative;
  z-index: 1;
}


.section + .section-divider-dots,
.section + .section-divider-diamond {
  margin-top: -16px;
  margin-bottom: -16px;
}


.footer {
  background-color: var(--bg-dark);
  color: rgba(255, 255, 255, 0.7);
  padding: var(--space-12) 0 var(--space-6);
  position: relative;
}


.footer-wave-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 0;
  pointer-events: none;
}

.footer-wave-top svg {
  display: block;
  width: 100%;
  height: 100%;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: var(--space-12);
  margin-bottom: var(--space-8);
}

.footer-brand h3 {
  color: #fff;
  font-size: var(--text-xl);
  margin-bottom: var(--space-3);
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.footer-logo-icon {
  width: 24px;
  height: 24px;
  color: var(--primary-light);
  flex-shrink: 0;
}

.footer-brand h3 i {
  color: var(--primary-light);
}

.footer-brand p {
  font-size: var(--text-sm);
  line-height: 1.8;
}

.footer-brand .footer-link {
  margin-top: var(--space-4);
  font-size: var(--text-sm);
}

.footer-brand .footer-link a {
  color: var(--primary-light);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}

.footer-col h4 {
  color: #fff;
  font-size: var(--text-sm);
  margin-bottom: var(--space-4);
}

.footer-col ul li {
  margin-bottom: var(--space-2);
}

.footer-col ul li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: var(--text-sm);
  transition: var(--transition-fast);
}

.footer-col ul li a:hover {
  color: var(--primary-light);
}

.footer-bottom {
  padding-top: var(--space-6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.5);
}
