/* ==========================================================================
   SISTEM REKOMENDASI KARIER MAHASISWA - HERO & STATS SECTION
   File: assets/css/hero.css
   ========================================================================== */

.landing-hero {
  background: radial-gradient(circle at 10% 15%, rgba(5, 150, 105, 0.08) 0%, transparent 45%),
              radial-gradient(circle at 90% 85%, rgba(245, 158, 11, 0.08) 0%, transparent 45%),
              linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 70px 0 60px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--slate-200);
}

.hero-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-light);
  border: 1px solid var(--primary-subtle);
  color: var(--primary-dark);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 22px;
}

.hero-pill-badge i {
  color: var(--accent-gold);
  font-size: 0.9rem;
}

.hero-heading {
  font-size: 3.1rem;
  font-weight: 800;
  color: var(--slate-900);
  line-height: 1.18;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.hero-heading span.gradient-text {
  background: linear-gradient(135deg, #059669 0%, #10b981 50%, #f59e0b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtext {
  font-size: 1.12rem;
  color: var(--slate-500);
  line-height: 1.75;
  margin-bottom: 35px;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* Hero Preview Showcase Box - Clean Modern Card Box */
.hero-preview-box {
  background: var(--white);
  border-radius: 12px;
  border: 1.5px solid var(--slate-200);
  padding: 26px;
  box-shadow: 0 20px 40px -10px rgba(15, 23, 42, 0.08);
  position: relative;
  transition: transform 0.3s ease;
}

.hero-preview-box:hover {
  transform: translateY(-3px);
}

.preview-match-badge {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: var(--white);
  border-radius: 8px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px -5px rgba(5, 150, 105, 0.3);
}

.preview-match-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--white);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.preview-match-subtitle {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.preview-match-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0;
  line-height: 1.25;
}

.preview-score-pill {
  background: var(--accent-gold);
  color: var(--slate-900);
  font-weight: 800;
  font-size: 0.82rem;
  padding: 6px 12px;
  border-radius: 6px;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

.preview-radar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid var(--slate-100);
}

.preview-radar-row:last-of-type {
  border-bottom: none;
}

.preview-radar-label {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--slate-600);
  display: flex;
  align-items: center;
  gap: 8px;
}

.preview-radar-badge {
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
}

.preview-footer {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--slate-100);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.preview-footer-note {
  font-size: 0.78rem;
  color: var(--slate-400);
  display: flex;
  align-items: center;
  gap: 6px;
}

.preview-footer-link {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}

.preview-footer-link:hover {
  color: var(--primary-dark);
}

/* Live Stats Counter Strip */
.stats-strip {
  margin-top: 48px;
}

.stat-box {
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
  transition: all 0.25s ease;
  height: 100%;
}

.stat-box:hover {
  transform: translateY(-3px);
  border-color: var(--primary);
  box-shadow: var(--shadow-md);
}

.stat-box .stat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.stat-box .stat-number {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--slate-900);
  line-height: 1.2;
}

.stat-box .stat-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--slate-500);
  margin-top: 4px;
}

@media (max-width: 991.98px) {
  .hero-heading {
    font-size: 2.4rem;
  }
}

@media (max-width: 575.98px) {
  .hero-heading {
    font-size: 1.95rem;
  }
  .landing-hero {
    padding: 45px 0 35px;
  }
}
