.herbie-cta-section { padding: 60px 0 90px; background: #ffffff; }
.herbie-cta-box { background: linear-gradient(180deg, #dbeafe 0%, #eff6ff 100%); border: 1px solid #bfdbfe; border-radius: var(--herbie-radius-lg); padding: 70px 30px; text-align: center; }
.herbie-cta-sub { display: inline-block; font-size: 0.75rem; font-weight: 700; color: #2563eb; letter-spacing: 0.08em; margin-bottom: 16px; }
.herbie-cta-title { font-size: 2.75rem; font-weight: 800; line-height: 1.15; letter-spacing: -0.02em; color: #0f172a; margin-bottom: 16px; }
.herbie-cta-desc { font-size: 1.125rem; color: #475569; margin-bottom: 32px; }
.herbie-cta-actions { display: flex; justify-content: center; margin-bottom: 16px; }
.herbie-cta-demo-link { font-size: 0.875rem; font-weight: 600; color: #3b82f6; text-decoration: none; }
@media (max-width: 768px) { .herbie-cta-title { font-size: 2rem; } }
@media (max-width: 768px) { .herbie-cta-box { padding: 40px 20px; } }