footer.site-footer {
  background: linear-gradient(180deg, #004ebc 0%, #004ebc 100%);
  padding: 40px 0 32px 24px;
  position: relative;
  color: #fff;
  font-family: 'Buenos Aires', sans-serif;
}

footer.site-footer .footer-inner { max-width: none; width: 100%; margin: 0 auto; padding-right: 24px; }
footer.site-footer .footer-top { position: relative; padding-right: 110px; }
footer.site-footer .footer-grid { display: flex; flex-direction: column; }
footer.site-footer .footer-grid section { margin-bottom: 36px; }
footer.site-footer .footer-grid .newsletter { margin-bottom: 12px; }
footer.site-footer .footer-grid section:last-child { margin-bottom: 0; }
footer.site-footer .footer-links-col { display: contents; }
footer.site-footer .footer-links-col section { margin-bottom: 36px; }
footer.site-footer .footer-bottom { margin-top: 36px; }
footer.site-footer .footer-brand { text-align: center; }
footer.site-footer .mascot { position: absolute; top: 28px; right: 0; width: 300px; height: auto; opacity: .95; pointer-events: none; }
footer.site-footer h2.section-title { font-size: 30px; font-weight: 800; margin: 0 0 22px; letter-spacing: -.5px; }
footer.site-footer .footer-grid section:not(.newsletter) ul.link-list li { margin-bottom: 12px; }
footer.site-footer .footer-grid section:not(.newsletter) ul.link-list a { font-size: 18px; }
footer.site-footer section[aria-label="Compte"] .heart-icon { width: 18px; height: 18px; }
footer.site-footer section[aria-label="À propos"] ul.link-list li:nth-child(2) a,
footer.site-footer section[aria-label="À propos"] ul.link-list li:nth-child(3) a,
footer.site-footer section[aria-label="À propos"] ul.link-list li:nth-child(4) a {
  white-space: nowrap;
  font-size: 16px;
}
footer.site-footer ul.link-list { list-style: none; margin: 0; padding: 0; }
footer.site-footer ul.link-list li { margin-bottom: 26px; }
footer.site-footer ul.link-list li:last-child { margin-bottom: 0; }
footer.site-footer ul.link-list a { color: #fff; text-decoration: none; font-size: 22px; display: inline-flex; align-items: center; gap: 12px; transition: opacity .15s ease; }
footer.site-footer ul.link-list a:hover,
footer.site-footer ul.link-list a:focus-visible { opacity: .75; }
footer.site-footer .heart-icon { flex: none; }
footer.site-footer .newsletter p { font-size: 13px; line-height: 1.4; margin: 0 0 20px; }
footer.site-footer .newsletter-intro {
  font-size: 11px;
  line-height: 1.2;
  margin: 0 0 4px;
  width: 380px;
  max-width: 380px;
}
footer.site-footer .signup-disclaimer {
  font-size: 10px;
  line-height: 1.2;
  margin: 0;
  width: 380px;
  max-width: 380px;
  opacity: .95;
}
footer.site-footer .signup-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: nowrap;
}
footer.site-footer #footer-signup-form {
  width: 380px;
}
footer.site-footer #footer-signup-form .signup-row {
  width: 380px;
  height: 49px;
  margin-bottom: 16px;
}
footer.site-footer .signup-row input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  height: 49px;
  padding: 0 18px;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  color: #333;
  background: #fff;
  box-sizing: border-box;
}
footer.site-footer .signup-row input[type="email"]::placeholder { color: #6b6b6b; }
footer.site-footer .signup-row button {
  width: 89px;
  height: 49px;
  flex: 0 0 89px;
  padding: 0;
  border-radius: 10px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: background .15s ease, color .15s ease;
}
footer.site-footer .signup-row button:hover,
footer.site-footer .signup-row button:focus-visible { background: #fff; color: #004ebc; }
footer.site-footer .signup-disclaimer a { color: #fff; text-decoration: underline; }
footer.site-footer .signup-confirm { font-size: 14px; margin: 8px 0 0; min-height: 0; }
footer.site-footer .social-row { display: flex; justify-content: center; gap: 26px; margin: 30px 0 18px; flex-wrap: wrap; }
footer.site-footer .social-row a { color: #fff; display: flex; transition: opacity .15s ease; }
footer.site-footer .social-row a:hover,
footer.site-footer .social-row a:focus-visible { opacity: .7; }
footer.site-footer .social-row svg { width: 30px; height: 30px; }
footer.site-footer .handle,
footer.site-footer .hetle { text-align: center; font-size: 22px; font-weight: 700; margin-bottom: 30px; }
footer.site-footer hr.divider { border: none; border-top: 1px solid rgba(255, 255, 255, .35); margin: 0 0 26px; }
footer.site-footer .wordmark { text-align: center; margin-bottom: 22px; }
footer.site-footer .brand-logo,
footer.site-footer .bret-logo { display: block; max-width: 240px; width: 100%; height: auto; margin: 0 auto; }
footer.site-footer .copyright { text-align: center; font-size: 14px; opacity: .9; padding-bottom: 10px; margin: 0; }
footer.site-footer .newsletter-brand { display: none; }
footer.site-footer .footer-mid { margin-top: 8px; }
footer.site-footer .footer-mid-logo .brand-logo,
footer.site-footer .footer-mid-logo .bret-logo { max-width: 160px; margin: 0 auto 18px; }
footer.site-footer .footer-social-line .handle,
footer.site-footer .footer-social-line .hetle { margin-bottom: 12px; }
footer.site-footer .footer-legal-bar { display: block; }
footer.site-footer .footer-chat-btn { display: none; }

@media (max-width: 380px) {
  footer.site-footer h2.section-title { font-size: 26px; }
  footer.site-footer ul.link-list a { font-size: 19px; }
  footer.site-footer .brand-logo,
  footer.site-footer .bret-logo { max-width: 200px; }
  footer.site-footer .footer-mid-logo .brand-logo,
  footer.site-footer .footer-mid-logo .bret-logo { max-width: 140px; }
  footer.site-footer .mascot { width: 220px; }
}

@media (min-width: 480px) {
  footer.site-footer .footer-top { padding-right: 160px; }
}

@media (max-width: 899px) {
  footer.site-footer .signup-row input[type="email"] {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: none;
  }
}

@media (min-width: 1201px) and (max-width: 1399px) {
  footer.site-footer {
    width: 100%;
    padding: clamp(28px, 3vw, 36px) 0 clamp(24px, 2.5vw, 30px);
    overflow: hidden;
  }

  footer.site-footer .footer-inner {
    max-width: none;
    padding: 0 clamp(24px, 3vw, 40px);
    display: flex;
    flex-direction: column;
  }

  footer.site-footer .footer-top {
    padding-right: clamp(160px, 22vw, 260px);
  }

  footer.site-footer .mascot {
    width: clamp(180px, 22vw, 280px);
    top: 0;
    right: clamp(12px, 2vw, 32px);
    margin-right: -20px;
  }

  footer.site-footer .footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.35fr);
    grid-template-rows: auto auto;
    gap: clamp(16px, 2vw, 28px) clamp(14px, 2vw, 28px);
    align-items: start;
  }

  footer.site-footer .footer-links-col {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2.5vw, 32px);
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  footer.site-footer .footer-links-col section {
    margin-bottom: 0;
  }

  footer.site-footer .footer-grid > section[aria-label="Compte"] {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
  }

  footer.site-footer .footer-grid > section[aria-label="Activités"] {
    grid-column: 3;
    grid-row: 1;
    margin-bottom: 0;
  }

  footer.site-footer .footer-grid > section.newsletter {
    grid-column: 4;
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  footer.site-footer h2.section-title {
    font-size: clamp(16px, 1.7vw, 20px);
    margin-bottom: clamp(8px, 1vw, 12px);
    letter-spacing: -0.3px;
  }

  footer.site-footer .footer-grid section:not(.newsletter) ul.link-list li {
    margin-bottom: clamp(4px, 0.5vw, 6px);
  }

  footer.site-footer .footer-grid section:not(.newsletter) ul.link-list a,
  footer.site-footer ul.link-list a {
    font-size: clamp(12px, 1.25vw, 14px);
  }

  footer.site-footer section[aria-label="À propos"] ul.link-list li:nth-child(2) a,
  footer.site-footer section[aria-label="À propos"] ul.link-list li:nth-child(3) a,
  footer.site-footer section[aria-label="À propos"] ul.link-list li:nth-child(4) a {
    font-size: clamp(11px, 1.15vw, 13px);
  }

  footer.site-footer section[aria-label="Compte"] .heart-icon {
    width: clamp(14px, 1.4vw, 16px);
    height: clamp(14px, 1.4vw, 16px);
  }

  footer.site-footer .newsletter {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    padding-top: 0;
    border-top: none;
    margin-bottom: 0;
  }

  footer.site-footer .newsletter-intro {
    width: 100%;
    max-width: none;
    font-size: clamp(10px, 1.05vw, 12px);
    line-height: 1.35;
    margin: 0 0 6px;
  }

  footer.site-footer #footer-signup-form,
  footer.site-footer .newsletter form {
    width: 100%;
  }

  footer.site-footer #footer-signup-form .signup-row {
    width: 100%;
    height: clamp(40px, 4vw, 46px);
    margin-bottom: 8px;
  }

  footer.site-footer .signup-row input[type="email"] {
    height: clamp(40px, 4vw, 46px);
    font-size: clamp(13px, 1.3vw, 15px);
    border-radius: 8px;
  }

  footer.site-footer .signup-row button {
    height: clamp(40px, 4vw, 46px);
    flex: 0 0 clamp(76px, 8vw, 88px);
    width: clamp(76px, 8vw, 88px);
    font-size: clamp(12px, 1.2vw, 14px);
    border-radius: 8px;
  }

  footer.site-footer .signup-disclaimer {
    width: 100%;
    max-width: none;
    font-size: clamp(8px, 0.85vw, 10px);
    line-height: 1.35;
  }

  footer.site-footer .signup-confirm {
    margin: 4px 0 0;
    font-size: 11px;
  }

  footer.site-footer .footer-bottom {
    margin-top: clamp(20px, 2.5vw, 32px);
  }

  footer.site-footer .footer-mid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(20px, 3vw, 32px);
    margin: 0 0 clamp(16px, 2vw, 24px);
  }

  footer.site-footer .footer-mid-logo {
    flex: 0 1 auto;
    text-align: left;
    margin: 0;
  }

  footer.site-footer .footer-mid-logo .brand-logo,
  footer.site-footer .footer-mid-logo .bret-logo {
    margin: 0;
    max-width: clamp(120px, 16vw, 180px);
    width: auto;
    height: auto;
  }

  footer.site-footer .footer-social-line {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(12px, 1.5vw, 18px);
    flex: 1 1 auto;
  }

  footer.site-footer .footer-social-line .hetle,
  footer.site-footer .footer-bottom .handle {
    margin: 0;
    font-size: clamp(14px, 1.5vw, 18px);
    font-weight: 700;
    white-space: nowrap;
  }

  footer.site-footer .footer-bottom .social-row {
    margin: 0;
    gap: clamp(12px, 1.5vw, 18px);
    flex-wrap: nowrap;
  }

  footer.site-footer .footer-bottom .social-row svg {
    width: clamp(22px, 2.2vw, 28px);
    height: clamp(22px, 2.2vw, 28px);
  }

  footer.site-footer hr.divider {
    margin: 0 0 clamp(12px, 1.5vw, 16px);
  }

  footer.site-footer .footer-legal-bar {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
  }

  footer.site-footer .copyright {
    text-align: center;
    padding-bottom: 0;
    font-size: clamp(11px, 1.1vw, 13px);
  }

  footer.site-footer .footer-chat-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    padding: 0 18px;
    border: none;
    border-radius: 999px;
    background: linear-gradient(180deg, #e8f4ff 0%, #fff 100%);
    color: #004ebc;
    font-family: 'Buenos Aires', sans-serif;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: filter .15s ease, transform .15s ease;
  }

  footer.site-footer .footer-chat-btn svg {
    width: 18px;
    height: 18px;
    stroke: #004ebc;
    flex-shrink: 0;
  }

  footer.site-footer .footer-chat-btn:hover,
  footer.site-footer .footer-chat-btn:focus-visible {
    filter: brightness(0.98);
    transform: translateY(-1px);
  }
}

/* ---------- hybrid footer (800–1200px) — 4 columns + mascot, logo/social row, copyright ---------- */
@media (min-width: 800px) and (max-width: 1200px) {
  footer.site-footer {
    width: 100%;
    padding: clamp(24px, 3vw, 32px) 0 clamp(18px, 2.5vw, 26px);
    overflow: hidden;
    background: #004ebc;
  }

  footer.site-footer .footer-inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 clamp(18px, 3vw, 36px);
    display: flex;
    flex-direction: column;
  }

  footer.site-footer .footer-top {
    position: relative;
    padding-right: clamp(130px, 17vw, 210px);
  }

  footer.site-footer .mascot {
    position: absolute;
    width: clamp(140px, 17vw, 210px);
    height: auto;
    top: 0;
    right: clamp(4px, 1vw, 16px);
    margin-right: -10px;
    opacity: 0.95;
    pointer-events: none;
  }

  footer.site-footer .footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: clamp(10px, 1.8vw, 20px) clamp(14px, 2.2vw, 26px);
    align-items: start;
  }

  footer.site-footer .footer-links-col {
    display: contents;
  }

  footer.site-footer .footer-links-col section,
  footer.site-footer .footer-grid > section {
    margin-bottom: 0;
  }

  footer.site-footer section[aria-label="À propos"] {
    grid-column: 1;
    grid-row: 1;
  }

  footer.site-footer section[aria-label="Compte"] {
    grid-column: 2;
    grid-row: 1;
  }

  footer.site-footer section[aria-label="Activités"] {
    grid-column: 3;
    grid-row: 1;
  }

  footer.site-footer section[aria-label="Service client"] {
    grid-column: 4;
    grid-row: 1;
  }

  footer.site-footer section.newsletter {
    grid-column: 4;
    grid-row: 2;
    margin-top: clamp(4px, 0.8vw, 10px);
  }

  footer.site-footer h2.section-title {
    font-size: clamp(14px, 1.55vw, 17px);
    font-weight: 800;
    margin: 0 0 clamp(6px, 0.9vw, 10px);
    letter-spacing: -0.3px;
    line-height: 1.2;
  }

  footer.site-footer .footer-grid section:not(.newsletter) ul.link-list li {
    margin-bottom: clamp(3px, 0.45vw, 5px);
  }

  footer.site-footer .footer-grid section:not(.newsletter) ul.link-list a,
  footer.site-footer ul.link-list a {
    font-size: clamp(10px, 1.1vw, 12px);
    line-height: 1.35;
    gap: 8px;
  }

  footer.site-footer section[aria-label="À propos"] ul.link-list li:nth-child(2) a,
  footer.site-footer section[aria-label="À propos"] ul.link-list li:nth-child(3) a,
  footer.site-footer section[aria-label="À propos"] ul.link-list li:nth-child(4) a {
    font-size: clamp(9px, 1vw, 11px);
    white-space: normal;
  }

  footer.site-footer section[aria-label="Compte"] .heart-icon {
    width: clamp(12px, 1.3vw, 15px);
    height: clamp(12px, 1.3vw, 15px);
  }

  footer.site-footer .newsletter {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: stretch;
    padding-top: 0;
    border-top: none;
  }

  footer.site-footer .newsletter-intro {
    width: 100%;
    max-width: none;
    font-size: clamp(9px, 0.95vw, 11px);
    line-height: 1.35;
    margin: 0 0 6px;
  }

  footer.site-footer #footer-signup-form,
  footer.site-footer .newsletter form {
    width: 100%;
  }

  footer.site-footer #footer-signup-form .signup-row {
    width: 100%;
    height: clamp(36px, 4vw, 42px);
    margin-bottom: 6px;
    gap: 8px;
  }

  footer.site-footer .signup-row input[type="email"] {
    height: clamp(36px, 4vw, 42px);
    font-size: clamp(11px, 1.15vw, 13px);
    padding: 0 12px;
    border-radius: 8px;
  }

  footer.site-footer .signup-row button {
    height: clamp(36px, 4vw, 42px);
    flex: 0 0 clamp(68px, 7.5vw, 80px);
    width: clamp(68px, 7.5vw, 80px);
    font-size: clamp(10px, 1.05vw, 12px);
    border-radius: 8px;
    border-width: 2px;
  }

  footer.site-footer .signup-disclaimer {
    width: 100%;
    max-width: none;
    font-size: clamp(7px, 0.75vw, 9px);
    line-height: 1.35;
  }

  footer.site-footer .signup-confirm {
    margin: 4px 0 0;
    font-size: 10px;
  }

  footer.site-footer .footer-bottom {
    margin-top: clamp(16px, 2.2vw, 24px);
  }

  footer.site-footer .footer-mid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(16px, 2.5vw, 28px);
    margin: 0 0 clamp(12px, 1.6vw, 18px);
  }

  footer.site-footer .footer-mid-logo {
    flex: 0 1 auto;
    text-align: left;
    margin: 0;
  }

  footer.site-footer .footer-mid-logo .brand-logo,
  footer.site-footer .footer-mid-logo .bret-logo {
    margin: 0;
    max-width: clamp(120px, 14vw, 165px);
    width: auto;
    height: auto;
  }

  footer.site-footer .footer-social-line {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(10px, 1.4vw, 16px);
    flex: 1 1 auto;
    min-width: 0;
  }

  footer.site-footer .footer-social-line .hetle,
  footer.site-footer .footer-social-line .handle {
    margin: 0;
    font-size: clamp(12px, 1.35vw, 15px);
    font-weight: 700;
    white-space: nowrap;
  }

  footer.site-footer .footer-bottom .social-row,
  footer.site-footer .social-row {
    margin: 0;
    gap: clamp(8px, 1.1vw, 14px);
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  footer.site-footer .footer-bottom .social-row svg,
  footer.site-footer .social-row svg {
    width: clamp(18px, 1.9vw, 22px);
    height: clamp(18px, 1.9vw, 22px);
  }

  footer.site-footer hr.divider {
    margin: 0 0 10px;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }

  footer.site-footer .footer-legal-bar {
    display: block;
    text-align: center;
  }

  footer.site-footer .footer-chat-btn {
    display: none !important;
  }

  footer.site-footer .copyright {
    text-align: center;
    padding-bottom: 0;
    font-size: clamp(9px, 1vw, 11px);
    opacity: 0.9;
    margin: 0;
  }
}

/* ---------- laptop footer (1400px+) ---------- */
@media (min-width: 1400px) {
  footer.site-footer {
    width: 100%;
    padding: 32px 0 30px;
    overflow: hidden;
  }

  footer.site-footer .footer-inner {
    max-width: 1440px;
    padding: 0 48px;
    display: flex;
    flex-direction: column;
  }

  footer.site-footer .footer-top {
    padding-right: 280px;
  }

  footer.site-footer .mascot {
    width: 260px;
    top: 8px;
    right: max(8px, calc((100% - 1440px) / 2 + 8px));
    margin-right: -40px;
  }

  footer.site-footer .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1.4fr;
    gap: 16px 28px;
    align-items: start;
  }

  footer.site-footer .footer-links-col {
    display: contents;
  }

  footer.site-footer .footer-links-col section {
    margin-bottom: 0;
  }

  footer.site-footer section[aria-label="À propos"] {
    grid-column: 1;
    grid-row: 1;
  }

  footer.site-footer section[aria-label="Service client"] {
    grid-column: 4;
    grid-row: 1;
  }

  footer.site-footer section[aria-label="Compte"] {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
  }

  footer.site-footer section[aria-label="Activités"] {
    grid-column: 3;
    grid-row: 1;
    margin-bottom: 0;
  }

  footer.site-footer section.newsletter {
    grid-column: 5;
    grid-row: 1;
    margin-bottom: 0;
  }

  footer.site-footer h2.section-title {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
  }

  footer.site-footer .footer-grid section:not(.newsletter) ul.link-list li {
    margin-bottom: 5px;
  }

  footer.site-footer .footer-grid section:not(.newsletter) ul.link-list a,
  footer.site-footer ul.link-list a {
    font-size: 13px;
  }

  footer.site-footer section[aria-label="À propos"] ul.link-list li:nth-child(2) a,
  footer.site-footer section[aria-label="À propos"] ul.link-list li:nth-child(3) a,
  footer.site-footer section[aria-label="À propos"] ul.link-list li:nth-child(4) a {
    font-size: 12px;
  }

  footer.site-footer .newsletter {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    padding-top: 0;
    border-top: none;
    margin-bottom: 0;
  }

  footer.site-footer .newsletter-intro {
    width: 100%;
    max-width: none;
    font-size: 11px;
    line-height: 1.35;
    margin: 0 0 6px;
  }

  footer.site-footer #footer-signup-form,
  footer.site-footer .newsletter form {
    width: 100%;
  }

  footer.site-footer #footer-signup-form .signup-row {
    width: 100%;
    height: 44px;
    margin-bottom: 8px;
  }

  footer.site-footer .signup-row input[type="email"] {
    height: 44px;
    font-size: 15px;
  }

  footer.site-footer .signup-row button {
    height: 44px;
    flex: 0 0 84px;
    width: 84px;
    font-size: 14px;
  }

  footer.site-footer .signup-disclaimer {
    width: 100%;
    max-width: none;
    font-size: 9px;
    line-height: 1.3;
  }

  footer.site-footer .signup-confirm {
    margin: 4px 0 0;
    font-size: 12px;
  }

  footer.site-footer .footer-bottom {
    margin-top: 8px;
  }

  footer.site-footer .footer-mid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin: 4px 0 8px;
  }

  footer.site-footer .footer-mid-logo {
    flex: 0 1 auto;
    text-align: left;
    margin: 0;
  }

  footer.site-footer .footer-mid-logo .brand-logo,
  footer.site-footer .footer-mid-logo .bret-logo {
    margin: 0;
    max-width: 180px;
    width: auto;
    height: auto;
  }

  footer.site-footer .footer-social-line {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex: 1 1 auto;
  }

  footer.site-footer .footer-social-line .hetle,
  footer.site-footer .footer-bottom .handle {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
  }

  footer.site-footer .footer-bottom .social-row {
    margin: 0;
    gap: 18px;
    flex-wrap: nowrap;
  }

  footer.site-footer .footer-bottom .social-row svg {
    width: 26px;
    height: 26px;
  }

  footer.site-footer hr.divider {
    margin: 0 0 12px;
  }

  footer.site-footer .footer-legal-bar {
    display: block;
  }

  footer.site-footer .footer-chat-btn {
    display: none;
  }

  footer.site-footer .copyright {
    text-align: center;
    padding-bottom: 0;
    font-size: 13px;
  }
}
