.cbz-home { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

.cbz-hero { padding: 60px 0 40px; border-bottom: 1px solid #e5e7eb; margin-bottom: 48px; }
.cbz-eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: #6b7280; margin-bottom: 12px; }
.cbz-hero h1 { font-size: 36px; font-weight: 600; margin-bottom: 16px; color: #111827; }
.cbz-hero-sub { font-size: 16px; color: #4b5563; max-width: 600px; line-height: 1.7; }

.cbz-section-label { font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: #6b7280; margin-bottom: 24px; }

.cbz-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 64px; }
@media (max-width: 640px) { .cbz-grid { grid-template-columns: 1fr; } }

.cbz-card { display: block; border: 1px solid #e5e7eb; border-radius: 12px; padding: 24px; text-decoration: none; color: inherit; transition: border-color .2s, transform .15s; }
.cbz-card:hover { border-color: #6366f1; transform: translateY(-2px); text-decoration: none; color: inherit; }
.cbz-card h3 { font-size: 18px; font-weight: 600; margin: 10px 0 8px; color: #111827; }
.cbz-card p { font-size: 14px; color: #4b5563; line-height: 1.6; margin-bottom: 16px; }
.cbz-card-meta { font-size: 12px; color: #9ca3af; }

.cbz-badge { display: inline-block; font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 4px; }
.cbz-badge--trevin-sawyer { background: #fef3c7; color: #92400e; }
.cbz-badge--musers { background: #fef3c7; color: #92400e; }
.cbz-badge--us-of-analog { background: #fee2e2; color: #991b1b; }
.cbz-badge--bazancast { background: #dbeafe; color: #1e40af; }
