/* Profection Year Finder */

.pf-hero {
  text-align: center;
  padding: 1.1rem 1rem 1.2rem;
  background: linear-gradient(180deg, #fdf8ee, #f7eccf);
  border: 1px solid #e0d4c4;
  border-radius: 12px;
  margin: 0 0 0.9rem;
}

.pf-hero__label {
  margin: 0 0 0.3rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b5e58;
}

.pf-hero__name {
  margin: 0;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--crimson, #7a1834);
  line-height: 1.15;
}

.pf-hero__title {
  margin: 0.15rem 0 0.6rem;
  font-size: 1rem;
  font-weight: 600;
  color: #4a0e1f;
}

.pf-hero__sign {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.pf-sign-icon {
  flex: 0 0 auto;
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--crimson, #7a1834);
  border-radius: 50%;
  overflow: hidden;
}

.pf-sign-icon img {
  width: 1.85rem;
  height: 1.85rem;
}

.pf-hero__signtext {
  font-size: 0.95rem;
  color: var(--color-text, #2a2220);
}

.pf-person {
  margin: 0;
  font-weight: 700;
  color: var(--crimson, #7a1834);
}

.pf-birth-line {
  margin: 0.1rem 0 1rem;
  color: var(--color-muted, #6b5e58);
  font-size: 0.9rem;
}

.pf-grid {
  margin-bottom: 0.4rem;
}

.pf-note-card {
  margin-top: 0.4rem;
}

.pf-themes {
  margin: 0 0 0.4rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: #4a0e1f;
}

.pf-note {
  margin: 0;
  line-height: 1.6;
}

.pf-tip {
  margin: 0.55rem 0 0;
  padding: 0.55rem 0.7rem;
  background: #fdf3dc;
  border: 1px solid #e0c98a;
  border-radius: 8px;
  font-size: 0.88rem;
  line-height: 1.5;
}

.pf-cycle td,
.pf-cycle th {
  white-space: nowrap;
}

.pf-cycle__current td {
  background: #fdf3dc;
  font-weight: 700;
}
