/* BIDLUNA V6.2.4 — Wave 4 footer. All selectors are scoped to the Bidluna footer. */
body.bidluna-studio-v5 .bl5-footer.bl6-footer {
  --bl6-footer-bg: #f7f9fc;
  --bl6-footer-surface: #ffffff;
  --bl6-footer-text: #0b1b3a;
  --bl6-footer-muted: #5b6880;
  --bl6-footer-border: #dbe3ee;
  --bl6-footer-accent: #d99112;
  --bl6-footer-blue: #0e4bb3;
  margin-top: 22px;
  padding: var(--bl6-footer-space, 36px) 0 calc(var(--bl6-footer-space, 36px) * .58);
  border-top: 1px solid var(--bl6-footer-border);
  background: var(--bl6-footer-bg);
  color: var(--bl6-footer-text);
  font-family: var(--bl5-font, inherit);
}
body.bidluna-studio-v5 .bl5-footer.bl6-footer.is-dark {
  --bl6-footer-bg: #07142d;
  --bl6-footer-surface: #0d1d3a;
  --bl6-footer-text: #ffffff;
  --bl6-footer-muted: #c6cfdd;
  --bl6-footer-border: rgba(255,255,255,.15);
  --bl6-footer-accent: #f1b63b;
  --bl6-footer-blue: #86b8ff;
}
body.bidluna-studio-v5 .bl6-footer__container {
  width: min(calc(100% - 48px), 1400px);
}
body.bidluna-studio-v5 .bl6-footer__top {
  display: grid;
  grid-template-columns: minmax(280px, 1.08fr) minmax(0, 2fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
}
body.bidluna-studio-v5 .bl6-footer.is-layout-compact .bl6-footer__top {
  grid-template-columns: minmax(250px, .85fr) minmax(0, 2.15fr);
  gap: 36px;
}
body.bidluna-studio-v5 .bl6-footer__brand {
  min-width: 0;
  text-align: left;
}
body.bidluna-studio-v5 .bl6-footer__logo {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
}
body.bidluna-studio-v5 .bl6-footer__logo img,
body.bidluna-studio-v5 .bl5-footer__brand .bl6-footer__logo img {
  display: block;
  width: clamp(170px, 15vw, 218px);
  height: auto;
  max-height: 72px;
  object-fit: contain;
  object-position: left center;
  margin: 0;
}
body.bidluna-studio-v5 .bl6-footer__description,
body.bidluna-studio-v5 .bl5-footer__brand .bl6-footer__description {
  max-width: 420px;
  margin: 14px 0 0;
  color: var(--bl6-footer-muted);
  font-size: 14px;
  line-height: 1.65;
}
body.bidluna-studio-v5 .bl6-footer__brand h3,
body.bidluna-studio-v5 .bl6-footer__payments h3,
body.bidluna-studio-v5 .bl6-footer__trust h3,
body.bidluna-studio-v5 .bl6-footer__col h3 {
  margin: 0;
  color: var(--bl6-footer-text);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: .01em;
}
body.bidluna-studio-v5 .bl6-footer__social-block {
  margin-top: 24px;
}
body.bidluna-studio-v5 .bl5-footer__social.bl6-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 11px;
}
body.bidluna-studio-v5 .bl6-footer__social-link,
body.bidluna-studio-v5 .bl5-footer__social .bl6-footer__social-link {
  width: auto;
  min-width: 44px;
  height: 44px;
  margin: 0;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--bl6-footer-border);
  border-radius: 999px;
  background: var(--bl6-footer-surface);
  color: var(--bl6-footer-text);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 5px 14px rgba(7,20,45,.05);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}
body.bidluna-studio-v5 .bl6-footer__social-link:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--bl6-footer-accent) 65%, var(--bl6-footer-border));
  color: var(--bl6-footer-blue);
  box-shadow: 0 10px 22px rgba(7,20,45,.10);
}
body.bidluna-studio-v5 .bl6-footer__social-icon {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  display: grid;
  place-items: center;
}
body.bidluna-studio-v5 .bl6-footer__social-icon svg,
body.bidluna-studio-v5 .bl5-footer__social .bl6-footer__social-icon svg {
  display: block;
  width: 23px;
  height: 23px;
  fill: currentColor;
}
body.bidluna-studio-v5 .bl6-footer__social-name {
  white-space: nowrap;
}
body.bidluna-studio-v5 .bl6-footer-rating {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid var(--bl6-footer-border);
  border-radius: 16px;
  background: var(--bl6-footer-surface);
  box-shadow: 0 10px 26px rgba(7,20,45,.06);
}
body.bidluna-studio-v5 .bl6-footer-rating__summary {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
body.bidluna-studio-v5 .bl6-footer-rating__summary[hidden] {
  display: none;
}
body.bidluna-studio-v5 .bl6-footer-rating__stars {
  --pct: 0%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #cbd3df;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 2px;
  white-space: nowrap;
}
body.bidluna-studio-v5 .bl6-footer-rating__stars::after {
  content: "★★★★★";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--pct);
  overflow: hidden;
  color: #e5a311;
  white-space: nowrap;
}
body.bidluna-studio-v5 .bl6-footer-rating__score {
  color: var(--bl6-footer-text);
  font-size: 18px;
  line-height: 1;
}
body.bidluna-studio-v5 .bl6-footer-rating__score small {
  color: var(--bl6-footer-muted);
  font-size: 11px;
}
body.bidluna-studio-v5 .bl6-footer-rating__count,
body.bidluna-studio-v5 .bl6-footer-rating__link {
  display: inline-flex;
  margin: 8px 10px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bl6-footer-muted);
  font-size: 12px;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
body.bidluna-studio-v5 .bl6-footer-rating__empty {
  margin: 9px 0 0;
  color: var(--bl6-footer-muted);
  font-size: 12px;
  line-height: 1.5;
}
body.bidluna-studio-v5 .bl6-footer-rating__empty[hidden] {
  display: none;
}
body.bidluna-studio-v5 .bl6-footer-rating__rate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--bl6-footer-muted);
  font-size: 11px;
  font-weight: 750;
}
body.bidluna-studio-v5 .bl6-footer-rating__buttons {
  display: inline-flex;
  gap: 2px;
}
body.bidluna-studio-v5 .bl6-footer-rating__buttons button {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #aeb8c7;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
body.bidluna-studio-v5 .bl6-footer-rating__buttons button:hover,
body.bidluna-studio-v5 .bl6-footer-rating__buttons button.is-active {
  color: #e5a311;
  background: rgba(229,163,17,.10);
}
body.bidluna-studio-v5 .bl6-footer__navigation,
body.bidluna-studio-v5 .bl5-footer__grid.bl6-footer__navigation {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 42px);
  align-items: start;
}
body.bidluna-studio-v5 .bl6-footer__col {
  min-width: 0;
  margin: 0;
  border: 0;
}
body.bidluna-studio-v5 .bl6-footer__col .bl5-footer__links {
  display: grid;
  gap: 10px;
  margin-top: 15px;
  padding: 0;
}
body.bidluna-studio-v5 .bl6-footer__col .bl5-footer__links > a {
  display: inline-flex;
  width: fit-content;
  margin: 0;
  color: var(--bl6-footer-muted);
  font-size: 12px;
  line-height: 1.45;
  text-decoration: none;
}
body.bidluna-studio-v5 .bl6-footer__col .bl5-footer__links > a:hover {
  color: var(--bl6-footer-blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}
body.bidluna-studio-v5 .bl6-footer__assurance {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: 18px;
  margin-top: clamp(28px, 4vw, 48px);
  padding: 18px;
  border: 1px solid var(--bl6-footer-border);
  border-radius: 18px;
  background: var(--bl6-footer-surface);
  box-shadow: 0 12px 32px rgba(7,20,45,.055);
}
body.bidluna-studio-v5 .bl6-footer__payments,
body.bidluna-studio-v5 .bl6-footer__trust {
  min-width: 0;
}
body.bidluna-studio-v5 .bl6-footer__payment-list,
body.bidluna-studio-v5 .bl6-footer__trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 12px;
}
body.bidluna-studio-v5 .bl6-footer__payment {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  border: 1px solid var(--bl6-footer-border);
  border-radius: 10px;
  background: var(--bl6-footer-bg);
  color: var(--bl6-footer-text);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}
body.bidluna-studio-v5 .bl6-footer__payment svg {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  fill: none;
}
body.bidluna-studio-v5 .bl6-footer__trust-item {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bl6-footer-muted);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
}
body.bidluna-studio-v5 .bl6-footer__trust-item svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  padding: 3px;
  border-radius: 50%;
  background: rgba(0,149,107,.11);
  color: #008764;
}
body.bidluna-studio-v5 .bl6-footer__bottom,
body.bidluna-studio-v5 .bl5-footer__bottom.bl6-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--bl6-footer-border);
  color: var(--bl6-footer-muted);
  font-size: 11px;
  line-height: 1.45;
  text-align: left;
}
body.bidluna-studio-v5 .bl6-footer__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px 16px;
}
body.bidluna-studio-v5 .bl6-footer__meta a,
body.bidluna-studio-v5 .bl6-footer__meta button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--bl6-footer-muted);
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
body.bidluna-studio-v5 .bl6-footer__meta a:hover,
body.bidluna-studio-v5 .bl6-footer__meta button:hover {
  color: var(--bl6-footer-blue);
}
body.bidluna-studio-v5 .bl6-footer :where(a, button):focus-visible {
  outline: 3px solid color-mix(in srgb, var(--bl6-footer-accent) 75%, #fff);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  body.bidluna-studio-v5 .bl6-footer__top {
    grid-template-columns: minmax(250px, .95fr) minmax(0, 1.65fr);
    gap: 34px;
  }
  body.bidluna-studio-v5 .bl6-footer__navigation,
  body.bidluna-studio-v5 .bl5-footer__grid.bl6-footer__navigation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 24px;
  }
  body.bidluna-studio-v5 .bl6-footer__assurance {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.bidluna-studio-v5 .bl5-footer.bl6-footer {
    margin-top: 16px;
    padding: 28px 0 calc(94px + env(safe-area-inset-bottom));
  }
  body.bidluna-studio-v5 .bl6-footer__container {
    width: min(calc(100% - 28px), 680px);
  }
  body.bidluna-studio-v5 .bl6-footer__top {
    display: block;
  }
  body.bidluna-studio-v5 .bl6-footer__brand {
    text-align: center;
  }
  body.bidluna-studio-v5 .bl6-footer__logo img,
  body.bidluna-studio-v5 .bl5-footer__brand .bl6-footer__logo img {
    width: min(205px, 70vw);
    max-height: 64px;
    object-position: center;
    margin-inline: auto;
  }
  body.bidluna-studio-v5 .bl6-footer__description,
  body.bidluna-studio-v5 .bl5-footer__brand .bl6-footer__description {
    max-width: 520px;
    margin: 10px auto 0;
    font-size: 13px;
  }
  body.bidluna-studio-v5 .bl6-footer__social-block {
    margin-top: 22px;
  }
  body.bidluna-studio-v5 .bl5-footer__social.bl6-footer__social {
    justify-content: center;
    gap: 10px;
  }
  body.bidluna-studio-v5 .bl6-footer__social-link,
  body.bidluna-studio-v5 .bl5-footer__social .bl6-footer__social-link {
    width: 46px;
    min-width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 50%;
  }
  body.bidluna-studio-v5 .bl6-footer__social-icon,
  body.bidluna-studio-v5 .bl6-footer__social-icon svg,
  body.bidluna-studio-v5 .bl5-footer__social .bl6-footer__social-icon svg {
    width: 24px;
    height: 24px;
  }
  body.bidluna-studio-v5 .bl6-footer__social-name {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
  }
  body.bidluna-studio-v5 .bl6-footer-rating {
    max-width: 520px;
    margin: 22px auto 0;
    text-align: left;
  }
  body.bidluna-studio-v5 .bl6-footer__navigation,
  body.bidluna-studio-v5 .bl5-footer__grid.bl6-footer__navigation {
    display: block;
    margin-top: 24px;
  }
  body.bidluna-studio-v5 .bl6-footer__col {
    border-top: 1px solid var(--bl6-footer-border);
  }
  body.bidluna-studio-v5 .bl6-footer__col:last-child {
    border-bottom: 1px solid var(--bl6-footer-border);
  }
  body.bidluna-studio-v5 .bl6-footer__col .bl5-footer__accordion-button {
    min-height: 50px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 13px 2px;
    border: 0;
    background: transparent;
    color: var(--bl6-footer-text);
    font-size: 13px;
    font-weight: 850;
    text-align: left;
  }
  body.bidluna-studio-v5 .bl6-footer__col > h3 {
    display: none;
  }
  body.bidluna-studio-v5 .bl6-footer__col .bl5-footer__links {
    display: none;
    margin: 0;
    padding: 0 2px 14px;
  }
  body.bidluna-studio-v5 .bl6-footer__col.is-open .bl5-footer__links,
  body.bidluna-studio-v5 .bl6-footer.is-mobile-stacked .bl6-footer__col .bl5-footer__links {
    display: grid;
  }
  body.bidluna-studio-v5 .bl6-footer.is-mobile-stacked .bl6-footer__col .bl5-footer__accordion-button {
    pointer-events: none;
  }
  body.bidluna-studio-v5 .bl6-footer__col .bl5-footer__links > a {
    min-height: 38px;
    width: 100%;
    align-items: center;
    font-size: 12px;
  }
  body.bidluna-studio-v5 .bl6-footer__assurance {
    margin-top: 24px;
    padding: 16px;
    border-radius: 16px;
  }
  body.bidluna-studio-v5 .bl6-footer__payment-list,
  body.bidluna-studio-v5 .bl6-footer__trust-list {
    display: grid;
    grid-template-columns: 1fr;
  }
  body.bidluna-studio-v5 .bl6-footer__payment,
  body.bidluna-studio-v5 .bl6-footer__trust-item {
    width: 100%;
  }
  body.bidluna-studio-v5 .bl6-footer__bottom,
  body.bidluna-studio-v5 .bl5-footer__bottom.bl6-footer__bottom {
    display: grid;
    justify-items: center;
    gap: 12px;
    text-align: center;
  }
  body.bidluna-studio-v5 .bl6-footer__meta {
    justify-content: center;
  }
}

@media (max-width: 390px) {
  body.bidluna-studio-v5 .bl6-footer-rating {
    padding: 15px;
  }
  body.bidluna-studio-v5 .bl6-footer-rating__summary {
    gap: 7px;
  }
  body.bidluna-studio-v5 .bl6-footer-rating__stars {
    font-size: 18px;
    letter-spacing: 1px;
  }
  body.bidluna-studio-v5 .bl6-footer__payment {
    font-size: 10.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.bidluna-studio-v5 .bl6-footer__social-link {
    transition: none;
  }
}
