.cty-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.cty-filters a { padding: 6px 14px; border-radius: 20px; background: #f0f0f0; color: #333; text-decoration: none; font-size: 14px; }
.cty-filters a.cty-filter-active { background: #0c71c3; color: #fff; }

.cty-doc-table { width: 100%; border-collapse: collapse; }
.cty-doc-table th, .cty-doc-table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid #eee; font-size: 14px; }
.cty-doc-table th { color: #555; font-weight: 600; }

.cty-btn { display: inline-block; padding: 6px 16px; border-radius: 4px; background: #0c71c3; color: #fff !important; text-decoration: none; font-size: 13px; }
.cty-locked { color: #999; font-size: 13px; }

.cty-pagination { display: flex; gap: 6px; margin-top: 20px; }
.cty-pagination a { padding: 6px 12px; border: 1px solid #ddd; border-radius: 4px; color: #333; text-decoration: none; }
.cty-pagination a.cty-page-active { background: #0c71c3; color: #fff; border-color: #0c71c3; }

/* Pricing table: solo los 3 planes con precio de autoservicio real */
.cty-pricing-table { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 900px; margin: 0 auto; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,0.08); }
.cty-price-card { background: #fff; padding: 32px 24px; text-align: center; border-right: 1px solid #eee; }
.cty-price-card:last-child { border-right: none; }
.cty-price-card h3 { margin: 0 0 12px; font-size: 18px; }
.cty-price-amount { font-size: 26px; font-weight: 700; color: #0c71c3; margin: 0 0 14px; }
.cty-price-desc { color: #666; font-size: 14px; min-height: 40px; margin-bottom: 20px; }
.cty-price-card .cty-btn { display: inline-block; width: 100%; }

.cty-other-plans-list { list-style: none; padding: 0; max-width: 700px; margin: 32px auto 0; text-align: center; color: #666; font-size: 14px; }
.cty-other-plans-list li { display: inline-block; margin: 4px 12px; }

.cty-login-gate { text-align: center; padding: 60px 20px; background: #f7f8fa; border-radius: 8px; }
.cty-login-gate p { margin-bottom: 16px; color: #555; }

@media (max-width: 700px) {
  .cty-pricing-table { grid-template-columns: 1fr; }
  .cty-price-card { border-right: none; border-bottom: 1px solid #eee; }
}

.cty-hero-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 24px; }
.cty-hero-cat { background: rgba(255,255,255,0.08); border-radius: 8px; padding: 20px; color: #fff; }
.cty-hero-cat h4 { margin: 0 0 8px; }
.cty-hero-cat p { margin: 0; opacity: 0.85; font-size: 14px; }

.cty-advantages-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; max-width: 900px; margin: 0 auto; }
.cty-advantages-list li { background: #fff; border: 1px solid #e2e2e2; border-radius: 6px; padding: 14px 18px; font-size: 15px; }
.cty-advantages-list li:before { content: "✓ "; color: #0c71c3; font-weight: 700; }

.cty-journey-roles { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; max-width: 1000px; margin: 0 auto 28px; }
.cty-journey-role { background: #fff; border: 1px solid #e2e2e2; border-radius: 8px; padding: 18px; }
.cty-journey-role h4 { margin: 0 0 8px; color: #0c71c3; font-size: 15px; }
.cty-journey-role p { margin: 0; font-size: 13px; color: #555; }
.cty-journey-steps { max-width: 700px; margin: 0 auto; padding-left: 24px; color: #444; }
.cty-journey-steps li { margin-bottom: 10px; }

.cty-faq { max-width: 800px; margin: 0 auto; }
.cty-faq-item { border-bottom: 1px solid #e2e2e2; padding: 16px 0; }
.cty-faq-item summary { cursor: pointer; font-weight: 600; }
.cty-faq-answer { padding-top: 10px; color: #555; }

.cty-profile-table { width: 100%; border-collapse: collapse; margin-top: 16px; }
.cty-profile-table th, .cty-profile-table td { text-align: left; padding: 8px 12px; border-bottom: 1px solid #eee; }
.cty-profile-table th { width: 220px; color: #555; }
