/* ═══ Light "oasis" frame — warm-cream navbar + footer ═══
   Loaded ONLY by light-theme pages (home, blog list/detail). Must load
   AFTER the page's own overrides so these !important rules win. */

/* ── navbar ── */
.navbar { background: rgba(255,248,231,.96) !important; border-bottom: 1px solid rgba(217,119,6,.18) !important; box-shadow: 0 4px 20px rgba(120,80,0,.08) !important; }
.navbar .nav-link { color: #57534E !important; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: #B45309 !important; }
.navbar .brand-text-white { color: #0F172A !important; }
.navbar .text-gold-gradient, footer .text-gold-gradient { background: linear-gradient(135deg, #D97706 0%, #B45309 100%) !important; -webkit-background-clip: text !important; background-clip: text !important; -webkit-text-fill-color: transparent !important; }
.navbar .navbar-toggler { border-color: rgba(120,80,0,.25) !important; }
.navbar .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(87,83,78,0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important; }
.navbar .dropdown-menu { background: #FFFDF7 !important; border: 1px solid #E9DFC9 !important; box-shadow: 0 10px 30px rgba(120,80,0,.12) !important; }
.navbar .dropdown-item { color: #57534E !important; }
.navbar .dropdown-item:hover { background: #FFF3D6 !important; color: #B45309 !important; }
@media (max-width: 991.98px) { .navbar-collapse { background: rgba(255,248,231,.98) !important; border-radius: 0 0 12px 12px; } }

/* ── footer ── */
footer { background: linear-gradient(180deg, #FFF8E7 0%, #F6EEDC 100%) !important; border-top: 1px solid rgba(217,119,6,.25) !important; box-shadow: none !important; }
footer .footer-title { color: #0F172A !important; }
footer .footer-desc { color: #57534E !important; }
footer .footer-links a { color: #57534E !important; }
footer .footer-links a:hover { color: #B45309 !important; }
footer .text-white { color: #0F172A !important; }
footer .text-white-50 { color: #78716C !important; }
footer .text-secondary { color: #78716C !important; }
footer .social-icons a { background: #FFFFFF !important; color: #B45309 !important; border: 1px solid rgba(217,119,6,.3) !important; }
footer .social-icons a:hover { background: linear-gradient(135deg, #FBBF24 0%, #F59E0B 100%) !important; color: #0f172a !important; }
footer .risk-warning { background: rgba(217,119,6,.06) !important; color: #57534E !important; border-top: 1px solid rgba(217,119,6,.2) !important; }
footer .footer-bottom { border-top: 1px solid rgba(120,80,0,.12) !important; }
footer .footer-bottom, footer .footer-bottom a, footer .footer-bottom p { color: #78716C !important; }
footer .footer-bottom a:hover { color: #B45309 !important; }
footer .payment-icons i { color: #57534E !important; }

/* footer brand words readable on cream */
footer .brand-text-white { color: #0F172A !important; }

/* audit fixes: dark bottom strip + pale yellow icons in footer */
footer .footer-bottom { background: transparent !important; }
footer .text-warning { color: #B45309 !important; }
