/* ============================================================
   Footer Styles — extracted from site.css & public-fix.css
   Do NOT edit manually — auto-extracted for reference only.
   ============================================================ */

/* ----------------------------------------------------------
   1. Footer Container / Wrapper
   ---------------------------------------------------------- */

/* site.css:260 — core footer container */
.site-footer { background: var(--bg); color: rgba(255,255,255,.74); padding-top: 56px; }

/* site.css:3717–3719 — gradient variant */
.site-footer {
  margin-top: 18px;
  background: linear-gradient(180deg, #08111f 0%, #101c2f 100%);
}

/* site.css:262 */
.site-footer h4 { color: #fff; margin-bottom: 16px; }

/* site.css:263 */
.site-footer a, .site-footer span { display: block; margin-bottom: 10px; }

/* site.css:266 */
.brand-footer .brand-copy small { color: rgba(255,255,255,.6); }

/* public-fix.css:1735–1740 — header and footer shells */
/* width/max-width controlled by public-fix.css */


/* ----------------------------------------------------------
   2. Footer Grid / Columns
   ---------------------------------------------------------- */

/* site.css:261 */
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 28px; padding-bottom: 28px; }

/* site.css:1783 */
.footer-grid { grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 32px; }

/* site.css:3721–3722 */
.footer-grid {
  gap: 34px;
}

/* site.css:264 */
.footer-copy { max-width: 360px; }

/* site.css:3724–3726 */
.footer-contact-stack {
  display: grid;
  gap: 8px;
}

/* site.css:3728–3731 */
.footer-copy,
.footer-grid span,
.footer-grid a {
  color: rgba(219,230,255,.80);
}

/* site.css:3733–3734 */
.footer-grid a:hover {
  color: #fff;
}

/* site.css:852 — gap shared across layout elements (footer-grid, footer-bottom) */
.topbar-inner, .header-inner, .footer-grid, .footer-bottom, .section-head, .panel-topline, .page-admin-top, .banner-admin-top { gap: 16px; }

/* site.css:2926 */
.footer-social-row{padding:0 0 18px}


/* ----------------------------------------------------------
   3. Footer Links
   ---------------------------------------------------------- */

/* site.css:1795 */
.footer-sub-link { padding-left: 14px; color: #7a8aa0; }

/* site.css:1801 */
.page-admin-card .footer-sub-link { padding-left: 0; }

/* site.css:9585–9586 */
.site-footer a:not(.social-links a) {
  transition: color 0.2s ease, padding-left 0.2s ease;
}

/* site.css:9588–9590 */
.site-footer .footer-sub-link {
  padding-left: 14px;
  position: relative;
}

/* site.css:9592–9601 */
.site-footer .footer-sub-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,0.3);
  transform: translateY(-50%);
}

/* site.css:9603–9604 */
.site-footer a:hover {
  color: var(--accent-2);
}


/* ----------------------------------------------------------
   4. Social Media Icons (footer-socials / social-links)
   ---------------------------------------------------------- */

/* site.css:366 */
.social-strip, .footer-socials { display:flex; gap:8px; flex-wrap:wrap; }

/* site.css:367 — base social-icon (shared with topbar) */
.social-icon { width:28px; height:28px; border-radius:999px; display:grid; place-items:center; background:rgba(255,255,255,.16); color:#fff; font-size:12px; font-weight:800; }

/* site.css:415–416 — v5.2 refinement */
.social-icon { border: 1px solid rgba(255,255,255,.18); transition: transform .2s ease, background .2s ease; }
.social-icon:hover { transform: translateY(-1px); background: rgba(255,255,255,.24); }

/* site.css:502 — v5.4 refinement */
.social-icon { width: 28px; height: 28px; display:inline-flex; align-items:center; justify-content:center; border-radius:999px; background: rgba(255,255,255,.16); color: inherit; font-size: 11px; font-weight: 800; text-transform: uppercase; }

/* site.css:639–640 — v55 refinement */
.social-icon { width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.12); }
.social-icon:hover { transform: translateY(-1px); background: rgba(255,255,255,.22); }

/* site.css:730 — v56 refinement */
.social-icon { width: 34px; height: 34px; border-radius: 999px; display:grid; place-items:center; background: rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.2); font-size: 12px; font-weight: 700; }

/* site.css:732 */
.social-strip { display:flex; gap:10px; }

/* site.css:1406 */
.social-icon svg { width: 16px; height: 16px; fill: currentColor; }

/* site.css:500 — shared with topbar */
.topbar-left, .topbar-right, .topbar-contact, .social-strip { display:flex; align-items:center; gap:14px; flex-wrap:wrap; }

/* site.css:442 — footer social icons within site-footer */
.site-footer .footer-socials a { display:inline-flex; align-items:center; justify-content:center; min-width:40px; height:40px; border-radius:999px; background: rgba(255,255,255,.08); margin: 6px 8px 0 0; }

/* site.css:577–578 — v5.4 */
.footer-socials { display:flex; flex-wrap:wrap; gap: 10px; margin-top: 14px; }
.footer-socials a { padding: 8px 10px; border-radius: 999px; background: rgba(255,255,255,.08); }

/* site.css:909–911 — v59 */
.footer-socials a, .social-strip a { display:inline-flex; align-items:center; justify-content:center; }
.footer-socials { display:flex; flex-wrap:wrap; gap: 10px; margin-top: 14px; }
.footer-socials a { width: 38px; height: 38px; border-radius: 999px; border:1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); color:#fff; font-size: 12px; }

/* footer contact col social icons */
.footer-socials--contact { display: flex; flex-wrap: wrap; gap: 8px; margin: 8px 0; }
.footer-social-icon { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: #fff; transition: background .18s, transform .18s; }
.footer-social-icon:hover { background: rgba(255,255,255,.22); transform: translateY(-1px); }
.footer-social-icon svg { width: 16px; height: 16px; fill: currentColor; display: block; }

/* site.css:2667–2669 — social-links base (used in footer context) */
.social-links { display:flex; align-items:center; gap:10px; }
.social-links a { width:36px; height:36px; border-radius:999px; border:1px solid rgba(11,124,255,.16); background:#fff; display:grid; place-items:center; color:#173d6d; }
.social-links svg { width:18px; height:18px; fill:currentColor; }

/* site.css:2791–2792 — social-links in footer context */
.social-links a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(255,255,255,.08)}
.social-links.footer-social a{border-color:rgba(23,61,109,.12);background:#fff}

/* site.css:2925 — footer social svg (shared with header-blueprint social svg) */
.social-links-header-blueprint svg,.footer-social svg{width:16px;height:16px;fill:currentColor}

/* site.css:2927–2928 */
.footer-social{display:flex;gap:10px}
.footer-social a{border-color:rgba(20,54,102,.10);background:#fff;color:#173d6d}

/* site.css:9500–9509 — 页脚社交图标 (footer social icons) */
.social-links svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  opacity: 0.72;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.social-links a:hover svg {
  opacity: 1;
  transform: translateY(-2px);
}

/* site.css:9511–9515 */
.social-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* site.css:9516–9523 */
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  transition: background 0.2s ease;
}

/* site.css:9525–9526 */
.social-links a:hover {
  background: rgba(11, 124, 255, 0.08);
}

/* site.css:9528–9529 */
.site-footer .social-links a:hover {
  background: rgba(255, 255, 255, 0.1);
}


/* ----------------------------------------------------------
   5. Footer Bottom / Copyright / Legal
   ---------------------------------------------------------- */

/* site.css:265 */
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 28px; border-top: 1px solid rgba(255,255,255,.08); }

/* site.css:2671 */
.footer-bottom { display:flex; justify-content:space-between; align-items:center; gap:16px; flex-wrap:wrap; }


/* ----------------------------------------------------------
   6. Responsive — Footer @media Queries
   ---------------------------------------------------------- */

/* site.css:343–351 */
@media (max-width: 1180px) {
  .product-detail-grid, .page-hero-grid, .hero-slide, .form-layout, .article-layout, .detail-panels, .detail-panels.wider-left, .footer-grid, .intro-grid, .story-grid, .admin-grid-two, .dual-grid { grid-template-columns: 1fr; }
}

/* site.css:353–360 */
@media (max-width: 820px) {
  .footer-bottom, .cta-band, .products-topline, .section-head, .admin-topbar { flex-direction: column; align-items: start; }
}

/* site.css:589–597 */
@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* -----------------------------------------------------------------
   Footer structure overrides for current public layout
   ----------------------------------------------------------------- */
.footer-top-band {
  padding: 12px 0 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(240px, 1.45fr) repeat(4, minmax(120px, .8fr)) minmax(220px, 1.1fr);
  gap: 32px;
  align-items: start;
}

.footer-brand-col,
.footer-nav-col,
.footer-contact-cta-col {
  min-width: 0;
}

.footer-brand-col {
  display: grid;
  gap: 14px;
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
}

.footer-logo {
  max-width: 160px;
  height: auto;
  display: block;
}

.footer-brand-mark {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 0 !important;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-weight: 800;
  font-size: 18px;
}

.footer-tagline {
  margin: 0 !important;
  color: rgba(219,230,255,.76);
  font-size: 14px;
  line-height: 1.75;
}

.footer-certs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-cert-badge {
  display: inline-flex !important;
  align-items: center;
  min-height: 28px;
  margin-bottom: 0 !important;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(219,230,255,.72);
  font-size: 12px;
  font-weight: 700;
}

.footer-socials--brand {
  margin-top: 0;
}

.footer-link-list,
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-link-list {
  display: grid;
  gap: 8px;
}

.footer-link-list li,
.footer-contact-list li {
  margin: 0;
}

.footer-link-list a {
  display: block;
  margin-bottom: 0 !important;
  padding: 0;
  color: rgba(219,230,255,.78);
  text-decoration: none;
  line-height: 1.55;
}

.footer-contact-cta-col {
  display: grid;
  gap: 14px;
}

.footer-contact-list {
  display: grid;
  gap: 8px;
}

.footer-contact-list li {
  color: rgba(219,230,255,.74);
  font-size: 14px;
  line-height: 1.65;
  word-break: break-word;
}

.footer-cta-btns {
  display: grid;
  gap: 10px;
}

.footer-cta-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin-bottom: 0 !important;
  padding: 0 16px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  box-sizing: border-box;
  white-space: nowrap;
}

.footer-cta-primary {
  background: linear-gradient(135deg, #0b6ce4, #3a8dff);
  border: 1px solid transparent;
  color: #fff !important;
}

.footer-cta-secondary {
  background: transparent;
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.86) !important;
}

.footer-cta-primary:hover {
  color: #fff !important;
  filter: brightness(1.06);
}

.footer-cta-secondary:hover {
  color: #fff !important;
  border-color: rgba(255,255,255,.32);
  background: rgba(255,255,255,.06);
}

.footer-bottom-bar {
  padding-top: 18px;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-copyright,
.footer-bottom-tagline {
  margin-bottom: 0 !important;
  color: rgba(219,230,255,.56);
  font-size: 12px;
}

@media (max-width: 1180px) {
  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-brand-col,
  .footer-contact-cta-col {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* site.css:1790–1793 */
@media (max-width: 760px) {
  .footer-grid { grid-template-columns: 1fr; }
}
