/* Header + Footer styles for article pages (shared partial) */
/* ===== HEADER ===== */
.jsat-site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb}
.jsat-site-header .container{max-width:1200px;margin:0 auto;padding:0 20px}
.jsat-site-header .header-content{display:flex;align-items:center;justify-content:space-between;height:70px}
.jsat-site-header .logo{display:flex;align-items:center;gap:10px;max-width:260px;text-decoration:none}
.jsat-site-header .logo-img{width:auto;height:56px;max-width:100%;object-fit:contain;image-rendering:-webkit-optimize-contrast;background:transparent}
.jsat-site-header .nav{display:none;gap:30px;align-items:center}
.jsat-site-header .nav-link{font-weight:500;color:#6b7280;text-decoration:none;transition:color .2s;font-family:'Inter',-apple-system,BlinkMacSystemFont,Arial,sans-serif;font-size:15px}
.jsat-site-header .nav-link:hover,.jsat-site-header .nav-link.active{color:#ec4899}
.jsat-site-header .header-buttons{display:flex;gap:10px;align-items:center}
.jsat-site-header .btn-outline{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border:2px solid #e5e7eb;background:#fff;color:#1f2937;border-radius:12px;font-weight:600;font-size:14px;text-decoration:none;cursor:pointer;transition:all .3s}
.jsat-site-header .btn-outline:hover{border-color:#ec4899;background:rgba(236,72,153,.05)}
.jsat-site-header .mobile-menu-btn{display:block;padding:8px;color:#6b7280;font-size:22px;background:none;border:none;cursor:pointer;order:3}
.jsat-site-header .mobile-menu{display:none;flex-direction:column;padding:15px 20px;border-top:1px solid #e5e7eb;background:#fff}
.jsat-site-header .mobile-menu.show{display:flex}
.jsat-site-header .mobile-nav-link{padding:12px 0;font-weight:500;color:#1f2937;border-bottom:1px solid #e5e7eb;text-decoration:none}
@media(min-width:768px){.jsat-site-header .nav{display:flex}.jsat-site-header .mobile-menu-btn{display:none}}
@media(max-width:640px){.jsat-site-header .logo{max-width:180px}.jsat-site-header .logo-img{height:44px}}

/* ===== PRO VIP FOOTER ===== */
.jsat-pro-footer{border-top:1px solid rgba(251,191,36,.3);background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 50%,#0f172a 100%);color:#fff;padding:48px 16px 24px;position:relative;margin-top:60px;font-family:'Inter',-apple-system,BlinkMacSystemFont,Arial,sans-serif}
.jsat-pro-footer::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#fbbf24 0%,#f59e0b 50%,#d97706 100%)}
.jsat-pro-footer .jsat-foot-inner{max-width:1180px;margin:0 auto;position:relative;z-index:1}
.jsat-pro-footer .jsat-foot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:30px}
.jsat-pro-footer .jsat-foot-col h4{color:#fbbf24;font-size:13px;text-transform:uppercase;letter-spacing:1.5px;margin:0 0 16px;font-weight:800;text-shadow:0 1px 2px rgba(0,0,0,.2)}
.jsat-pro-footer .jsat-foot-col a{display:block;color:rgba(255,255,255,.88);text-decoration:none;font-size:14px;padding:6px 0;cursor:pointer;transition:color .2s,padding-left .2s}
.jsat-pro-footer .jsat-foot-col a:hover{color:#fff;padding-left:6px;text-shadow:0 0 8px rgba(255,255,255,.6)}
.jsat-pro-footer .jsat-foot-bottom{margin-top:36px;padding-top:20px;border-top:1px solid rgba(255,255,255,.25);text-align:center;color:rgba(255,255,255,.9);font-size:13px;line-height:1.7}
.jsat-pro-footer .jsat-foot-bottom strong{color:#fbbf24;font-weight:800;text-shadow:0 1px 2px rgba(0,0,0,.2)}
.jsat-pro-footer .jsat-trust{display:flex;gap:8px 22px;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:16px;font-size:14px;font-weight:800}
.jsat-pro-footer .jsat-trust span{display:inline-flex;align-items:center;gap:8px;padding:0;background-image:linear-gradient(135deg,#fbbf24 0%,#f472b6 45%,#06b6d4 100%);-webkit-background-clip:text;background-clip:text;color:transparent!important;-webkit-text-fill-color:transparent!important;white-space:nowrap;letter-spacing:.2px}
.jsat-pro-footer .jsat-trust i{color:#fbbf24;-webkit-text-fill-color:#fbbf24;font-size:16px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}
@media(max-width:640px){.jsat-pro-footer .jsat-trust{gap:6px 14px;font-size:12px}.jsat-pro-footer .jsat-trust i{font-size:13px}.jsat-pro-footer .jsat-foot-grid{grid-template-columns:1fr 1fr}.jsat-pro-footer .foot-disclaimer{display:none!important}}
