
.tc-footer--v536{
  position:relative;
  overflow:hidden;
  margin-top:48px;
  color:#fff;
  background:
    radial-gradient(circle at 8% 110%,rgba(255,255,255,.06) 0 12%,transparent 12.5%),
    radial-gradient(circle at 94% -8%,rgba(218,181,104,.14),transparent 28%),
    linear-gradient(145deg,#394536 0%,#55624F 52%,#71816f 100%);
}
.tc-footer--v536:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(120deg,transparent 0 58%,rgba(255,255,255,.025) 58.2% 58.6%,transparent 58.8%),
    radial-gradient(circle at 18% 96%,transparent 0 13%,rgba(255,255,255,.025) 13.2% 13.5%,transparent 13.7%);
}

.tc-footer--v536 .tc-footer__shell{
  position:relative;
  z-index:2;
  width:min(1460px,calc(100% - 48px));
  max-width:1460px;
  margin:0 auto;
  padding:44px 0 0;
}

.tc-footer--v536 .tc-footer__top{
  display:grid;
  grid-template-columns:minmax(320px,1.1fr) minmax(340px,.9fr) minmax(260px,.72fr);
  gap:40px;
  align-items:start;
}

.tc-footer--v536 .tc-footer__brand{
  max-width:430px;
}
.tc-footer--v536 .tc-footer__logo{
  display:inline-flex;
}
.tc-footer--v536 .tc-footer__logo img{
  width:auto;
  height:78px;
  max-width:190px;
  object-fit:contain;
}
.tc-footer--v536 .tc-footer__brand-copy{
  max-width:400px;
  margin:15px 0 0;
  color:rgba(255,255,255,.78);
  font-size:13px;
  line-height:2;
}
.tc-footer--v536 .tc-footer__trustline{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.tc-footer--v536 .tc-footer__trustline span{
  min-height:34px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0 11px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:rgba(255,255,255,.9);
  font-size:10px;
  font-weight:800;
  backdrop-filter:blur(8px);
}
.tc-footer--v536 .tc-footer__trustline svg{width:15px;height:15px}

.tc-footer--v536 .tc-footer__social{
  display:flex;
  gap:8px;
  margin-top:16px;
}
.tc-footer--v536 .tc-footer__social a{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  background:rgba(255,255,255,.07);
  color:#fff;
}
.tc-footer--v536 .tc-footer__social svg{width:18px;height:18px}

.tc-footer--v536 .tc-footer__menus{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
}
.tc-footer--v536 .tc-footer__nav h3,
.tc-footer--v536 .tc-footer__contact h3{
  margin:0 0 15px;
  color:#fff;
  font-size:15px;
  font-weight:900;
}
.tc-footer--v536 .tc-footer__nav h3:after,
.tc-footer--v536 .tc-footer__contact h3:after{
  content:"";
  display:block;
  width:26px;
  height:2px;
  margin-top:8px;
  border-radius:999px;
  background:#E7D2AA;
}
.tc-footer--v536 .tc-footer-menu{
  margin:0;
  padding:0;
  list-style:none;
}
.tc-footer--v536 .tc-footer-menu a{
  min-height:34px;
  display:flex;
  align-items:center;
  gap:8px;
  color:rgba(255,255,255,.73);
  font-size:12px;
  line-height:1.5;
}
.tc-footer--v536 .tc-footer-menu a:before{
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;
  background:#E7D2AA;
  opacity:.8;
}

.tc-footer--v536 .tc-footer__contact-card{
  padding:12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(10px);
}
.tc-footer--v536 .tc-footer__contact-card>a,
.tc-footer--v536 .tc-footer__contact-row{
  min-height:58px;
  display:grid;
  grid-template-columns:40px minmax(0,1fr);
  gap:10px;
  align-items:center;
  padding:7px 5px;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#fff;
}
.tc-footer--v536 .tc-footer__contact-card>*:last-child{border-bottom:0}
.tc-footer--v536 .tc-footer__contact-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:rgba(255,255,255,.08);
  color:#E7D2AA;
}
.tc-footer--v536 .tc-footer__contact-icon svg{width:17px;height:17px}
.tc-footer--v536 .tc-footer__contact-card small{
  display:block;
  color:rgba(255,255,255,.5);
  font-size:9px;
}
.tc-footer--v536 .tc-footer__contact-card strong{
  display:block;
  margin-top:2px;
  color:#fff;
  font-size:11px;
}

.tc-footer--v536 .tc-footer__cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:34px;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(255,255,255,.07);
  backdrop-filter:blur(10px);
}
.tc-footer--v536 .tc-footer__cta-kicker{
  display:block;
  color:#E7D2AA;
  font-size:8px;
  font-weight:900;
  letter-spacing:.13em;
}
.tc-footer--v536 .tc-footer__cta strong{
  display:block;
  margin-top:4px;
  font-size:15px;
}
.tc-footer--v536 .tc-footer__cta>a{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 14px;
  border-radius:11px;
  background:#E7D2AA;
  color:#394536;
  font-size:11px;
  font-weight:900;
}
.tc-footer--v536 .tc-footer__cta svg{width:14px;height:14px}

.tc-footer--v536 .tc-footer__bottom{
  min-height:68px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:24px;
  border-top:1px solid rgba(255,255,255,.11);
  color:rgba(255,255,255,.55);
  font-size:10px;
}
.tc-footer--v536 .tc-footer__bottom-badges{
  display:flex;
  gap:8px;
}
.tc-footer--v536 .tc-footer__bottom-badges span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.12);
  border-radius:50%;
  background:rgba(255,255,255,.05);
}
.tc-footer--v536 .tc-footer__bottom-badges svg{width:15px;height:15px}

@media(max-width:1024px){
  .tc-footer--v536 .tc-footer__top{
    grid-template-columns:1fr 1fr;
  }
  .tc-footer--v536 .tc-footer__brand{
    grid-column:1/-1;
    max-width:none;
  }
}

@media(max-width:767px){
  .tc-footer--v536{
    margin-top:30px;
  }
  .tc-footer--v536 .tc-footer__shell{
    width:calc(100% - 24px);
    padding-top:28px;
  }
  .tc-footer--v536 .tc-footer__top{
    grid-template-columns:1fr;
    gap:25px;
  }
  .tc-footer--v536 .tc-footer__brand{
    text-align:center;
  }
  .tc-footer--v536 .tc-footer__logo{
    justify-content:center;
  }
  .tc-footer--v536 .tc-footer__logo img{
    height:72px;
  }
  .tc-footer--v536 .tc-footer__brand-copy{
    margin:10px auto 0;
    max-width:330px;
    font-size:12px;
  }
  .tc-footer--v536 .tc-footer__trustline{
    justify-content:center;
  }
  .tc-footer--v536 .tc-footer__social{
    justify-content:center;
  }
  .tc-footer--v536 .tc-footer__menus{
    grid-template-columns:1fr 1fr;
    gap:18px;
  }
  .tc-footer--v536 .tc-footer__nav h3,
  .tc-footer--v536 .tc-footer__contact h3{
    font-size:13px;
  }
  .tc-footer--v536 .tc-footer-menu a{
    font-size:11px;
    min-height:31px;
  }
  .tc-footer--v536 .tc-footer__contact{
    grid-column:1/-1;
  }
  .tc-footer--v536 .tc-footer__cta{
    flex-direction:column;
    align-items:stretch;
    text-align:center;
  }
  .tc-footer--v536 .tc-footer__cta>a{
    justify-content:center;
  }
  .tc-footer--v536 .tc-footer__bottom{
    min-height:92px;
    flex-direction:column;
    justify-content:center;
    text-align:center;
    gap:8px;
  }
}
