/* Próximo passo operacional da Planet · somente desktop */
@media (min-width: 821px) {
  .aos-planet-next-step {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    width: 100%;
    margin: 0 0 12px;
    padding: 13px 15px;
    border: 1px solid var(--os-border);
    border-radius: 14px;
    background: var(--os-surface);
    box-shadow: var(--os-shadow-sm);
  }

  .aos-planet-next-step-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .aos-planet-next-step-copy > small {
    color: var(--os-accent);
    font-size: 8.5px;
    font-weight: 900;
    letter-spacing: .1em;
  }

  .aos-planet-next-step-copy > strong {
    overflow: hidden;
    color: var(--os-text-strong);
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: -.02em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .aos-planet-next-step-copy > span {
    overflow: hidden;
    color: var(--os-text-muted);
    font-size: 10px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .aos-planet-next-step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid var(--os-border);
    border-radius: 999px;
    color: var(--os-text-muted);
    background: var(--os-surface-subtle);
    font-size: 9px;
    font-weight: 850;
    white-space: nowrap;
  }

  .aos-planet-next-step[data-tone="late"] {
    border-color: color-mix(in srgb, var(--os-danger) 26%, var(--os-border));
  }

  .aos-planet-next-step[data-tone="late"] .aos-planet-next-step-badge {
    color: var(--os-danger);
    background: color-mix(in srgb, var(--os-danger) 7%, var(--os-surface-subtle));
  }

  .aos-planet-next-step[data-tone="empty"] {
    background: var(--os-surface-subtle);
  }

  @media (max-width: 1180px) {
    .aos-planet-next-step {
      grid-template-columns: minmax(0, 1fr);
      gap: 8px;
    }

    .aos-planet-next-step-badge {
      justify-self: start;
    }
  }
}
