.utility-bar{background:#0b1232;color:#ffffff;padding:10px 0;font-size:14px}
.utility-bar>.container{display:flex;align-items:center;justify-content:space-between;gap:24px}
.utility-bar ul{display:flex;flex-wrap:wrap;gap:20px;list-style:none;margin:0;padding:0}
.utility-bar li{margin:0;padding:0}.utility-bar a{color:inherit;text-decoration:none;font-weight:500}
.utility-bar .search-form{display:flex;flex-direction:row;align-items:center;gap:8px;margin:0 0 0 auto;width:320px;max-width:100%}
.utility-bar .search-form label{flex:1;min-width:0;font-size:0;margin:0;line-height:1}
.utility-bar .search-form input{width:100%;min-height:38px;height:38px;padding:8px 14px;margin:0;font-size:14px;border:1px solid #ffffff40;border-radius:8px;background:#ffffff15;color:#ffffff}
.utility-bar .search-form input::placeholder{color:#cbd5e1}
.utility-bar .search-form button{padding:8px 16px;min-height:38px;height:38px;font-size:13.5px;font-weight:700;border-radius:8px;box-shadow:none;white-space:nowrap}
@media(max-width:600px){.utility-bar>.container{gap:12px;flex-wrap:wrap}.utility-bar ul{gap:14px;font-size:13px}.utility-bar .search-form{width:100%;margin:0}}

/* Consistent footer columns without duplicate widget rows. */
.site-footer .footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:36px;align-items:start}
.site-footer .footer-grid>div{min-width:0;grid-column:auto}
.site-footer .footer-grid h2{font-size:16px;font-weight:800;color:#ffffff;margin:0 0 18px;line-height:1.4;letter-spacing:0.02em}
.site-footer .footer-grid ul{list-style:none;margin:0;padding:0}
.site-footer .footer-grid li{margin:0;padding:0}
.site-footer .footer-grid li a{display:block;padding:7px 0;line-height:1.6;font-size:14.5px;color:#cbd5e1;transition:color 0.2s}
.site-footer .footer-grid li a:hover{color:#ffffff}
.site-footer .footer-grid p{font-size:14.5px;line-height:1.8;color:#cbd5e1}
@media(max-width:850px){.site-footer .footer-grid{grid-template-columns:1fr 1fr;gap:28px}.site-footer .footer-grid>div:last-child{grid-column:auto}}
@media(max-width:480px){.site-footer .footer-grid{grid-template-columns:1fr;gap:24px}}

/* Demo Switcher Quick Bar */
.eg-demo-bar { background: #080f28; color: #ffffff; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.1); font-size: 13.5px; }
.eg-demo-bar-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.eg-demo-title { font-weight: 700; color: #ef4444; font-size: 13px; letter-spacing: 0.05em; display: flex; align-items: center; gap: 6px; }
.eg-demo-pills { display: flex; gap: 8px; flex-wrap: wrap; }
.eg-demo-pill { background: rgba(255,255,255,0.08); color: #e2e8f0; font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 6px; border: 1px solid rgba(255,255,255,0.15); transition: all 0.2s; }
.eg-demo-pill:hover, .eg-demo-pill.is-active { background: #0284c7; color: #ffffff; border-color: #0284c7; }
.eg-demo-all { font-size: 13px; font-weight: 700; color: #38bdf8; }

/* Readability overrides for cards and prose */
.card-body p { font-size: 14.5px !important; line-height: 1.65 !important; color: #334155 !important; }
.card h3 { font-size: 18px !important; font-weight: 800 !important; color: #0f172a !important; line-height: 1.35 !important; }
.section-head h2 { font-size: clamp(2.2rem, 3.2vw, 3rem) !important; font-weight: 800 !important; }
.section-head > p { font-size: 16px !important; color: #475569 !important; line-height: 1.7 !important; }
