.footer { position: relative; padding: 34px 0 28px; color: #fff; background: radial-gradient(circle at 8% 100%,rgba(240,82,63,.1),transparent 28%),radial-gradient(circle at 94% 0%,rgba(124,58,237,.13),transparent 30%),#060f27; overflow: hidden; isolation: isolate; }
.footer::before { content: ""; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(180deg,#000,transparent 72%); }
.footer::after { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg,#ff6b35,#f43f5e 52%,#7c3aed); }
.footer > .shell { position: relative; z-index: 2; }
.footer__glow { position: absolute; z-index: -1; width: 340px; height: 340px; border-radius: 50%; filter: blur(90px); opacity: .11; pointer-events: none; }
.footer__glow--one { left: -180px; bottom: -190px; background: #ff6b35; }
.footer__glow--two { right: -140px; top: -170px; background: #7c3aed; }

.footer__top { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: start; padding: 58px 4px 50px; }
.footer__brand-block { display: flex; align-items: flex-start; flex-direction: column; }
.brand--footer { width: 280px; height: 68px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.97); box-shadow: 0 16px 35px rgba(0,0,0,.17); transition: transform .35s var(--ease-out),box-shadow .35s ease; }
.brand--footer:hover { transform: translateY(-3px); box-shadow: 0 21px 44px rgba(0,0,0,.24); }
.footer__brand-block > p { margin: 25px 0 0; color: #edf1fa; font: 500 28px/1.32 "Manrope"; letter-spacing: -1.2px; }
.footer__brand-block > p span { color: #909ebd; }
.footer__availability { display: inline-flex; align-items: center; gap: 11px; margin-top: 25px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.035); }
.footer__availability > i { width: 8px; height: 8px; border-radius: 50%; background: #67e9ad; box-shadow: 0 0 0 5px rgba(103,233,173,.08); animation: pulse 2.2s ease-in-out infinite; }
.footer__availability > span { display: flex; flex-direction: column; gap: 2px; }
.footer__availability strong { color: #dce4f5; font-size: 9px; }
.footer__availability small { color: #7483a2; font-size: 8px; }

.footer__links { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; padding-top: 6px; }
.footer__links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer__links strong { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 8px; color: #fff; font: 700 10px "Manrope"; text-transform: uppercase; letter-spacing: .13em; }
.footer__links strong::before { content: ""; width: 18px; height: 1px; background: #f0523f; }
.footer__links a,.footer__links span { color: #8796b7; font-size: 13px; line-height: 1.45; }
.footer__links a { position: relative; transition: color .22s ease,transform .3s var(--ease-out); }
.footer__links a::after { content: "↗"; display: inline-block; margin-left: 7px; color: #f06a56; font-size: 10px; opacity: 0; transform: translate(-3px,3px); transition: opacity .22s ease,transform .3s var(--ease-out); }
.footer__links a:hover { color: #fff; transform: translateX(3px); }
.footer__links a:hover::after { opacity: 1; transform: none; }
.footer__links .footer__email { color: #e9edf7; font-weight: 600; }

.footer__bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); color: #667696; font-size: 10px; }
.footer__bottom > span:nth-child(2) { text-align: center; }
.footer__bottom > a { justify-self: end; display: inline-flex; align-items: center; gap: 8px; color: #aab5cc; transition: color .25s ease; }
.footer__bottom > a i { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; color: #fff; font-style: normal; transition: transform .3s var(--ease-out),background .25s ease; }
.footer__bottom > a:hover { color: #fff; }
.footer__bottom > a:hover i { background: rgba(255,255,255,.08); transform: translateY(-3px); }
