.folheto-page { max-width: 960px; margin: 0 auto; padding: 1.5rem 1rem 3rem; }
.folheto-hero { margin-bottom: 1.5rem; }
.folheto-hero h1 { margin: 0 0 .35rem; font-size: 1.75rem; font-weight: 800; color: #1a1a1a; }
.folheto-hero p { margin: 0; color: #5c6360; font-size: .95rem; max-width: 560px; }
.folheto-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1rem; }
.folheto-card {
  background: #fff; border: 1px solid #e3e6ea; border-radius: 16px; padding: 1.1rem;
  display: flex; flex-direction: column; gap: .65rem; position: relative; overflow: hidden;
}
.folheto-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #1b6d3d, #ff6b00);
}
.folheto-card__badge {
  font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
  color: #1b6d3d;
}
.folheto-card__title { font-size: 1.05rem; font-weight: 800; color: #1a1a1a; margin: 0; }
.folheto-card__desc { font-size: .82rem; color: #5c6360; margin: 0; flex: 1; }
.folheto-card__code {
  font-family: ui-monospace, monospace; font-size: 1rem; font-weight: 700;
  letter-spacing: .08em; color: #1a1a1a; background: #f4fbf7; border: 1px dashed #c9e6d4;
  border-radius: 10px; padding: .55rem .75rem;
}
.folheto-card__meta { font-size: .72rem; color: #5c6360; }
.folheto-card__btn {
  align-self: flex-start; padding: .45rem .9rem; border-radius: 999px; border: none;
  background: #1b6d3d; color: #fff; font-weight: 600; font-size: .8rem; cursor: pointer;
}
.folheto-card__btn:hover { background: #155430; }
.folheto-empty {
  text-align: center; padding: 2.5rem 1rem; background: #f7f9f8; border-radius: 16px;
  color: #5c6360;
}
.folheto-empty a { color: #1b6d3d; font-weight: 600; }
