/* ==========================================================
   B2B Professional - Footer Styles
   Footer CTA, grid, widgets, copyright
   ========================================================== */

/* === Footer CTA Banner === */
.footer-cta { background: linear-gradient(135deg, var(--bs-sec-theme-color) 0%, #148f76 100%); padding: 50px 0; }
.footer-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-cta-text h2 { color: #fff; font-size: 28px; margin-bottom: 8px; }
.footer-cta-text p { color: rgba(255,255,255,.85); font-size: 16px; margin: 0; }
.footer-cta .btn-accent { background: #fff; color: var(--bs-sec-theme-color); }
.footer-cta .btn-accent:hover { background: #f8f9fa; color: #148f76; }

/* === Footer === */
.site-footer { background: #0d2240; color: rgba(255,255,255,.7); padding-top: 50px; }

.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; }

.footer-col .footer-widget { margin-bottom: 0; background: none; border: none; padding: 0; }
.footer-widget-title, .footer-col h4 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid rgba(255,255,255,.1); }

.footer-about { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.6); }
.footer-address { font-size: 13px; color: rgba(255,255,255,.5); margin-top: 10px; }
.footer-address i { color: var(--bs-sec-theme-color); margin-right: 6px; }

/* === Footer Links === */
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,.6); transition: all .2s; display: inline-flex; align-items: center; gap: 4px; }
.footer-links a:hover { color: var(--bs-sec-theme-color); padding-left: 4px; }
.footer-links a::before { content: '\203A'; margin-right: 6px; color: rgba(255,255,255,.3); }

/* === Footer Contact === */
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li { font-size: 14px; margin-bottom: 12px; display: flex; align-items: flex-start; gap: 10px; }
.footer-contact li i { color: var(--bs-sec-theme-color); margin-top: 3px; flex-shrink: 0; width: 16px; }

/* === Footer Social === */
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: rgba(255,255,255,.08); border-radius: 50%; color: rgba(255,255,255,.6); font-size: 14px; transition: all .2s; }
.footer-social a:hover { background: var(--bs-sec-theme-color); color: #fff; transform: translateY(-2px); }

/* === Copyright Bar === */
.copyright-bar { border-top: 1px solid rgba(255,255,255,.08); padding: 16px 0; }
.copyright-inner { display: flex; justify-content: space-between; align-items: center; font-size: 13px; }
.copyright-inner p { margin: 0; color: rgba(255,255,255,.45); }
.copyright-links a { color: rgba(255,255,255,.45); }
.copyright-links a:hover { color: var(--bs-sec-theme-color); }
