/* ==========================================================================
   Footer
   ========================================================================== */

footer.site-footer {
  --footer-bg: #0c1018;
  --footer-text: #c2c9d6;
  --footer-yellow: #f6a623;
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 64px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr .85fr 1.3fr;
  gap: 36px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-col h4 {
  margin-bottom: 18px;
  color: var(--footer-yellow);
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 800;
}

.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col li {
  margin-bottom: 11px;
  font-size: .9rem;
}

.footer-col li a {
  color: var(--footer-text);
}

.footer-col li a:hover {
  color: #fff;
}

/* ------------------------------ Brand column ----------------------------- */

.footer-brand img {
  width: 290px;
  max-width: 100%;
  margin-bottom: 18px;
}

.footer-brand__text {
  margin: 0 0 18px;
  max-width: 280px;
  font-size: .9rem;
  line-height: 1.65;
}

.footer-gbadge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 7px 14px 8px;
  border-radius: 8px;
  background: #fff;
}

.footer-gbadge__row {
  display: flex;
  align-items: center;
  gap: 7px;
}

.footer-gbadge__logo {
  font-family: var(--font);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -.5px;
  line-height: 1;
}

.footer-gbadge__stars {
  color: #f5a623;
  font-size: .7rem;
  letter-spacing: 2px;
  line-height: 1;
}

.footer-gbadge__text {
  font-size: .66rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.2;
}

/* ----------------------------- Contact column ---------------------------- */

.footer-contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.footer-contact svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 2px;
  color: var(--footer-text);
}

.footer-contact a {
  color: var(--footer-text);
}

/* --------------------------------- Social -------------------------------- */

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.footer-social__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
}

.footer-social__btn svg {
  width: 16px;
  height: 16px;
}

.footer-social__btn--ig {
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.footer-social__btn--fb { background: #1877f2; }
.footer-social__btn--yt { background: #f00; }
.footer-social__btn--li { background: #0a66c2; }

.footer-social__btn:hover {
  transform: scale(1.08);
}

/* --------------------------- Accreditation logos -------------------------- */

.footer-orgs {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
}

.footer-org {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.footer-org--nsw {
  flex-direction: column;
  gap: 2px;
}

.footer-org--nsw b {
  padding: 3px 8px;
  border-radius: 3px;
  background: #d7153a;
  color: #fff;
  font-family: var(--display);
  font-weight: 900;
  font-size: .82rem;
  line-height: 1.1;
}

.footer-org--nsw i,
.footer-org--mp i {
  font-style: normal;
  font-size: .5rem;
  font-weight: 700;
  letter-spacing: .6px;
  color: var(--footer-text);
  line-height: 1.25;
}

.footer-org--mp svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
}

/* ------------------------------- Bottom row ------------------------------- */

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 22px 0;
  font-size: .82rem;
}

.footer-bottom a {
  color: var(--footer-text);
}

.footer-bottom a:hover {
  color: #fff;
}

.footer-bottom__legal .dot {
  margin: 0 6px;
}

.footer-pay {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-pay__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 26px;
  padding: 0 7px;
  border-radius: 4px;
  background: #fff;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .3px;
}

.footer-pay__badge--visa { color: #1a1f71; font-style: italic; }
.footer-pay__badge--amex { color: #2557d6; }

.footer-pay__badge--apple {
  background: transparent;
  color: #fff;
  font-size: .82rem;
  font-weight: 600;
  min-width: 0;
  padding: 0 0 0 2px;
}

.footer-pay__badge--mc {
  gap: 0;
}

.footer-pay__badge--mc i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.footer-pay__badge--mc i:first-child {
  background: #eb001b;
}

.footer-pay__badge--mc i:last-child {
  background: #f79e1b;
  margin-left: -5px;
  mix-blend-mode: multiply;
}

/* ------------------------------- Disclaimer ------------------------------- */

.footer-disclaimer {
  --footer-text: #c2c9d6;
  background: #0c1018;
  padding: 26px 0 34px;
}

.footer-disclaimer p {
  margin: 0;
  font-size: .78rem;
  line-height: 1.75;
  color: var(--footer-text);
}

/* ------------------------------- Responsive ------------------------------- */

@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
