/*
Theme Name: Gautam Kalal SEO Theme
Author: WP SEO Architect
Version: 6.0.0
Description: High-performance, SEO-optimized theme generated by WP SEO Architect. Features dynamic section ordering and Tailwind typography.
*/

:root {
    --brand-500: #2563eb;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #334155;
    background-color: #f8fafc;
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }
img { max-width: 100%; height: auto; }
iframe { max-width: 100%; }
.prose h2, .prose h3 { color: #0f172a; font-weight: 700; margin-top: 1.5em; margin-bottom: 0.5em; }
.prose ul { list-style-type: disc; padding-left: 1.5em; margin-bottom: 1em; }
.prose p { margin-bottom: 1em; line-height: 1.75; }
.aspect-video { aspect-ratio: 16 / 9; }
#mobile-menu { transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; }
.menu-item a { text-decoration: none; transition: color 0.3s ease, border-color 0.3s ease; display: inline-block; border-bottom: 2px solid transparent; }
.menu-item a:hover { color: var(--brand-500) !important; }
.current-menu-item > a, .current_page_item > a { border-bottom-color: var(--brand-500) !important; color: var(--brand-500) !important; }
.comment-form { display: grid; gap: 1rem; }
.comment-form label { display: block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; color: #64748b; margin-bottom: 0.5rem; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea { width: 100%; padding: 0.75rem; border: 1px solid #cbd5e1; border-radius: 0.5rem; font-size: 0.875rem; background-color: #f8fafc; transition: all 0.2s; box-sizing: border-box; }
.comment-form input:focus, .comment-form textarea:focus { outline: none; border-color: var(--brand-500); background-color: #fff; box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1); }
.form-submit .submit { background-color: var(--brand-500); color: white; padding: 0.75rem 2rem; border-radius: 0.5rem; font-weight: 700; text-transform: uppercase; font-size: 0.75rem; letter-spacing: 0.05em; cursor: pointer; border: none; transition: opacity 0.2s; }
.form-submit .submit:hover { opacity: 0.9; }

/* Widget Styles for better compatibility */
.widget ul { list-style: none; padding: 0; }
.widget li { margin-bottom: 0.75rem; border-bottom: 1px solid #f1f5f9; padding-bottom: 0.75rem; }
.widget li:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.widget a { color: #475569; text-decoration: none; transition: all 0.2s; display: block; }
.widget a:hover { color: var(--brand-500); padding-left: 0.25rem; }
.widget_categories li, .widget_archive li { position: relative; }
.widget_categories li .count { float: right; background: #f1f5f9; padding: 0.1rem 0.5rem; border-radius: 999px; font-size: 0.75rem; font-weight: bold; color: #94a3b8; }
.widget_search input[type="search"] { width: 100%; padding: 0.75rem; border: 1px solid #e2e8f0; border-radius: 0.5rem; margin-bottom: 0.5rem; }
.widget_search button { background: var(--brand-500); color: white; padding: 0.5rem 1rem; border-radius: 0.5rem; font-size: 0.875rem; font-weight: bold; text-transform: uppercase; cursor: pointer; }
