/* ============================================================
   BOXINBAG — MAIN CSS  v2.0  CLEAN
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap');

:root {
  --navy:   #1E3A5F;
  --navy-d: #152d4a;
  --navy-h: #243f67;
  --blue:   #5B9BD5;
  --blue-l: #EAF3FB;
  --white:  #FFFFFF;
  --gray:   #F6F7F9;
  --gray-m: #6B7C93;
  --border: #DDE6F0;
  --text:   #2C3E50;
  --font:   'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-h: 'Montserrat', sans-serif;
  --ease:   all 0.2s ease;
  --sh:     0 2px 24px rgba(30,58,95,0.09);
  --sh-lg:  0 8px 40px rgba(30,58,95,0.16);
  --r:      8px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button { cursor: pointer; font-family: var(--font); border: none; background: none; }
#bib-page-wrap { min-height: 60vh; }

/* ============================================================
   DESKTOP ONLY  (> 960px)
   ============================================================ */

/* Body padding = topbar(38) + mainnav(90) */
body { padding-top: 128px; }

/* ── TOPBAR ── */
#bib-topbar {
  position: fixed; top: 0; left: 0; right: 0;
  height: 38px;
  background: var(--navy-d);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(20px, 5vw, 72px);
  z-index: 9000;
}
.bib-tb-left  { display: flex; align-items: center; gap: 24px; }
.bib-tb-right { display: flex; align-items: center; gap: 10px; }
.bib-tb-item {
  display: flex; align-items: center; gap: 7px;
  font-size: 12.5px; color: rgba(255,255,255,.55);
  transition: var(--ease);
}
.bib-tb-item:hover { color: rgba(255,255,255,.95); }
.bib-tb-item svg { width: 13px; height: 13px; flex-shrink: 0; }
.bib-soc {
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.65); transition: var(--ease);
}
.bib-soc:hover { background: var(--blue); color: #fff; }
.bib-soc svg { width: 13px; height: 13px; }

/* ── DESKTOP MAINNAV ── */
#bib-mainnav {
  position: fixed; top: 38px; left: 0; right: 0;
  height: 90px;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--sh);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(20px, 5vw, 72px);
  gap: 24px;
  z-index: 8999;
  transition: box-shadow .3s ease;
}
#bib-mainnav.scrolled { box-shadow: var(--sh-lg); }

.bib-logo { display: flex; align-items: center; flex-shrink: 0; }
.bib-logo img,
.bib-logo .custom-logo { height: 74px; width: auto; }

/* Search */
.bib-search-wrap { flex: 1; max-width: 440px; position: relative; }
.bib-search-wrap input {
  width: 100%; height: 46px;
  border: 1.5px solid var(--border); border-radius: 10px;
  padding: 0 52px 0 20px;
  font-size: 14px; color: var(--text); font-family: var(--font);
  background: var(--gray); outline: none; transition: var(--ease);
}
.bib-search-wrap input:focus {
  border-color: var(--blue); background: #fff;
  box-shadow: 0 0 0 3px rgba(91,155,213,.15);
}
.bib-search-wrap input::placeholder { color: #b8c5d0; }
.bib-search-icon {
  position: absolute; right: 16px; top: 50%;
  transform: translateY(-50%); pointer-events: none;
}
.bib-search-icon svg { width: 19px; height: 19px; stroke: var(--gray-m); fill: none; stroke-width: 2; stroke-linecap: round; }

/* Desktop search results */
.bib-search-results {
  position: absolute; top: calc(100% + 10px); left: 0; right: 0;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 14px; box-shadow: var(--sh-lg); z-index: 500; overflow: hidden;
}
.bib-search-results a {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 18px; color: var(--text); font-size: 14px;
  border-bottom: 1px solid #f0f4f8; transition: var(--ease);
}
.bib-search-results a:last-child { border-bottom: none; }
.bib-search-results a:hover { background: var(--blue-l); }
.bib-search-results img { width: 42px; height: 42px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.bib-sr-title { font-weight: 500; display: block; }
.bib-sr-type  { font-size: 12px; color: var(--gray-m); display: block; text-transform: capitalize; margin-top: 2px; }
.bib-sr-msg   { padding: 16px 18px; font-size: 13.5px; color: var(--gray-m); }

/* Nav links */
.bib-nav-links {
  display: flex; align-items: center; gap: 2px;
  list-style: none; flex-shrink: 0;
}
.bib-nav-links > li { position: relative; }
.bib-nav-links > li > a {
  display: flex; align-items: center; gap: 6px;
  font-size: 15px; font-weight: 500; color: var(--gray-m);
  font-family: var(--font-h);
  padding: 9px 16px; border-radius: 8px;
  white-space: nowrap; transition: var(--ease); position: relative;
}
.bib-nav-links > li > a:hover,
.bib-nav-links > li > a.bib-active { color: var(--navy); background: var(--blue-l); }
.bib-nav-links > li > a.bib-active::after {
  content: ''; position: absolute; bottom: -2px; left: 16px; right: 16px;
  height: 2.5px; background: var(--blue); border-radius: 2px;
}
.bib-nav-links svg { transition: transform .22s ease; }
.bib-has-mega:hover > a svg { transform: rotate(180deg); }

/* Mega dropdown bridge trick */
.bib-has-mega { position: relative; }
.bib-has-mega::after {
  content: ''; position: absolute; top: 100%; left: 0; right: 0; height: 18px;
}
.bib-mega {
  position: absolute; top: calc(100% + 18px);
  left: 50%; transform: translateX(-50%);
  width: 560px;
  background: var(--white); border: 1px solid var(--border); border-radius: 16px;
  padding: 12px; display: none; grid-template-columns: 1fr 1fr; gap: 5px;
  box-shadow: var(--sh-lg); z-index: 200;
}
.bib-has-mega:hover .bib-mega { display: grid; animation: fadeUp .18s ease; }

.bib-mega-item {
  display: flex; align-items: center; gap: 14px;
  padding: 13px 16px; border-radius: 12px;
  color: var(--navy); transition: var(--ease);
}
.bib-mega-item:hover { background: var(--blue-l); }
.bib-mega-item:hover .bib-dd-icon { background: var(--navy); }
.bib-mega-item:hover .bib-dd-icon svg { stroke: white; }

.bib-dd-icon {
  width: 42px; height: 42px; background: var(--blue-l);
  border-radius: 10px; display: flex; align-items: center;
  justify-content: center; flex-shrink: 0; transition: var(--ease);
}
.bib-dd-icon svg { width: 20px; height: 20px; stroke: var(--blue); fill: none; stroke-width: 1.5; }
.bib-dd-label { font-size: 14px; font-weight: 600; display: block; font-family: var(--font-h); }
.bib-dd-sub   { font-size: 12px; color: var(--gray-m); display: block; margin-top: 3px; }

/* Contact CTA */
.bib-cta-wrap { position: relative; flex-shrink: 0; }
.bib-cta-btn {
  display: flex; align-items: center; gap: 8px;
  background: var(--navy); color: #fff;
  font-size: 14px; font-weight: 700; font-family: var(--font-h);
  padding: 12px 24px; border-radius: 10px;
  transition: var(--ease); letter-spacing: .02em;
}
.bib-cta-btn:hover { background: var(--navy-h); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(30,58,95,.3); }
.bib-cta-btn svg { transition: transform .2s ease; }
.bib-cta-btn.open svg { transform: rotate(180deg); }

.bib-cta-drop {
  display: none;
  position: absolute; top: calc(100% + 12px); right: 0;
  width: 290px; background: var(--white);
  border: 1px solid var(--border); border-radius: 16px;
  padding: 8px; box-shadow: var(--sh-lg); z-index: 200;
}
.bib-cta-drop.open { display: block; animation: fadeUp-r .18s ease; }

.bib-drop-item {
  display: flex; align-items: center; gap: 13px;
  padding: 11px 16px; border-radius: 10px;
  color: var(--navy); transition: var(--ease);
}
.bib-drop-item:hover { background: var(--blue-l); }
.bib-drop-item:hover .bib-dd-icon { background: var(--navy); }
.bib-drop-item:hover .bib-dd-icon svg { stroke: white; }
.bib-drop-sep { height: 1px; background: var(--border); margin: 5px 0; }

/* ============================================================
   FOOTER
   ============================================================ */
#bib-footer { background: var(--navy); margin-top: 0; }

.bib-footer-top {
  display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
  padding: 0 clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.bib-footer-col { padding: 48px 32px 48px 0; }
.bib-footer-col + .bib-footer-col {
  border-left: 1px solid rgba(255,255,255,.07);
  padding-left: 32px;
}

/* Footer logo — NO filter, natural colors */
.bib-footer-logo { display: flex; align-items: center; margin-bottom: 16px; }
.bib-footer-logo img,
.bib-footer-logo .custom-logo { height: 80px; width: auto; }

.bib-footer-desc {
  font-size: 13.5px; color: rgba(255,255,255,.45);
  line-height: 1.8; margin-bottom: 22px;
}
.bib-footer-socials { display: flex; gap: 10px; }
.bib-footer-soc {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.09);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.6); transition: var(--ease);
}
.bib-footer-soc:hover { background: var(--blue); color: #fff; transform: translateY(-2px); }
.bib-footer-soc svg { width: 15px; height: 15px; }

.bib-footer-col-title {
  font-size: 11px; font-weight: 700; font-family: var(--font-h);
  color: rgba(255,255,255,.9);
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: 20px;
}
.bib-footer-link {
  display: flex; align-items: center; gap: 8px;
  font-size: 13.5px; color: rgba(255,255,255,.42);
  margin-bottom: 13px; transition: var(--ease);
}
.bib-footer-link::before {
  content: ''; width: 0; height: 0;
  border-top: 3.5px solid transparent; border-bottom: 3.5px solid transparent;
  border-left: 5px solid rgba(91,155,213,.3);
  flex-shrink: 0; transition: border-left-color .2s;
}
.bib-footer-link:hover { color: rgba(255,255,255,.9); }
.bib-footer-link:hover::before { border-left-color: var(--blue); }

.bib-footer-contact-item {
  display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px;
}
.bib-footer-contact-item svg {
  width: 15px; height: 15px; stroke: var(--blue);
  fill: none; stroke-width: 1.8; flex-shrink: 0; margin-top: 2px;
}
.bib-footer-contact-label {
  font-size: 11px; font-weight: 600; color: rgba(255,255,255,.8);
  display: block; margin-bottom: 2px; font-family: var(--font-h); letter-spacing: .05em;
}
.bib-footer-contact-val { font-size: 13px; color: rgba(255,255,255,.44); }

.bib-footer-mid {
  padding: 20px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.bib-footer-tags-title {
  font-size: 10.5px; color: rgba(255,255,255,.25);
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; font-family: var(--font-h);
}
.bib-footer-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.bib-footer-tag {
  font-size: 12px; color: rgba(255,255,255,.38);
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09);
  padding: 5px 13px; border-radius: 20px; cursor: pointer; transition: var(--ease);
}
.bib-footer-tag:hover { color: #fff; background: rgba(91,155,213,.2); border-color: rgba(91,155,213,.35); }

.bib-footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px clamp(20px, 5vw, 72px); flex-wrap: wrap; gap: 12px;
}
.bib-footer-copy { font-size: 12.5px; color: rgba(255,255,255,.22); }
.bib-footer-legal { display: flex; gap: 20px; }
.bib-footer-legal a { font-size: 12.5px; color: rgba(255,255,255,.22); transition: var(--ease); }
.bib-footer-legal a:hover { color: rgba(255,255,255,.6); }

/* ============================================================
   HIDE ALL MOBILE ELEMENTS ON DESKTOP
   ============================================================ */
#bib-mob-nav,
.bib-mob-search-bar,
.bib-mob-top,
.bib-mob-devis-btn,
.bib-mob-search-overlay,
.bib-backdrop,
.bib-drawer { display: none !important; }

/* ============================================================
   MOBILE  (≤ 960px)
   ============================================================ */
@media (max-width: 960px) {

  /* Mobile body padding = top-row(76px) + search-bar(56px) */
  body { padding-top: 132px !important; }

  /* Hide desktop elements */
  #bib-topbar  { display: none !important; }
  #bib-mainnav { display: none !important; }

  /* Show mobile elements */
  #bib-mob-nav         { display: flex !important; }
  .bib-backdrop        { display: block !important; }
  .bib-drawer          { display: flex !important; }

  /* ── Mobile nav wrapper ── */
  #bib-mob-nav {
    flex-direction: column !important;
    height: auto !important;
    position: fixed; top: 0; left: 0; right: 0; z-index: 9000;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    box-shadow: var(--sh);
    padding: 0 !important;
  }

  /* ── Top row: ham | logo-center | devis ── */
  .bib-mob-top {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    height: 76px;
    position: relative;
    width: 100%;
  }

  /* Hamburger — LEFT */
  .bib-mob-ham {
    width: 44px; height: 44px;
    border-radius: 10px;
    background: var(--gray);
    border: 1px solid var(--border);
    display: flex !important;
    flex-direction: column;
    align-items: center; justify-content: center;
    gap: 5px; flex-shrink: 0; transition: var(--ease);
    z-index: 1;
  }
  .bib-mob-ham:hover { background: var(--blue-l); border-color: var(--blue); }

  .bib-lines { display: flex; flex-direction: column; gap: 5px; }
  .bib-line {
    width: 20px; height: 2px; background: var(--navy);
    border-radius: 2px; display: block;
    transition: all .32s cubic-bezier(.4,0,.2,1);
  }
  .bib-mob-ham.open .bib-line:nth-child(1) { transform: translateY(7px) rotate(45deg); background: var(--blue); }
  .bib-mob-ham.open .bib-line:nth-child(2) { opacity: 0; transform: scaleX(0); }
  .bib-mob-ham.open .bib-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background: var(--blue); }

  /* Logo — ABSOLUTE CENTER */
  .bib-mob-logo {
    position: absolute !important;
    left: 50%; transform: translateX(-50%);
    display: flex !important;
    align-items: center;
    text-decoration: none;
    pointer-events: auto;
  }
  .bib-mob-logo img,
  .bib-mob-logo .custom-logo { height: 52px; width: auto; }

  /* Devis — RIGHT */
  .bib-mob-devis-btn {
    display: flex !important;
    align-items: center; justify-content: center;
    background: var(--navy);
    color: white !important;
    font-size: 13px;
    font-weight: 700;
    font-family: var(--font-h);
    padding: 10px 18px;
    border-radius: 9px;
    letter-spacing: .03em;
    flex-shrink: 0;
    transition: var(--ease);
    white-space: nowrap;
    z-index: 1;
  }
  .bib-mob-devis-btn:hover { background: var(--navy-h); transform: translateY(-1px); }

  /* ── Search bar row ── */
  .bib-mob-search-bar {
    display: block !important;
    padding: 0 16px 12px;
    width: 100%;
    margin-bottom : 0 !important;
  }
  .bib-mob-search-inner {
    display: flex; align-items: center; gap: 10px;
    background: var(--gray);
    border: 1.5px solid var(--border);
    border-radius: 10px;
    padding: 0 16px; height: 44px;
    cursor: text; transition: var(--ease);
  }
  .bib-mob-search-inner:hover { border-color: var(--blue); background: var(--blue-l); }
  .bib-mob-search-inner svg { width: 17px; height: 17px; flex-shrink: 0; stroke: var(--gray-m); fill: none; stroke-width: 2; stroke-linecap: round; }
  .bib-mob-search-inner span { font-size: 13.5px; color: #b8c5d0; }

  /* ── Search overlay (fullscreen) ── */
  .bib-mob-search-overlay {
    position: fixed; inset: 0;
    background: white; z-index: 9200;
    flex-direction: column;
    /* hidden by default, shown via JS */
  }
  .bib-mob-search-overlay.open { display: flex !important; animation: fadeIn .2s ease; }

  .bib-mob-search-overlay-inner {
    display: flex; align-items: center; gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--border);
    background: var(--gray);
  }
  .bib-mob-search-overlay-inner input {
    flex: 1; height: 46px;
    border: 2px solid var(--blue); border-radius: 10px;
    padding: 0 18px; font-size: 15px; color: var(--text);
    background: white; outline: none; font-family: var(--font);
  }
  .bib-mob-search-cancel {
    font-size: 14px; color: var(--navy); font-weight: 600;
    white-space: nowrap; padding: 6px; background: none; border: none;
    font-family: var(--font); cursor: pointer;
  }
  .bib-mob-search-results {
    flex: 1; overflow-y: auto; padding: 8px 0;
  }
  .bib-mob-search-results a {
    display: flex; align-items: center; gap: 12px;
    padding: 14px 16px; color: var(--text); font-size: 14px;
    border-bottom: 1px solid #f0f4f8; transition: var(--ease);
    text-decoration: none;
  }
  .bib-mob-search-results a:hover { background: var(--blue-l); }
  .bib-mob-search-results img { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
  .bib-mob-search-results .bib-sr-msg { padding: 20px 16px; font-size: 14px; color: var(--gray-m); text-align: center; }

  /* ── Backdrop ── */
  .bib-backdrop {
    position: fixed; inset: 0;
    background: rgba(15,30,55,.5); backdrop-filter: blur(3px);
    z-index: 9048; opacity: 0; pointer-events: none; transition: opacity .35s ease;
  }
  .bib-backdrop.show { opacity: 1; pointer-events: all; }

  /* ── Drawer ── */
  .bib-drawer {
    position: fixed; inset: 0; background: var(--white); z-index: 9050;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform .38s cubic-bezier(.4,0,.2,1);
  }
  .bib-drawer.open { transform: translateX(0); }

  .bib-drawer-top {
    display: flex; align-items: center; justify-content: space-between;
    padding: 14px 18px; height: 76px; flex-shrink: 0;
    border-bottom: 1px solid var(--border);
  }
  .bib-drawer-top img,
  .bib-drawer-top .custom-logo { height: 48px; width: auto; }
  .bib-drawer-x {
    width: 40px; height: 40px; border-radius: var(--r);
    background: var(--gray); border: 1px solid var(--border);
    display: flex; align-items: center; justify-content: center; transition: var(--ease);
  }
  .bib-drawer-x:hover { background: var(--blue-l); border-color: var(--blue); }
  .bib-drawer-x svg { width: 17px; height: 17px; stroke: var(--navy); fill: none; stroke-width: 2; stroke-linecap: round; }

  .bib-drawer-nav { flex: 1; overflow-y: auto; padding: 10px 0; border-bottom: 1px solid var(--border); }

  .bib-dlink {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 18px; min-height: 66px;
    border-bottom: 1px solid #f0f5fa; transition: var(--ease);
    text-decoration: none; color: var(--text);
  }
  .bib-dlink:hover, .bib-dlink.active { background: var(--blue-l); }
  .bib-dlink.active .bib-dlink-icon { background: var(--navy); }
  .bib-dlink.active .bib-dlink-icon svg { stroke: white; }
  .bib-dlink.active .bib-dlink-name { color: var(--navy); font-weight: 600; }

  .bib-dlink-left { display: flex; align-items: center; gap: 14px; }
  .bib-dlink-icon {
    width: 42px; height: 42px; background: var(--blue-l);
    border-radius: 10px; display: flex; align-items: center;
    justify-content: center; flex-shrink: 0; transition: var(--ease);
  }
  .bib-dlink-icon svg { width: 20px; height: 20px; stroke: var(--blue); fill: none; stroke-width: 1.5; }
  .bib-dlink-name { font-size: 15px; font-weight: 500; display: block; color: var(--text); font-family: var(--font-h); }
  .bib-dlink-sub  { font-size: 12px; color: var(--gray-m); display: block; margin-top: 2px; }
  .bib-dlink-caret { width: 16px; height: 16px; flex-shrink: 0; fill: none; stroke: #ccc; stroke-width: 2; }

  /* Sub-drawer */
  .bib-sub {
    position: absolute; inset: 0; background: var(--white); z-index: 10;
    display: flex; flex-direction: column;
    transform: translateX(-100%); transition: transform .32s cubic-bezier(.4,0,.2,1);
  }
  .bib-sub.open { transform: translateX(0); }
  .bib-sub-head {
    display: flex; align-items: center; gap: 12px;
    padding: 14px 18px; height: 76px; flex-shrink: 0;
    background: var(--gray); border-bottom: 1px solid var(--border);
  }
  .bib-sub-back {
    width: 38px; height: 38px; border-radius: var(--r);
    background: var(--border); display: flex; align-items: center;
    justify-content: center; transition: var(--ease);
  }
  .bib-sub-back:hover { background: var(--blue-l); }
  .bib-sub-back svg { width: 18px; height: 18px; stroke: var(--navy); fill: none; stroke-width: 2; stroke-linecap: round; }
  .bib-sub-title { font-size: 16px; font-weight: 600; color: var(--navy); font-family: var(--font-h); }

  .bib-sub-nav { flex: 1; overflow-y: auto; padding: 8px 0; }
  .bib-sub-nav a {
    display: flex; align-items: center; gap: 14px;
    padding: 15px 18px; border-bottom: 1px solid #f0f5fa;
    font-size: 15px; font-weight: 500; color: var(--text);
    transition: var(--ease); text-decoration: none;
  }
  .bib-sub-nav a:hover { background: var(--blue-l); color: var(--navy); }
  .bib-sub-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }
  .bib-sub-name { display: block; font-family: var(--font-h); }
  .bib-sub-desc { font-size: 12px; color: var(--gray-m); display: block; margin-top: 2px; }
  .bib-sub-all  { color: var(--navy) !important; font-weight: 600 !important; }
  .bib-sub-all .bib-sub-dot { background: var(--navy); }

  /* Drawer bottom — contact icons only, no devis */
  .bib-drawer-bottom {
    padding: 16px 18px; flex-shrink: 0;
    display: flex; flex-direction: column; gap: 14px;
    border-top: 1px solid var(--border);
  }
  .bib-quick-contact {
    display: flex; align-items: center; justify-content: space-around;
    background: var(--gray); border: 1px solid var(--border);
    border-radius: 14px; padding: 12px 8px;
  }
  .bib-qc-btn {
    display: flex; flex-direction: column; align-items: center;
    gap: 6px; flex: 1; transition: opacity .15s; text-decoration: none;
  }
  .bib-qc-btn:hover { opacity: .75; }
  .bib-qc-circle { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  .bib-qc-circle svg { width: 24px; height: 24px; }
  .bib-qc-label { font-size: 11px; color: var(--gray-m); font-weight: 500; }
  .bib-qc-sep { width: 1px; height: 44px; background: var(--border); }

  /* Footer mobile */
  .bib-footer-top { grid-template-columns: 1fr; }
  .bib-footer-col { padding: 28px 20px !important; border-left: none !important; }
  .bib-footer-bottom { flex-direction: column; text-align: center; }
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(10px) translateX(-50%); }
  to   { opacity: 1; transform: translateY(0) translateX(-50%); }
}
@keyframes fadeUp-r {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

*:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
