/* Founder story — compact timer on mobile */

@media (max-width: 560px) {
  .founder-story__cta {
    gap: 10px;
    padding-top: 14px;
  }

  .founder-story__cta p {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .founder-story__timer {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 6px 10px;
    max-width: none;
    padding: 10px 12px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(108, 71, 255, 0.08);
  }

  .founder-story__timer > span {
    flex: 1 1 100%;
    font-size: 0.72rem;
    line-height: 1.35;
    margin: 0;
  }

  .founder-countdown {
    justify-content: flex-start;
    font-size: clamp(1.75rem, 9vw, 2.2rem);
    gap: 4px;
  }

  .founder-countdown span {
    padding: 4px 8px;
    border-radius: 8px;
    min-width: 0;
  }
}
