/* Shared public footer. Own classes avoid stacked legacy footer padding/rules. */
body.qt-experience .site-footer{margin-top:32px;padding:0;background:#f3f5f7;border-top:1px solid #e8edf1;color:#5b6674;font-size:14px}
.site-footer .site-footer-inner{max-width:1216px;padding:24px 28px 18px;margin:0 auto}
.site-footer .sf-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:20px}
.site-footer .sf-brand{display:flex;gap:10px;align-items:center;text-decoration:none;color:inherit;min-width:0}
.site-footer .sf-brand img{display:block;width:36px;height:36px;object-fit:contain;border-radius:50%;flex:none}
.site-footer .sf-brand strong{font-size:18px;font-weight:650;color:#344253;line-height:1.4}
.site-footer .sf-tagline{display:block;font-size:13px;color:#616871;margin-top:3px;line-height:1.5}
.site-footer .sf-membership{display:inline-flex;align-items:center;gap:8px;border:1px solid #d4e4de;border-radius:8px;color:#377f69;font-size:14px;font-weight:600;white-space:nowrap;padding:7px 12px;min-height:34px;text-decoration:none;background:#fff}
.site-footer .sf-membership:hover{background:#e9f2ed;border-color:#a3c5b7}
.site-footer .sf-membership .qt-icon{width:15px;height:15px}
.site-footer .sf-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:0;border:0;align-items:stretch}
.site-footer .sf-group{min-width:0;margin:0;padding:16px;border:1px solid #dbe3e8;border-radius:12px;background:rgba(255,255,255,.72)}
.site-footer .sf-group h2{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:650;line-height:1.5;margin:0 0 10px;padding-bottom:10px;border-bottom:1px solid #e7ecef;color:#465265}
.site-footer .sf-group h2::before{content:'';display:block;width:5px;height:5px;border-radius:50%;background:#7193ca}
.site-footer .sf-group:nth-child(2) h2::before{background:#c9a063}
.site-footer .sf-group:nth-child(3) h2::before{background:#a18bbf}
.site-footer .sf-group:nth-child(4) h2::before{background:#79aa94}
.site-footer .sf-group-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 12px;grid-auto-rows:minmax(32px,auto);align-items:stretch}
.site-footer .sf-group-links a{display:flex;align-items:center;min-height:32px;padding:4px 0;color:#525c69;text-decoration:none;font-size:14px;line-height:1.6;width:100%;max-width:100%;box-sizing:border-box}
.site-footer .sf-group-links a:hover,.site-footer .sf-platform-links a:hover,.site-footer .sf-bottom a:hover{color:#02874b;text-decoration:underline}
.site-footer .sf-data-note{display:grid;grid-template-columns:80px minmax(0,1fr);align-items:baseline;gap:12px;padding:14px 0;color:#666c75;font-size:13px;line-height:1.8}
.site-footer .sf-data-note>span{flex:none;color:#545d69;font-weight:600}
.site-footer .sf-data-note p{margin:0}
.site-footer .sf-platforms{border:1px solid #dbe3e8;border-radius:12px;padding:12px 16px;background:rgba(255,255,255,.55)}
.site-footer .sf-platforms summary{display:flex;align-items:center;gap:10px;list-style:none;cursor:pointer;width:fit-content;min-height:32px;font-size:13px;color:#505a68;line-height:1.7;font-weight:600}
.site-footer .sf-platforms summary::-webkit-details-marker{display:none}
.site-footer .sf-platform-count{font-size:12px;font-weight:400;color:#6a717a}
.site-footer .sf-expand{width:6px;height:6px;border-right:1px solid #8795a6;border-bottom:1px solid #8795a6;transform:translateY(-2px) rotate(45deg);margin:0 6px}
.site-footer .sf-platforms[open] .sf-expand{transform:translateY(2px) rotate(225deg)}
.site-footer .sf-platform-links{display:flex;gap:8px;flex-wrap:wrap;padding:10px 0 2px;border-top:1px solid #e7ecef;margin-top:8px}
.site-footer .sf-platform-links a{display:inline-flex;align-items:center;min-height:32px;padding:5px 10px;border:1px solid #e0e7eb;border-radius:6px;background:#fff;line-height:1.5;font-size:13px;color:#525f6b;text-decoration:none;white-space:nowrap}
.site-footer .sf-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px 20px;margin-top:16px;border-top:1px solid #e0e7ed;padding-top:12px;font-size:12px;color:#6a717a;line-height:1.8}
.site-footer .sf-bottom a{color:inherit;white-space:nowrap;text-decoration:none}
.site-footer :is(a,summary):focus-visible{outline:3px solid #8ec3ae;outline-offset:3px;border-radius:3px}
@media(max-width:900px){
 .site-footer .sf-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
 .site-footer .sf-group-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 12px}
}
@media(max-width:600px){
 body.qt-experience .site-footer{margin-top:24px}
 .site-footer .site-footer-inner{padding:20px 18px 16px}
 .site-footer .sf-top{gap:12px;padding-bottom:17px}
 .site-footer .sf-brand{gap:8px}
 .site-footer .sf-brand img{width:31px;height:31px}
 .site-footer .sf-brand strong{font-size:16px}
 .site-footer .sf-tagline{font-size:12px;max-width:195px}
 .site-footer .sf-membership{font-size:13px;padding:6px 8px;min-height:34px;gap:3px}
 .site-footer .sf-membership .qt-icon{display:none}
 .site-footer .sf-nav{gap:10px;padding:0}
 body.qt-experience .site-footer .sf-group{padding:12px;margin:0}
 .site-footer .sf-group h2{font-size:14px;margin-bottom:7px}
 .site-footer .sf-group-links{grid-template-columns:1fr;gap:0}
 .site-footer .sf-group-links a{font-size:13px;min-height:30px}
 .site-footer .sf-data-note{gap:9px;font-size:12px;padding-top:12px}
 .site-footer .sf-platforms summary{min-height:36px}
 .site-footer .sf-platform-links{gap:6px}
 .site-footer .sf-platform-links a{font-size:12px;min-height:32px;white-space:normal}
 .site-footer .sf-bottom>span,.site-footer .sf-bottom>a{display:block}
 .site-footer .sf-bottom{align-items:start;flex-direction:column;gap:3px;font-size:12px;padding-top:12px}
}
