/* /ksef landing page. Token-only; builds on the global hero/panel/btn styles
   and the global details/summary box (see the bare-element rules in
   styles.css — a component only adds what those don't). */

.ksef-shell {
  max-width: 60rem;
}

.ksef-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1.25rem;
}

.ksef-panel {
  margin-top: 1.25rem;
}

.ksef-panel h2 {
  margin: 0 0 0.75rem;
}

.ksef-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ksef-step h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
}

.ksef-step p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.55;
}

.ksef-list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.5rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

.ksef-timeline {
  margin: 1rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid var(--border);
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.55;
}

.ksef-faq-item summary {
  font-weight: 600;
}

.ksef-faq-item p {
  margin: 0.5rem 0 0;
  color: var(--text-secondary);
  line-height: 1.6;
}

.ksef-final p:first-child {
  margin: 0;
  font-size: 1.05rem;
}

@media (max-width: 720px) {
  .ksef-steps {
    grid-template-columns: 1fr;
  }
}
