/* Whiz Location Pages — Footer design. */
.wzloc-footer {
  background: #071a30;
  color: #fff;
  padding: 34px 0px 16px;
  isolation: isolate;
}
.wzloc-footer-shell {
  max-width: 1320px;
  margin: 0 auto;
}
.wzloc-footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 12px;
  background: linear-gradient(145deg, #0a223c, #07182d);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
}
.wzloc-footer-column {
  min-width: 0;
  padding: 10px 20px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wzloc-footer-column:nth-child(5),
.wzloc-footer-column:nth-child(10) {
  border-right: 0;
}
.wzloc-footer-grid > .wzloc-footer-column:nth-child(n + 6) {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.wzloc-footer-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 690;
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 15px;
  color: #fff;
}
.wzloc-footer-heading a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 690;
}
.wzloc-footer-heading a:hover {
  color: #6ea7ff;
}
.wzloc-footer-heading-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: grid;
  place-items: center;
  background: linear-gradient(
    145deg,
    rgba(74, 118, 255, 0.2),
    rgba(255, 255, 255, 0.05)
  );
  border: 1px solid rgba(116, 156, 255, 0.22);
  border-radius: 10px;
  font-size: 14px;
  color: #6da0ff;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.16);
}
.wzloc-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wzloc-footer-links li {
  list-style: none;
  margin: 0;
}
.wzloc-footer-links a {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 4px 0;
  color: #c9d7e8;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.55;
  transition:
    transform 0.18s ease,
    color 0.18s ease;
}
.wzloc-footer-links a span {
  font-size: 14px;
  color: #4d83ff;
  line-height: 1;
}
.wzloc-footer-links a:hover {
  color: #fff;
  transform: translateX(3px);
}

/* Contact card: top row = logo/description + Follow Us. Bottom = exactly two columns. */
/* Footer contact card — compact, two-column contact body. */
.wzloc-footer-contact-card {
  grid-column: span 2;
  background: linear-gradient(145deg, #123f6d 0%, #0a2c50 100%);
  color: #fff;
  border-radius: 20px;
  padding: 22px 24px;
  align-self: start;
  min-height: 0;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  position: relative;
  margin: 24px 0 0;
  box-sizing: border-box;
}
.wzloc-footer-contact-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(89, 155, 220, 0.2), transparent 34%),
    linear-gradient(125deg, transparent 55%, rgba(255, 255, 255, 0.025));
  pointer-events: none;
}
.wzloc-footer-contact-card > * {
  position: relative;
  z-index: 1;
}
.wzloc-contact-card-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
}
.wzloc-contact-brand {
  display: grid;
  grid-template-columns: 115px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  min-width: 0;
}
.wzloc-contact-brand img {
  width: 115px;
  height: 76px;
  object-fit: contain;
  background: #000;
  border-radius: 12px;
  padding: 8px;
  box-sizing: border-box;
}
.wzloc-contact-brand .wzloc-footer-brand-mark {
  width: 115px;
  height: 76px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #174a78;
  border-radius: 12px;
  font-weight: 900;
  font-size: 30px;
}
.wzloc-contact-brand-copy {
  min-width: 0;
}
.wzloc-contact-brand strong {
  display: none;
}
.wzloc-contact-brand p {
  margin: 0;
  color: #f1f7fd;
  font-size: 13px;
  line-height: 1.6;
  max-width: 430px;
}
.wzloc-footer-socials {
  min-width: 180px;
  text-align: right;
  align-self: center;
  padding-top: 0;
}
.wzloc-social-label {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  font-weight: 690;
  margin: 0 0 10px;
}
.wzloc-social-list {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
.wzloc-social-list a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    background 0.2s ease;
}
.wzloc-social-list a:hover {
  transform: translateY(-3px);
  filter: brightness(1.15);
  background: rgba(255, 255, 255, 0.2);
}
.wzloc-social-icon {
  display: grid;
  place-items: center;
  line-height: 1;
}
.wzloc-social-icon svg {
  width: 19px;
  height: 19px;
  display: block;
}
.wzloc-social-icon-facebook,
.wzloc-social-icon-instagram,
.wzloc-social-icon-linkedin,
.wzloc-social-icon-youtube,
.wzloc-social-icon-whatsapp {
  color: #fff;
}
.wzloc-contact-card-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
  margin: 18px 0 20px;
}
.wzloc-contact-card-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 23px;
  align-items: stretch;
}
.wzloc-contact-primary {
  min-width: 0;
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.wzloc-contact-secondary {
  min-width: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.wzloc-contact-block {
  min-width: 0;
}
.wzloc-contact-block-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 690;
  margin-bottom: 8px;
}
.wzloc-contact-block-title svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
}
.wzloc-contact-list {
  display: grid;
  gap: 5px;
}
.wzloc-contact-list a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.55;
  white-space: normal;
  overflow-wrap: anywhere;
}
.wzloc-contact-list a:hover {
  text-decoration: underline;
}
.wzloc-contact-address-text {
  display: block;
  color: #eef7ff;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}
.wzloc-footer-quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 182px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 690;
  white-space: nowrap;
  box-sizing: border-box;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}
.wzloc-footer-quote-btn:hover {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
  transform: translateY(-2px);
}
.wzloc-footer-quote-btn span {
  font-size: 17px;
}

@media (max-width: 1050px) {
  .wzloc-header-container {
    padding: 0 18px;
  }
  .wzloc-nav-link {
    padding: 12px 10px;
    font-size: 14px;
  }
  .wzloc-footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .wzloc-footer-contact-card {
    grid-column: span 2;
  }
  .wzloc-footer-bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .wzloc-header-container {
    min-height: 66px;
    padding: 0 16px;
    justify-content: flex-end;
  }
  .wzloc-mobile-brand {
    display: none;
  }
  .wzloc-menu-toggle {
    display: flex;
    width: 44px;
    height: 42px;
    border: 1px solid #e1e7ef;
    background: #fff;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }
  .wzloc-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #2b3950;
    border-radius: 3px;
    transition: 0.2s;
  }
  .wzloc-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .wzloc-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  .wzloc-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .wzloc-nav {
    display: none;
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% + 8px);
    background: #fff;
    border: 1px solid #e4e9f0;
    border-radius: 18px;
    box-shadow: 0 24px 50px rgba(18, 36, 58, 0.16);
    padding: 9px;
  }
  .wzloc-nav.is-open {
    display: block;
  }
  .wzloc-nav-list {
    display: block;
  }
  .wzloc-nav-item {
    border-bottom: 1px solid #edf0f5;
  }
  .wzloc-nav-item:last-child {
    border-bottom: 0;
  }
  .wzloc-nav-link {
    justify-content: space-between;
    padding: 14px 12px;
  }
  .wzloc-nav-dropdown {
    position: static;
    width: auto;
    transform: none !important;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding: 0 6px 7px;
  }
  .wzloc-nav-item.is-open > .wzloc-nav-dropdown {
    display: block;
  }
  .wzloc-nav-dropdown:before {
    display: none;
  }
  .wzloc-nav-dropdown-inner {
    box-shadow: none;
    border: 0;
    background: #f7f8fc;
    padding: 5px;
    border-radius: 12px;
  }
  .wzloc-nav-dropdown-link {
    padding: 11px;
  }
  .wzloc-footer {
    padding: 26px 14px 13px;
  }
  .wzloc-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
    padding: 14px;
  }
  .wzloc-footer-column {
    padding: 10px 8px 20px;
    border-right: 0;
  }
  .wzloc-footer-grid > .wzloc-footer-column:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20px;
  }
  .wzloc-footer-contact-card {
    grid-column: 1/-1;
    margin: 18px 0 0;
    padding: 18px;
  }
  .wzloc-contact-card-top {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .wzloc-footer-socials {
    text-align: left;
    min-width: 0;
  }
  .wzloc-social-list {
    justify-content: flex-start;
  }
  .wzloc-contact-card-body {
    grid-template-columns: 1fr;
    row-gap: 22px;
  }
  .wzloc-contact-primary {
    padding-right: 0;
    border-right: 0;
    gap: 18px;
  }
  .wzloc-contact-secondary {
    padding-left: 0;
    gap: 18px;
  }
  .wzloc-footer-quote-btn {
    width: 100%;
    align-self: stretch;
  }
  .wzloc-footer-bottom {
    display: block;
    text-align: center;
    line-height: 1.7;
    padding: 14px 12px;
  }
  .wzloc-footer-legal {
    justify-content: center;
    margin: 7px 0;
  }
}
@media (max-width: 430px) {
  .wzloc-footer-grid {
    grid-template-columns: 1fr;
  }
  .wzloc-footer-grid > .wzloc-footer-column {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 18px;
  }
  .wzloc-footer-grid > .wzloc-footer-column:first-child {
    border-top: 0;
  }
  .wzloc-contact-brand {
    grid-template-columns: 78px 1fr;
  }
  .wzloc-contact-brand img,
  .wzloc-contact-brand .wzloc-footer-brand-mark {
    width: 78px;
    height: 56px;
  }
  .wzloc-contact-brand strong {
    font-size: 14px;
  }
}

/* ================================================================
   FINAL CONTACT CARD — exact two-column reference layout
   ================================================================ */
.wzloc-footer-contact-card {
  background: linear-gradient(
    135deg,
    #0b2f55 0%,
    #0a3765 52%,
    #123f6d 100%
  ) !important;
  border: 1px solid rgba(115, 173, 235, 0.16);
  border-radius: 20px;
  padding: 24px 26px !important;
  box-sizing: border-box;
}
.wzloc-contact-card-top {
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto) !important;
  align-items: center;
  gap: 28px !important;
  min-height: 86px;
}
.wzloc-contact-brand {
  grid-template-columns: 115px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: center;
}
.wzloc-contact-brand img,
.wzloc-contact-brand .wzloc-footer-brand-mark {
  width: 115px !important;
  height: 76px !important;
  border-radius: 12px;
}
.wzloc-contact-brand img {
  padding: 8px;
  object-fit: contain;
  background: #000;
}
.wzloc-contact-brand-copy p {
  font-size: 13px !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  color: #f4f8fc !important;
  max-width: 440px;
}
.wzloc-footer-socials {
  min-width: 205px !important;
  text-align: right !important;
}
.wzloc-social-label {
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 690 !important;
  margin-bottom: 12px !important;
}
.wzloc-social-list {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
}
.wzloc-social-list a,
.wzloc-social-placeholder {
  width: 22px !important;
  height: 22px !important;
  min-width: 22px;
  border-radius: 50%;
  display: grid !important;
  place-items: center;
  text-decoration: none;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}
.wzloc-social-list a:hover,
.wzloc-social-placeholder:hover {
  transform: translateY(-3px);
  filter: brightness(1.08);
}
.wzloc-social-list a:nth-child(1),
.wzloc-social-placeholder:nth-child(1) {
  background: #1877f2 !important;
}
.wzloc-social-list a:nth-child(2),
.wzloc-social-placeholder:nth-child(2) {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045) !important;
}
.wzloc-social-list a:nth-child(3),
.wzloc-social-placeholder:nth-child(3) {
  background: #0a66c2 !important;
}
.wzloc-social-list a:nth-child(4),
.wzloc-social-placeholder:nth-child(4) {
  background: #ff0000 !important;
}
.wzloc-social-list a:nth-child(5),
.wzloc-social-placeholder:nth-child(5) {
  background: #25d366 !important;
}
.wzloc-social-icon svg {
  width: 20px !important;
  height: 20px !important;
}
.wzloc-contact-card-divider {
  height: 1px !important;
  margin: 20px 0 22px !important;
  background: rgba(255, 255, 255, 0.2) !important;
}
.wzloc-contact-card-body {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  column-gap: 32px !important;
  align-items: stretch;
}
.wzloc-contact-primary {
  min-width: 0;
  padding-right: 32px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  padding: 10px 5px 0px;
}
.wzloc-contact-secondary {
  min-width: 0;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 22px !important;
}
.wzloc-contact-block-title {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  margin: 0 0 9px !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 690 !important;
}
.wzloc-contact-block-title svg {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px;
}
.wzloc-contact-list {
  display: grid !important;
  gap: 6px !important;
}
.wzloc-contact-list a,
.wzloc-contact-address-text {
  color: #f5f9fd !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.wzloc-contact-list a:hover {
  text-decoration: underline;
  color: #fff !important;
}
.wzloc-contact-address-text {
  line-height: 1.7 !important;
  max-width: 100%;
}
.wzloc-footer-quote-btn {
  min-width: 190px !important;
  min-height: 50px !important;
  padding: 0 20px !important;
  border: 1px solid rgba(111, 174, 245, 0.6) !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #0d57c7, #1268ef) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 690 !important;
  box-shadow: 0 10px 24px rgba(0, 62, 160, 0.22);
}
.wzloc-footer-quote-btn:hover {
  background: linear-gradient(135deg, #1268ef, #2477ff) !important;
  border-color: #64a3ff !important;
  color: #fff !important;
}
.wzloc-footer-quote-btn span {
  font-size: 18px !important;
}

@media (max-width: 760px) {
  .wzloc-contact-card-top {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .wzloc-footer-socials {
    text-align: left !important;
    min-width: 0 !important;
  }
  .wzloc-social-list {
    justify-content: flex-start !important;
  }
  .wzloc-contact-card-body {
    grid-template-columns: 1fr !important;
    row-gap: 24px !important;
  }
  .wzloc-contact-primary {
    padding-right: 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
    padding-bottom: 22px !important;
  }
  .wzloc-contact-secondary {
    padding-top: 0 !important;
  }
}
@media (max-width: 430px) {
  .wzloc-footer-contact-card {
    padding: 18px !important;
  }
  .wzloc-contact-brand {
    grid-template-columns: 78px minmax(0, 1fr) !important;
    gap: 12px !important;
  }
  .wzloc-contact-brand img,
  .wzloc-contact-brand .wzloc-footer-brand-mark {
    width: 78px !important;
    height: 56px !important;
  }
  .wzloc-contact-brand-copy p {
    font-size: 12px !important;
  }
  .wzloc-social-list {
    gap: 8px !important;
  }
  .wzloc-social-list a,
  .wzloc-social-placeholder {
    width: 35px !important;
    height: 35px !important;
    min-width: 35px;
  }
}

/* Social media editor: platform + URL only, no confusing label field. */
.slp-social-row .slp-social-platform {
  font-weight: 600;
  cursor: pointer;
}
.slp-social-row input[type="url"],
.slp-social-row input[inputmode="url"] {
  min-width: 0;
}

/* Social icons are platform-based, not position-based, so reordering never breaks colors. */
.wzloc-social-list a,
.wzloc-social-placeholder {
  overflow: hidden;
}
.wzloc-social-icon {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: #fff !important;
}
.wzloc-social-icon svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  overflow: visible;
}
.wzloc-social-icon svg * {
  vector-effect: non-scaling-stroke;
}
.wzloc-social-icon-facebook svg {
  fill: #fff;
}
.wzloc-social-icon-instagram svg {
  fill: none;
}
.wzloc-social-icon-linkedin svg {
  fill: #fff;
}
.wzloc-social-icon-youtube svg {
  fill: #fff;
}
.wzloc-social-icon-whatsapp svg {
  fill: #fff;
}
.wzloc-social-list a.wzloc-social-facebook {
  background: #1877f2 !important;
}
.wzloc-social-list a.wzloc-social-instagram {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045) !important;
}
.wzloc-social-list a.wzloc-social-linkedin {
  background: #0a66c2 !important;
}
.wzloc-social-list a.wzloc-social-youtube {
  background: #ff0000 !important;
}
.wzloc-social-list a.wzloc-social-whatsapp {
  background: #25d366 !important;
}

/* ================================================================
   v5.2.13 — FINAL FOOTER ALIGNMENT
   Desktop: 5 navigation columns + contact card spanning columns 4–5.
   Contact card itself uses exactly two lower columns.
   ================================================================ */
@media (min-width: 1051px) {
  .wzloc-footer-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    align-items: start;
  }

  .wzloc-footer-contact-card {
    grid-column: 4 / 6 !important;
    grid-row: 3 !important;
    width: 100% !important;
    margin: 0 !important;
    min-width: 0 !important;
    align-self: start !important;
  }

  .wzloc-contact-card-top {
    grid-template-columns: minmax(0, 1fr) 140px !important;
    gap: 22px !important;
    align-items: center !important;
  }

  .wzloc-contact-brand {
    grid-template-columns: 110px minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  .wzloc-contact-brand img,
  .wzloc-contact-brand .wzloc-footer-brand-mark {
    width: 110px !important;
    height: 74px !important;
  }

  .wzloc-contact-brand-copy p {
    max-width: none !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .wzloc-footer-socials {
    min-width: 0 !important;
    width: 210px !important;
  }

  .wzloc-social-list {
    gap: 8px !important;
    justify-content: flex-end !important;
  }

  .wzloc-social-list a,
  .wzloc-social-placeholder {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
  }

  .wzloc-contact-card-body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 28px !important;
  }

  .wzloc-contact-primary {
    padding-right: 28px !important;
    gap: 22px !important;
  }

  .wzloc-contact-secondary {
    padding-left: 0 !important;
    gap: 20px !important;
  }

  .wzloc-contact-block-title {
    font-size: 14px !important;
    font-weight: 690 !important;
  }

  .wzloc-contact-list a,
  .wzloc-contact-address-text {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
  
  .wzloc-footer-legal a{
      color: #fff;
  }

  .wzloc-footer-bottom {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    flex-wrap: nowrap !important;
    padding: 14px 21px 13px !important;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 9px;
    padding: 22px;
    background: linear-gradient(145deg,#0a223c,#07182d);
    box-shadow: 0 22px 55px rgba(0,0,0,.22);
    margin-top: 14px 0px;
  }

  .wzloc-footer-legal {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 761px) and (max-width: 1050px) {
  .wzloc-footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .wzloc-footer-contact-card {
    grid-column: 3 / 5 !important;
    grid-row: auto !important;
    margin: 0 !important;
  }

  .wzloc-contact-card-top {
    grid-template-columns: minmax(0, 1fr) 180px !important;
    gap: 18px !important;
  }

  .wzloc-contact-brand {
    grid-template-columns: 95px minmax(0, 1fr) !important;
  }

  .wzloc-contact-brand img,
  .wzloc-contact-brand .wzloc-footer-brand-mark {
    width: 95px !important;
    height: 68px !important;
  }

  .wzloc-footer-socials {
    width: 180px !important;
    min-width: 0 !important;
  }

  .wzloc-social-list {
    justify-content: flex-end !important;
    gap: 6px !important;
  }
}

@media (max-width: 760px) {
  .wzloc-footer-contact-card {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    width: 100% !important;
    margin: 18px 0 0 !important;
  }

  .wzloc-footer-bottom {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
  }

  .wzloc-footer-legal {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 7px !important;
  }
}

/* ================================================================
   v5.2.14 — Reference Contact Card Layout
   ================================================================ */
@media (min-width: 1051px) {
  .wzloc-footer-contact-card {
    grid-column: 4 / 6 !important;
    grid-row: 3 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 18px 18px !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .wzloc-contact-card-top {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 190px !important;
    gap: 24px !important;
    align-items: start !important;
    min-height: 88px !important;
  }

  .wzloc-contact-brand {
    display: grid !important;
    grid-template-columns: 110px minmax(0, 1fr) !important;
    gap: 16px !important;
    align-items: center !important;
    min-width: 0 !important;
  }

  .wzloc-contact-brand img,
  .wzloc-contact-brand .wzloc-footer-brand-mark {
    width: 110px !important;
    height: 74px !important;
    min-width: 110px !important;
    border-radius: 12px !important;
  }

  .wzloc-contact-brand-copy {
    min-width: 0 !important;
    width: auto !important;
  }

  .wzloc-contact-brand-copy p {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #f4f8fc !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .wzloc-footer-socials {
    width: 190px !important;
    min-width: 190px !important;
    text-align: right !important;
    align-self: start !important;
  }

  .wzloc-social-label {
    display: block !important;
    margin: 2px 0 12px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    font-weight: 690 !important;
    color: #fff !important;
  }

  .wzloc-social-list {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 9px !important;
    flex-wrap: nowrap !important;
  }

  .wzloc-social-list a,
  .wzloc-social-placeholder {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .wzloc-social-icon,
  .wzloc-social-icon svg {
    width: 20px !important;
    height: 20px !important;
  }

  .wzloc-social-list a.wzloc-social-facebook {
    background: #1877f2 !important;
  }
  .wzloc-social-list a.wzloc-social-instagram {
    background: linear-gradient(
      135deg,
      #833ab4 0%,
      #fd1d1d 52%,
      #fcb045 100%
    ) !important;
  }
  .wzloc-social-list a.wzloc-social-linkedin {
    background: #0a66c2 !important;
  }
  .wzloc-social-list a.wzloc-social-youtube {
    background: #ff0000 !important;
  }
  .wzloc-social-list a.wzloc-social-whatsapp {
    background: #25d366 !important;
  }

  .wzloc-contact-card-divider {
    margin: 20px 0 22px !important;
    height: 1px !important;
    background: rgba(255, 255, 255, 0.2) !important;
  }

  .wzloc-contact-card-body {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 28px !important;
    align-items: stretch !important;
  }

  .wzloc-contact-primary {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    min-width: 0 !important;
    padding-right: 28px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
  }

  .wzloc-contact-secondary {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 22px !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .wzloc-contact-block-title {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    margin: 0 0 9px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 690 !important;
    color: #fff !important;
  }

  .wzloc-contact-block-title svg {
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
  }

  .wzloc-contact-list {
    display: grid !important;
    gap: 6px !important;
    min-width: 0 !important;
  }

  .wzloc-contact-list a,
  .wzloc-contact-address-text {
    display: block !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    color: #f5f9fd !important;
    text-decoration: none !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  .wzloc-contact-address-text {
    line-height: 1.7 !important;
  }

  .wzloc-footer-quote-btn {
    width: auto !important;
    min-width: 190px !important;
    min-height: 50px !important;
    padding: 0 20px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #0d57c7, #1268ef) !important;
    border: 1px solid rgba(111, 174, 245, 0.6) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 690 !important;
    white-space: nowrap !important;
    box-shadow: 0 10px 24px rgba(0, 62, 160, 0.22) !important;
  }
}

/* Admin: fixed, predictable social platform fields. */
.slp-social-fixed-grid {
  display: grid;
  gap: 10px;
}
.slp-social-fixed-row {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.slp-social-fixed-platform {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 6px 10px;
  border: 1px solid #d8e0e8;
  border-radius: 9px;
  background: #f8fafc;
  box-sizing: border-box;
}
.slp-social-fixed-platform strong {
  font-size: 13px;
  color: #1f2937;
}
.slp-social-fixed-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: #1877f2;
  font-size: 11px;
  font-weight: 800;
}
.slp-social-fixed-platform.slp-social-instagram .slp-social-fixed-icon {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}
.slp-social-fixed-platform.slp-social-linkedin .slp-social-fixed-icon {
  background: #0a66c2;
}
.slp-social-fixed-platform.slp-social-youtube .slp-social-fixed-icon {
  background: #ff0000;
}
.slp-social-fixed-platform.slp-social-whatsapp .slp-social-fixed-icon {
  background: #25d366;
}
.slp-social-fixed-row input {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 760px) {
  .slp-social-fixed-row {
    grid-template-columns: 1fr;
  }
}

/* ================================================================
   v5.2.15 — Exact reference footer contact layout
   ================================================================ */
@media (min-width: 1051px) {
  .wzloc-footer-grid {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, 1fr)
      minmax(0, 1fr)
      minmax(0, 1.35fr)
      minmax(0, 1.35fr) !important;
    align-items: start !important;
  }

  .wzloc-footer-contact-card {
    grid-column: 4 / 6 !important;
    grid-row: 3 !important;
    width: 100% !important;
    margin: 0 !important;
    min-width: 0 !important;
    align-self: start !important;
    padding: 24px 28px !important;
  }

  .wzloc-contact-card-top {
    grid-template-columns: minmax(0, 1fr) 144px !important;
    gap: 24px !important;
    align-items: start !important;
    min-height: 88px !important;
  }

  .wzloc-contact-brand {
    grid-template-columns: 112px minmax(0, 1fr) !important;
    gap: 18px !important;
    align-items: center !important;
    min-width: 0 !important;
  }

  .wzloc-contact-brand img,
  .wzloc-contact-brand .wzloc-footer-brand-mark {
    width: 112px !important;
    height: 76px !important;
  }

  .wzloc-contact-brand-copy {
    min-width: 260px !important;
  }

  .wzloc-contact-brand-copy p {
    max-width: 100% !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
  }

  .wzloc-footer-socials {
    width: 138px !important;
    min-width: 138px !important;
    text-align: right !important;
    align-self: start !important;
    padding-top: 0 !important;
  }

  .wzloc-social-label {
    font-size: 14px !important;
    font-weight: 690 !important;
    margin: 0 0 12px !important;
  }

  .wzloc-social-list {
    justify-content: flex-end !important;
    gap: 9px !important;
    flex-wrap: nowrap !important;
  }

  .wzloc-social-list a,
  .wzloc-social-placeholder {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    border: 0 !important;
    color: #fff !important;
    box-shadow: 0 7px 18px rgba(0, 0, 0, 0.18) !important;
  }

  .wzloc-social-placeholder {
    opacity: 0.42;
    cursor: default;
  }

  .wzloc-social-list a.wzloc-social-facebook,
  .wzloc-social-placeholder.wzloc-social-facebook {
    background: #1877f2 !important;
  }
  .wzloc-social-list a.wzloc-social-instagram,
  .wzloc-social-placeholder.wzloc-social-instagram {
    background: linear-gradient(
      135deg,
      #833ab4 0%,
      #fd1d1d 55%,
      #fcb045 100%
    ) !important;
  }
  .wzloc-social-list a.wzloc-social-linkedin,
  .wzloc-social-placeholder.wzloc-social-linkedin {
    background: #0a66c2 !important;
  }
  .wzloc-social-list a.wzloc-social-youtube,
  .wzloc-social-placeholder.wzloc-social-youtube {
    background: #ff0000 !important;
  }
  .wzloc-social-list a.wzloc-social-whatsapp,
  .wzloc-social-placeholder.wzloc-social-whatsapp {
    background: #25d366 !important;
  }

  .wzloc-social-icon,
  .wzloc-social-icon svg {
    width: 15px !important;
    height: 15px !important;
    display: grid !important;
    place-items: center !important;
  }

  .wzloc-contact-card-divider {
    margin: 10px 0 0px !important;
    background: rgba(255, 255, 255, 0.22) !important;
  }

  .wzloc-contact-card-body {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 32px !important;
    align-items: stretch !important;
  }

  .wzloc-contact-primary {
    min-width: 0 !important;
    padding-right: 32px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.18) !important;
    gap: 0 !important;
  }

  .wzloc-contact-primary .wzloc-contact-block {
    min-width: 0 !important;
  }

  .wzloc-contact-primary .wzloc-contact-block + .wzloc-contact-block {
    margin-top: 16px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
  }

  .wzloc-contact-secondary {
    min-width: 0 !important;
    padding: 10px 0px !important;
    gap: 22px !important;
    align-items: flex-start !important;
  }

  .wzloc-contact-block-title {
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 690 !important;
    margin-bottom: 10px !important;
  }

  .wzloc-contact-list {
    gap: 7px !important;
  }

  .wzloc-contact-list a,
  .wzloc-contact-address-text {
    font-size: 13px !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
  }

  .wzloc-contact-address-text {
    max-width: 100% !important;
  }

  .wzloc-footer-quote-btn {
    min-width: 190px !important;
    min-height: 50px !important;
    padding: 0 20px !important;
    font-size: 14px !important;
    font-weight: 690 !important;
  }
}

@media (max-width: 1050px) and (min-width: 761px) {
  .wzloc-footer-contact-card {
    grid-column: 3 / 5 !important;
    margin: 0 !important;
  }
}

@media (max-width: 760px) {
  .wzloc-contact-card-top {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .wzloc-footer-socials {
    width: 100% !important;
    min-width: 0 !important;
    text-align: left !important;
  }
  .wzloc-social-list {
    justify-content: flex-start !important;
  }
  .wzloc-contact-card-body {
    grid-template-columns: 1fr !important;
  }
  .wzloc-contact-primary {
    padding-right: 0 !important;
    border-right: 0 !important;
  }
  .wzloc-contact-primary .wzloc-contact-block + .wzloc-contact-block {
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
  }
}
