.parstime-hero-card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 1.4rem;
  background:
    radial-gradient(
      circle at top right,
      rgba(242, 169, 0, 0.18),
      transparent 22%
    ),
    radial-gradient(
      circle at bottom left,
      rgba(197, 139, 0, 0.16),
      transparent 24%
    ),
    linear-gradient(135deg, #111111 0%, #1a1a1a 38%, #232323 100%);
  color: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.parstime-hero-card::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 60px;
  right: -90px;
  top: -90px;
  border-radius: 50%;
  background: rgba(242, 169, 0, 0.08);
}

.parstime-hero-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 680px;
  left: -50px;
  bottom: -50px;
  border-radius: 50%;
  background: rgba(197, 139, 0, 0.08);
}

.parstime-brand-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #f2a900;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  backdrop-filter: blur(6px);
}

.parstime-welcome {
  font-size: 1.3rem;
  line-height: 1.7;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.82);
}

.parstime-main-title {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0.55rem 0 0.55rem;
  color: #fff;
}

.parstime-subtitle {
  font-size: 0.96rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.72);
  max-width: 760px;
  margin-bottom: 0;
}

.parstime-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.parstime-info-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0.95rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #f7f7f5;
  font-size: 0.84rem;
  font-weight: 600;
}

.parstime-info-item i {
  color: #f2a900;
  font-size: 1rem;
}

.parstime-actions-area .btn {
  border-radius: 0.9rem;
  font-weight: 600;
}

.parstime-actions-area .btn-light {
  background: #ffffff;
  border-color: #ffffff;
  color: #1a1a1a;
}

.parstime-actions-area .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.parstime-actions-area .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff;
}

.parstime-hero-illustration-wrap {
  position: relative;
  min-height: 120px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.parstime-hero-illustration-glow {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(242, 169, 0, 0.22) 0%,
    rgba(242, 169, 0, 0) 68%
  );
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.parstime-hero-illustration {
  position: relative;
  z-index: 2;
  max-height: 200px;
  width: auto;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.24));
}

.parstime-header-bottom-actions {
  margin-top: 1rem;
}

.parstime-hero-card .card-body {
  padding: 1.1rem 1.25rem;
}

.parstime-hero-card {
  backdrop-filter: blur(6px);
}

@media (max-width: 1199.98px) {
  .parstime-main-title {
    font-size: 1.7rem;
  }

  .parstime-hero-illustration-wrap {
    min-height: 140px;
  }

  .parstime-hero-illustration {
    max-height: 160px;
  }
}

@media (max-width: 991.98px) {
  .parstime-main-title {
    font-size: 1.45rem;
  }

  .parstime-info-list {
    gap: 0.65rem;
  }

  .parstime-info-item {
    padding: 0.5rem 0.7rem;
    font-size: 0.78rem;
    border-radius: 0.75rem;
  }
}
