:root {
  --primary: #0D244D;
  --secondary: #C40234;
  --light: #658ECC;
  --dark: #15233C;
  --theme-gray: #C0C0C0;
  --bs-primary: #0D244D;
  --bs-secondary: #C40234;
}
body { font-family: 'Montserrat', sans-serif; color: var(--dark); -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .navbar-brand, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6 { font-family: 'Jost', sans-serif; font-weight: 600; }
.btn-primary { background-color: var(--primary); border-color: var(--primary); color: #fff; }
.btn-primary:hover, .btn-primary:focus { background-color: #091b3a; border-color: #091b3a; color: #fff; }
.btn-secondary { background-color: var(--secondary); border-color: var(--secondary); color: #fff; }
.btn-secondary:hover, .btn-secondary:focus { background-color: #a3022b; border-color: #a3022b; color: #fff; }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,0.4); }
.btn-outline-light:hover { background-color: rgba(255,255,255,0.1); border-color: #fff; color: #fff; }
a { color: var(--primary); }
a:hover { color: var(--secondary); }
.navbar-dark { background-color: var(--primary); }
.navbar-dark .navbar-nav .nav-link { color: rgba(255,255,255,0.8); font-weight: 500; }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: #fff; }
.navbar-brand { font-size: 1.5rem; font-weight: 700; }

/* Article specific */
.article-content h3 { font-family: 'Jost', sans-serif; font-size: 1.35rem; font-weight: 600; color: var(--primary); margin: 2rem 0 1rem; line-height: 1.3; }
.article-content p { font-size: 1rem; color: #3a3a50; line-height: 1.8; margin-bottom: 1rem; }
.article-content strong { color: var(--primary); font-weight: 600; }

.stat-box { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(13,36,77,0.08); border: 1px solid rgba(13,36,77,0.08); border-radius: 0.5rem; overflow: hidden; margin: 1.5rem 0; }
.stat-cell { background: rgba(101,142,204,0.08); padding: 1.25rem; text-align: center; }
.stat-cell .num { font-family: 'Jost', sans-serif; font-size: 1.75rem; font-weight: 700; color: var(--primary); line-height: 1; margin-bottom: 0.5rem; }
.stat-cell .lbl { font-size: 0.875rem; color: #5a6476; line-height: 1.4; }
@media (max-width: 767.98px) { .stat-box { grid-template-columns: 1fr; } }

.callout { border-left: 4px solid var(--secondary); background: rgba(196,2,52,0.04); padding: 1.25rem 1.5rem; border-radius: 0 0.5rem 0.5rem 0; margin: 1.5rem 0; }
.callout p { font-size: 1rem; color: var(--primary); line-height: 1.7; margin: 0; font-style: italic; }
.callout strong { font-style: normal; }

.tip-list { list-style: none; margin: 1.25rem 0; padding: 0; display: flex; flex-direction: column; gap: 0.75rem; }
.tip-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 1rem; color: #3a3a50; line-height: 1.65; }
.tip-list li::before { content: '\f00c'; font-family: 'Font Awesome 5 Free'; font-weight: 900; width: 24px; height: 24px; border-radius: 50%; background: rgba(196,2,52,0.08); border: 1.5px solid var(--secondary); flex-shrink: 0; margin-top: 2px; display: flex; align-items: center; justify-content: center; font-size: 0.65rem; color: var(--secondary); }

.compare-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.95rem; }
.compare-table th { background: var(--primary); color: #fff; padding: 0.75rem 1rem; text-align: left; font-weight: 600; font-size: 0.9rem; }
.compare-table td { padding: 0.75rem 1rem; border-bottom: 1px solid rgba(13,36,77,0.08); color: #3a3a50; vertical-align: top; line-height: 1.6; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:nth-child(even) td { background: rgba(101,142,204,0.04); }
.compare-table .highlight { color: var(--primary); font-weight: 600; }

.article-footer { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 0; border-top: 1px solid rgba(13,36,77,0.08); margin-top: 2rem; flex-wrap: wrap; gap: 1rem; }
.author { display: flex; align-items: center; gap: 0.75rem; }
.author-av { width: 40px; height: 40px; border-radius: 50%; background: var(--primary); color: var(--secondary); font-family: 'Jost', sans-serif; font-size: 0.85rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.author-name { font-size: 0.95rem; font-weight: 600; color: var(--primary); }
.author-role { font-size: 0.85rem; color: #5a6476; }
.cta-link { background: var(--primary); color: #fff; text-decoration: none; padding: 0.6rem 1.25rem; border-radius: 0.25rem; font-size: 0.9rem; font-weight: 600; display: inline-flex; align-items: center; gap: 0.5rem; transition: background 0.2s; }
.cta-link:hover { background: #091b3a; color: #fff; }

/* Sidebar */
.sidebar-card { background: #fff; border: 1px solid rgba(13,36,77,0.08); border-radius: 0.75rem; overflow: hidden; }
.sidebar-card-header { background: var(--primary); color: #fff; padding: 1rem 1.25rem; font-family: 'Jost', sans-serif; font-weight: 600; }
.sidebar-card-body { padding: 1.25rem; }
.sidebar-card-body p { color: #5a6476; font-size: 0.95rem; line-height: 1.7; }
.related-post { display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.75rem 0; border-bottom: 1px solid rgba(13,36,77,0.06); }
.related-post:last-child { border-bottom: none; }
.related-post-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--secondary); margin-top: 0.5rem; flex-shrink: 0; }
.related-post a { font-weight: 500; text-decoration: none; line-height: 1.4; }
.related-post-date { font-size: 0.8rem; color: #5a6476; display: block; margin-top: 0.25rem; }
.contact-item { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; font-size: 0.9rem; color: #5a6476; }
.contact-item strong { color: var(--primary); }
.contact-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(196,2,52,0.08); border: 1px solid rgba(196,2,52,0.15); display: flex; align-items: center; justify-content: center; color: var(--secondary); font-size: 0.85rem; flex-shrink: 0; }
.regulatory { font-size: 0.8rem; color: #5a6476; line-height: 1.7; padding: 1rem; background: rgba(101,142,204,0.06); border-radius: 0.5rem; }

/* Footer & extras */
.footer-main { background: #070F1E; border-top: 1px solid rgba(196,2,52,0.15); }
.footer-main a { color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.2s; }
.footer-main a:hover { color: #fff; }
.sticky-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1030; background: var(--primary); border-top: 1px solid rgba(255,255,255,0.15); padding: 0.75rem 0; }
.sticky-bar.visible { display: block; }
.whatsapp-fab { position: fixed; bottom: 5rem; right: 1.5rem; z-index: 1020; width: 56px; height: 56px; border-radius: 50%; background: #25D366; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.75rem; text-decoration: none; box-shadow: 0 4px 16px rgba(37,211,102,0.4); transition: transform 0.25s; }
.whatsapp-fab:hover { transform: scale(1.1); color: #fff; }
.bg-subtle { background-color: rgba(101,142,204,0.06); }