/* Native FastCarton footer. */
.fc-site-footer{position:relative;overflow:hidden;color:var(--fc-color-white);background:linear-gradient(180deg,var(--fc-color-night) 0%,#060a07 16%,#040705 100%);font-family:var(--fc-font-family);direction:rtl;isolation:isolate}
.fc-site-footer:before{content:"";position:absolute;top:0;right:0;left:0;height:1px;background:linear-gradient(90deg,transparent,rgba(88,211,107,.3),rgba(255,173,85,.22),transparent)}
.fc-footer__glow{position:absolute;z-index:-1;right:-220px;top:90px;width:520px;height:520px;border-radius:50%;background:var(--fc-color-green);filter:blur(170px);opacity:.07;pointer-events:none}
.fc-footer__container{box-sizing:border-box;width:min(var(--fc-container),calc(100% - 40px));margin-inline:auto;padding:0 0 22px}

/* Directory and trust area. */
.fc-footer__directory{display:grid;grid-template-columns:1.45fr 1fr 1fr 1.1fr;gap:48px;padding:74px 10px 52px}
.fc-footer__brand>a:first-child{display:inline-flex}
.fc-footer__brand>a:first-child img{display:block;width:154px;height:auto;object-fit:contain}
.fc-footer__brand>p{max-width:330px;margin:21px 0 0;color:#77847a;font-size:11px;line-height:2}
.fc-footer__support{display:flex;max-width:280px;align-items:center;justify-content:space-between;gap:15px;margin-top:23px;padding:12px 14px;border:1px solid rgba(255,255,255,.075);border-radius:14px;color:inherit;background:rgba(255,255,255,.022);text-decoration:none}
.fc-footer__support>span{display:flex;align-items:center;gap:7px;color:#869389;font-size:8px}
.fc-footer__support>span i{width:6px;height:6px;border-radius:50%;background:var(--fc-color-green);box-shadow:0 0 8px rgba(88,211,107,.45)}
.fc-footer__support strong{color:#dce4dd;font-size:12px;font-weight:600;letter-spacing:.025em}
.fc-footer__column-label{display:block;color:var(--fc-color-green);font-size:8px;font-weight:600}
.fc-footer__column h3,.fc-footer__trust h3{margin:8px 0 18px;color:#e9efea;font-size:15px;font-weight:650}
.fc-footer__links{display:flex;align-items:flex-start;flex-direction:column;gap:10px}
.fc-footer__links a{display:inline-flex;align-items:center;gap:8px;color:#7e8b81;text-decoration:none;font-size:10px;line-height:1.5;transition:color .18s ease,transform .18s ease}
.fc-footer__links a i{width:4px;height:4px;border:1px solid #526057;border-radius:1px;transform:rotate(45deg)}
.fc-footer__links a:hover{color:var(--fc-color-white);transform:translateX(-3px)}
.fc-footer__links a:hover i,.fc-footer__links a.is-highlighted i{border-color:var(--fc-color-orange);background:var(--fc-color-orange)}
.fc-footer__links a.is-highlighted{color:var(--fc-color-orange)}
.fc-footer__trust>p{max-width:270px;margin:0;color:#707d73;font-size:9px;line-height:1.9}
.fc-footer__badges{display:flex;gap:8px;margin-top:18px}
.fc-footer__badges>span{display:grid;width:70px;height:70px;place-items:center;padding:6px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.035)}
.fc-footer__badges img{display:block;width:58px;height:58px;object-fit:contain}
.fc-footer__bottom{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:25px;padding:0 10px;border-top:1px solid rgba(255,255,255,.075);color:#59655c;font-size:8px}
.fc-footer__bottom p{margin:0}
.fc-footer__bottom>div{display:flex;align-items:center;gap:18px}
.fc-footer__bottom span{display:flex;align-items:center;gap:6px}
.fc-footer__bottom span i{width:5px;height:5px;border-radius:50%;background:var(--fc-color-green)}
.fc-footer__bottom a{color:#7d8a80;text-decoration:none;transition:color .18s ease}.fc-footer__bottom a:hover{color:var(--fc-color-green)}

@media(max-width:980px){
 .fc-footer__directory{grid-template-columns:1.4fr 1fr 1fr;gap:38px}
 .fc-footer__trust{grid-column:1/-1;display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px 25px;padding-top:25px;border-top:1px solid rgba(255,255,255,.07)}
 .fc-footer__trust .fc-footer__column-label,.fc-footer__trust h3,.fc-footer__trust p{grid-column:1}.fc-footer__badges{grid-column:2;grid-row:1/4;margin:0}
}
@media(max-width:680px){
 .fc-footer__container{width:min(100% - 24px,var(--fc-container))}
 .fc-footer__directory{grid-template-columns:1fr 1fr;gap:38px 24px;padding:50px 10px 42px}
 .fc-footer__brand{grid-column:1/-1}.fc-footer__brand>p{max-width:100%}
 .fc-footer__support{max-width:100%}
 .fc-footer__trust{display:block;grid-column:1/-1}.fc-footer__badges{margin-top:17px}
 .fc-footer__bottom{align-items:flex-start;flex-direction:column;padding:18px 8px;line-height:1.8}
 .fc-footer__bottom>div{flex-wrap:wrap;gap:10px 16px}
}
@media(max-width:390px){
 .fc-footer__directory{gap-inline:18px}.fc-footer__column h3{font-size:14px}
}
