/* Visio Web - Custom styles */
.seo-content h2 { font-size: 1.5rem; font-weight: 800; color: #0F172A; margin-top: 2rem; margin-bottom: 0.75rem; }
.seo-content h3 { font-size: 1.25rem; font-weight: 700; color: #0F172A; margin-top: 1.5rem; margin-bottom: 0.5rem; }
.seo-content p { color: #4b5563; line-height: 1.75; margin-bottom: 1rem; }
.seo-content ul, .seo-content ol { color: #4b5563; margin-bottom: 1rem; padding-left: 1.5rem; }
.seo-content li { margin-bottom: 0.5rem; line-height: 1.6; }
.seo-content ul li { list-style: disc; }
.seo-content ol li { list-style: decimal; }
.seo-content a { color: #2563EB; text-decoration: underline; }
.seo-content a:hover { color: #1d4ed8; }
.seo-content h4 { font-size: 1.1rem; font-weight: 600; color: #0F172A; margin-top: 1.25rem; margin-bottom: 0.4rem; }
.seo-content strong { color: #0F172A; }
.seo-content blockquote { border-left: 4px solid #2563EB; padding-left: 1rem; margin: 1.5rem 0; color: #6b7280; font-style: italic; }

/* Scrollbar hide for nav */
.scrollbar-hide::-webkit-scrollbar { display: none; }
.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Cookie banner animation */
#cookieBanner { animation: slideUp 0.3s ease-out; }
@keyframes slideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }
