:root {
	--twocu-gold: #b5782a;
	--twocu-ink: #14211f;
	--twocu-bg: #f5f2eb;
}
.twocu-pricing-grid, .twocu-addons-grid, .twocu-topics-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; margin: 30px 0; }
.twocu-pricing-card, .twocu-addon-card, .twocu-topic-card { background: #fff; border: 1px solid #e2e2dc; border-radius: 12px; padding: 28px; position: relative; text-decoration: none; color: inherit; display: block; }
.twocu-pricing-card.is-featured { border: 2px solid var(--twocu-gold); }
.twocu-badge { position: absolute; top: -12px; right: 20px; background: var(--twocu-gold); color: #fff; padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; }
.twocu-price { font-size: 1.8rem; font-weight: 800; color: var(--twocu-gold); margin: 10px 0 0; }
.twocu-price span, .twocu-price-alt { font-size: .85rem; color: #666; font-weight: 400; }
.twocu-pricing-card ul { list-style: none; margin: 16px 0; padding: 0; }
.twocu-pricing-card li { padding: 4px 0; }
.twocu-btn { display: inline-block; background: var(--twocu-ink); color: #fff; padding: 10px 22px; border-radius: 6px; text-decoration: none; font-weight: 600; }
.twocu-btn-outline { background: transparent; color: var(--twocu-ink); border: 1px solid var(--twocu-ink); }
.twocu-topic-card { transition: transform .2s; }
.twocu-topic-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,.08); }
.twocu-topic-card.is-locked { opacity: .7; }
.twocu-topic-cat { font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: var(--twocu-gold); font-weight: 700; }
.twocu-lock-icon { position: absolute; top: 16px; right: 16px; }
.twocu-faq-list { max-width: 760px; margin: 20px 0; }
.twocu-faq-item { border-bottom: 1px solid #e2e2dc; padding: 18px 0; }
.twocu-locked-topic { background: #fdf6ea; border: 1px dashed var(--twocu-gold); border-radius: 10px; padding: 24px; text-align: center; }

/* Status pills — Firm Dashboard, shared visual language with wp-admin's Subscribers list */
.twocu-pill { display: inline-block; padding: 3px 10px; border-radius: 20px; font-size: 12px; font-weight: 600; }
.twocu-pill-good { background: #f0fdf4; color: #166534; }
.twocu-pill-warn { background: #fef3c7; color: #92400e; }
.twocu-pill-bad  { background: #fef2f2; color: #7f1d1d; }

/* Firm registration wizard */
.twocu-wizard-steps { display: flex; gap: 8px; margin-bottom: 28px; flex-wrap: wrap; }
.twocu-wizard-step-dot { flex: 1 1 auto; text-align: center; padding: 10px 6px; border-radius: 8px; background: #f4f4f0; color: #999; font-weight: 700; font-size: 13px; min-width: 90px; }
.twocu-wizard-step-dot small { display: block; font-weight: 400; font-size: 11px; margin-top: 2px; }
.twocu-wizard-step-dot.active { background: var(--twocu-ink); color: #fff; }
.twocu-wizard-panel h3 { margin-top: 0; }
.twocu-wizard-hint { font-size: 13px; color: #666; background: #fdf6ea; border: 1px dashed var(--twocu-gold); border-radius: 8px; padding: 12px 16px; }
.twocu-wizard-checkbox { display: inline-block; margin: 0 14px 8px 0; }
.twocu-wizard-preview-card { background: #fff; border: 1px solid #e2e2dc; border-radius: 10px; padding: 20px; margin: 14px 0; box-shadow: 0 4px 14px rgba(0,0,0,.05); }
.twocu-wizard-preview-tags span { display: inline-block; background: #f4f4f0; border-radius: 20px; padding: 3px 10px; font-size: 11px; margin: 4px 6px 0 0; }

/* Firm dashboard */
.twocu-firm-dashboard { max-width: 860px; }
.twocu-firm-dash-header { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 10px; }
.twocu-firm-staff-list { list-style: none; padding: 0; margin: 10px 0; }
.twocu-firm-staff-list li { padding: 8px 0; border-bottom: 1px solid #e2e2dc; }
.twocu-link-danger { color: #b91c1c; margin-left: 10px; cursor: pointer; }
.twocu-firm-invite-form { background: #f9f9f6; border-radius: 10px; padding: 16px 20px; margin-top: 14px; }
