.site-footer{position:relative;margin-top:90px;padding:0 0 24px;border:0;background:#111116;color:#fff;overflow:hidden}.site-footer:before{content:"";position:absolute;right:-180px;bottom:-220px;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,rgba(187,41,52,.2),transparent 67%);pointer-events:none}.footer-cta-panel{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:45px;min-height:230px;padding:45px 48px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-cta-copy{max-width:710px}.footer-availability{display:inline-flex;align-items:center;gap:9px;color:#aaaab4;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.footer-availability i{width:7px;height:7px;border-radius:50%;background:#5cdb87;box-shadow:0 0 0 5px rgba(92,219,135,.1);animation:footer-pulse 2.2s ease-in-out infinite}.footer-cta-copy h2{max-width:700px;margin:15px 0 0;color:#fff;font-size:clamp(38px,5vw,60px);line-height:.98;letter-spacing:-.06em}.footer-cta-button{position:relative;min-width:285px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 10px 10px 20px;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.065);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);transition:.25s background,.25s border-color,.25s transform,.25s box-shadow}.footer-cta-button:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 25%,rgba(255,255,255,.1),transparent 75%);transform:translateX(-110%);transition:.65s transform}.footer-cta-button:hover{border-color:rgba(223,72,83,.45);background:rgba(187,41,52,.12);transform:translateY(-4px);box-shadow:0 18px 40px rgba(0,0,0,.25)}.footer-cta-button:hover:before{transform:translateX(110%)}.footer-cta-button>span{display:flex;flex-direction:column}.footer-cta-button small{color:#8f8f99;font-size:8px}.footer-cta-button strong{margin-top:5px;color:#fff;font-size:11px}.footer-cta-button>i{width:48px;height:48px;flex:none;display:grid;place-items:center;border-radius:15px;background:var(--digo-red);color:#fff;font-size:18px;font-style:normal;transition:.25s transform}.footer-cta-button:hover>i{transform:rotate(9deg) scale(1.05)}
.footer-main-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.5fr .72fr .72fr 1fr;gap:46px;padding-top:52px;padding-bottom:46px}.footer-brand{display:inline-flex;padding:10px 13px;border-radius:15px;background:#fff}.footer-brand .custom-logo{width:145px}.footer-brand .site-title{color:#1b1b21}.footer-about>p{max-width:350px;margin:19px 0 0;color:#85858f;font-size:11px;line-height:1.7}.footer-tech{display:flex;flex-wrap:wrap;gap:6px;margin-top:20px}.footer-tech span{padding:6px 9px;border:1px solid rgba(255,255,255,.09);border-radius:8px;color:#7d7d87;font-size:8px;font-weight:700;transition:.2s color,.2s border-color,.2s background}.footer-tech span:hover{border-color:rgba(187,41,52,.38);background:rgba(187,41,52,.08);color:#e77a82}.footer-links{display:flex;flex-direction:column;gap:3px}.footer-links>strong,.footer-contact>strong{margin-bottom:13px;color:#f3f3f5;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.footer-links a{display:flex;align-items:center;justify-content:space-between;gap:9px;min-height:34px;color:#85858f;font-size:10px;transition:.2s color,.2s padding}.footer-links a i{opacity:0;color:var(--digo-red);font-size:10px;font-style:normal;transform:translate(-5px,3px);transition:.2s opacity,.2s transform}.footer-links a:hover{padding-left:5px;color:#fff}.footer-links a:hover i{opacity:1;transform:none}.footer-contact p{margin:0 0 16px;color:#7e7e88;font-size:10px;line-height:1.6}.footer-contact>a{display:grid;grid-template-columns:1fr 32px;grid-template-rows:auto auto;padding:13px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:rgba(255,255,255,.035);transition:.2s border-color,.2s background,.2s transform}.footer-contact>a span{color:#777781;font-size:8px}.footer-contact>a b{margin-top:4px;color:#fff;font-size:10px}.footer-contact>a i{grid-column:2;grid-row:1/3;width:32px;height:32px;display:grid;place-items:center;align-self:center;border-radius:10px;background:rgba(255,255,255,.07);font-style:normal;transition:.2s color,.2s background,.2s transform}.footer-contact>a:hover{border-color:rgba(187,41,52,.35);background:rgba(187,41,52,.08);transform:translateY(-2px)}.footer-contact>a:hover i{background:var(--digo-red);transform:translateX(2px)}
.site-footer .footer-bottom{position:relative;z-index:2;display:grid;grid-template-columns:1fr auto 42px;align-items:center;gap:24px;padding-top:22px;margin-top:0;border-top:1px solid rgba(255,255,255,.08);color:#686872;font-size:9px}.site-footer .footer-bottom>div{display:flex;align-items:center;gap:18px}.site-footer .footer-bottom a:hover{color:#fff}.back-to-top{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.11);border-radius:13px;background:rgba(255,255,255,.045);color:#aaaab3;font-size:15px;transition:.22s color,.22s background,.22s border-color,.22s transform}.back-to-top:hover{border-color:var(--digo-red);background:var(--digo-red)!important;color:#fff!important;transform:translateY(-4px)}@keyframes footer-pulse{0%,100%{box-shadow:0 0 0 5px rgba(92,219,135,.1)}50%{box-shadow:0 0 0 9px rgba(92,219,135,0)}}@media(prefers-reduced-motion:reduce){.footer-availability i{animation:none}}
@media(max-width:900px){.footer-cta-panel{align-items:flex-start;flex-direction:column}.footer-cta-button{width:100%}.footer-main-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-contact{grid-column:1/-1}.site-footer .footer-bottom{grid-template-columns:1fr 42px}.site-footer .footer-bottom>div{grid-column:1;grid-row:2;flex-wrap:wrap}.back-to-top{grid-column:2;grid-row:1/3}}@media(max-width:620px){.site-footer{margin-top:65px}.footer-cta-panel{min-height:0;padding:38px 0}.footer-cta-copy h2{font-size:40px}.footer-cta-button{min-width:0}.footer-main-grid{grid-template-columns:1fr 1fr;gap:35px 24px;padding-top:40px}.footer-about,.footer-contact{grid-column:1/-1}.site-footer .footer-bottom{gap:14px}.site-footer .footer-bottom>div{align-items:flex-start;flex-direction:column;gap:8px}}
