.planet-mirror-hero {
  margin-top: 0.5rem;
}

.planet-mirror-purpose {
  margin: 1.25rem 0;
}

.planet-mirror-lead {
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 0.85rem;
  color: rgba(244, 242, 250, 0.92);
}

.planet-mirror-bullets {
  list-style: none;
  font-size: 0.84rem;
  line-height: 1.65;
}

.planet-mirror-bullets li {
  position: relative;
  padding-left: 0.75rem;
  margin-bottom: 0.45rem;
}

.planet-mirror-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.28rem;
  height: 0.28rem;
  border-radius: 50%;
  background: var(--gold);
}

.planet-mirror-section {
  margin: 2rem 0 1.5rem;
}

.planet-mirror-h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 3vw, 1.45rem);
  margin-bottom: 0.65rem;
}

.planet-flow {
  list-style: none;
  counter-reset: flow;
  display: grid;
  gap: 0.65rem;
}

.planet-flow li {
  counter-increment: flow;
  font-size: 0.88rem;
  line-height: 1.6;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: 0.55rem;
  background: rgba(12, 14, 26, 0.55);
}

.planet-learn {
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.planet-learn li {
  font-size: 0.86rem;
  line-height: 1.62;
  padding-left: 0.7rem;
  border-left: 2px solid color-mix(in srgb, var(--gold) 45%, transparent);
}

.planet-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

@media (min-width: 560px) {
  .planet-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .planet-grid { grid-template-columns: repeat(4, 1fr); }
}

.planet-card {
  --planet: #ffd84d;
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  padding: 0.85rem 0.9rem 0.75rem;
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, color-mix(in srgb, var(--planet) 14%, transparent), transparent 60%),
    linear-gradient(165deg, rgba(16, 18, 32, 0.92), rgba(8, 10, 18, 0.96));
  transition: border-color 0.2s ease;
}

@media (prefers-reduced-motion: no-preference) {
  .planet-card:hover {
    border-color: color-mix(in srgb, var(--planet) 40%, var(--border));
  }
}

.planet-card__visual {
  position: relative;
  height: 3.5rem;
  margin-bottom: 0.55rem;
}

.planet-card__orb {
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  box-shadow: 0 0 24px color-mix(in srgb, var(--planet) 35%, transparent);
}

.planet-card__symbol {
  position: absolute;
  left: 0.72rem;
  top: 0.95rem;
  font-size: 1.35rem;
  line-height: 1;
  text-shadow: 0 0 12px color-mix(in srgb, var(--planet) 50%, transparent);
}

.planet-card__head h3 {
  font-family: var(--font-serif);
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.planet-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.5rem;
}

.planet-card__chip {
  font-size: calc(0.62rem + 2px);
  padding: 0.14rem 0.48rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--planet) 35%, var(--border));
  color: color-mix(in srgb, var(--planet) 75%, var(--text));
}

.planet-card__sky {
  font-size: 0.74rem;
  line-height: 1.55;
  color: var(--muted);
  margin-bottom: 0.55rem;
}

.planet-card__color {
  font-size: 0.72rem;
  line-height: 1.55;
  color: rgba(244, 242, 250, 0.9);
  margin-bottom: 0.4rem;
  padding: 0.45rem 0.5rem;
  border-radius: 0.4rem;
  border-left: 2px solid color-mix(in srgb, var(--planet) 55%, transparent);
  background: color-mix(in srgb, var(--planet) 6%, rgba(8, 10, 18, 0.5));
}

.planet-card__color-label {
  color: color-mix(in srgb, var(--planet) 85%, white);
  font-weight: 500;
}

.planet-card__hue-note {
  font-size: 0.66rem;
  line-height: 1.5;
  color: var(--muted);
  margin: 0 0 0.5rem;
  font-style: italic;
}

.planet-card__duality {
  margin-bottom: 0.45rem;
  gap: 0.45rem;
}

.planet-card__duality p {
  font-size: 0.72rem !important;
  line-height: 1.5;
}

.planet-card__signs {
  font-size: 0.68rem;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.planet-card__sign {
  color: var(--gold);
  text-decoration: none;
  margin-right: 0.35rem;
}

.planet-card__sign:hover { text-decoration: underline; }

.planet-card__q {
  font-size: 0.72rem;
  line-height: 1.5;
  font-style: italic;
  color: rgba(244, 242, 250, 0.88);
  border-top: 1px solid var(--border);
  padding-top: 0.45rem;
  margin-top: 0.35rem;
}

.planet-guidance {
  border-left: 2px solid color-mix(in srgb, var(--gold) 35%, transparent);
  padding-left: 1rem;
}

.planet-guidance__title {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  margin: 0 0 0.45rem;
  background: linear-gradient(
    90deg,
    rgba(240, 235, 224, 0.45),
    #ffd84d,
    #fff8e8,
    #ffd84d,
    rgba(240, 235, 224, 0.45)
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation:
    guidance-label-shimmer 3s ease-in-out infinite alternate,
    guidance-label-twinkle 2.4s ease-in-out infinite;
}

@keyframes guidance-label-shimmer {
  from { background-position: 0% center; }
  to { background-position: 100% center; }
}

@keyframes guidance-label-twinkle {
  0%,
  100% {
    opacity: 0.78;
    filter: drop-shadow(0 0 3px rgba(255, 216, 77, 0.2));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 9px rgba(255, 216, 77, 0.55))
      drop-shadow(0 0 16px rgba(255, 248, 232, 0.22));
  }
}

@media (prefers-reduced-motion: reduce) {
  .planet-guidance__title {
    animation: none;
    background-position: 50% center;
    -webkit-text-fill-color: var(--gold);
    color: var(--gold);
    background: none;
    opacity: 1;
    filter: none;
  }
}

.planet-guidance__text {
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(244, 242, 250, 0.82);
  margin: 0;
}

.planet-cta-lead {
  width: 100%;
  max-width: none;
  text-align: center;
  margin: 1.5rem auto 1rem;
}

.planet-cta {
  justify-content: center;
  margin-bottom: 0.75rem;
}

.planet-disclaimer {
  font-size: calc(0.72rem + 2px);
  line-height: 1.75;
}