.site-footer{position:relative;color:#c3cbe8;background:linear-gradient(180deg,#020c2f,#04102f);font-family:var(--st-body)}.footer-cta{position:relative;z-index:2;margin-bottom:-1px}.footer-cta__inner{max-width:var(--st-maxw);margin:0 auto;transform:translateY(-46px);background:linear-gradient(120deg,var(--st-crimson),var(--st-crimson-dk));border-radius:24px;padding:34px clamp(24px,4vw,50px);display:flex;align-items:center;justify-content:space-between;gap:26px;flex-wrap:wrap;box-shadow:0 30px 70px rgb(203 10 60 / .32)}.footer-cta__inner h3{font-family:var(--st-display);font-weight:800;font-size:clamp(20px,2.4vw,28px);color:#fff;margin:0}.footer-cta__inner p{margin:6px 0 0;color:#ffe0e8;font-size:15px}.footer-cta__inner .st-btn--white{background:#fff;color:var(--st-crimson);box-shadow:0 12px 30px rgb(2 8 30 / .25)}.footer-cta__inner .st-btn--white:hover{background:#fff;transform:translateY(-3px);box-shadow:0 18px 40px rgb(2 8 30 / .35)}.footer-main{padding:36px 0 32px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:34px;flex-wrap:wrap;padding-bottom:30px;margin-bottom:32px;border-bottom:1px solid rgb(255 255 255 / .09)}.footer-brand{max-width:430px}.footer-brand img{height:44px;width:auto;margin-bottom:15px;filter:brightness(0) invert(1);opacity:.95}.footer-brand p{font-size:13px;line-height:1.7;color:#98a2c9;margin:0 0 16px}.footer-social{display:flex;gap:9px}.footer-social a{width:37px;height:37px;border-radius:10px;display:grid;place-items:center;background:rgb(255 255 255 / .06);color:#c3cbe8;transition:.25s}.footer-social a:hover{background:var(--st-crimson);color:#fff;transform:translateY(-3px)}.footer-social svg{width:16px;height:16px}.footer-reach{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.footer-contact{list-style:none;margin:0;padding:0;display:grid;gap:12px}.footer-contact li{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:#b3bce0}.footer-contact svg{width:16px;height:16px;color:var(--st-crimson);flex-shrink:0;margin-top:2px}.site-footer .footer-contact a{color:#b3bce0}.site-footer .footer-contact a:hover{color:#fff}.footer-reach__cta{padding:11px 22px}.footer-cols{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:clamp(16px,1.7vw,26px)}.footer-col h4{font-family:var(--st-display);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:#fff;margin:0 0 15px;position:relative;padding-bottom:11px}.footer-col h4::after{content:"";position:absolute;left:0;bottom:0;width:26px;height:2px;border-radius:2px;background:var(--st-crimson)}.footer-col ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}.site-footer .footer-col a{font-size:12.7px;line-height:1.4;color:#98a2c9;transition:color .18s,transform .18s;display:inline-flex;align-items:flex-start;gap:6px}.footer-col a::before{content:"›";color:var(--st-crimson);opacity:.55;font-weight:700;line-height:1.15}.site-footer .footer-col a:hover{color:#fff;transform:translateX(2px)}.footer-col a:hover::before{opacity:1}.footer-tools{border-top:1px solid rgb(255 255 255 / .08);background:rgb(255 255 255 / .02)}.footer-tools__row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:15px 0}.footer-tools__label{display:inline-flex;align-items:center;gap:8px;font-family:var(--st-display);font-weight:700;font-size:13px;color:#fff}.footer-tools__label svg{width:15px;height:15px;color:var(--st-crimson)}.site-footer .footer-chip{font-size:12.7px;font-weight:600;color:#dbe0f3;padding:8px 16px;border-radius:60px;border:1px solid rgb(255 255 255 / .16);background:rgb(255 255 255 / .04);transition:.2s}.site-footer .footer-chip:hover{background:var(--st-crimson);border-color:#fff0;color:#fff;transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgb(255 255 255 / .08);padding:16px 0}.footer-bottom__row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:12.5px;color:#7e88b0}.footer-bottom__links{display:flex;gap:18px;flex-wrap:wrap}.site-footer .footer-bottom__links a{color:#98a2c9}.site-footer .footer-bottom__links a:hover{color:#fff}@media (max-width:1240px){.footer-cols{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:900px){.footer-cols{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.footer-top{flex-direction:column;gap:24px}}@media (max-width:640px){.footer-cols{grid-template-columns:1fr;gap:0}.footer-col{border-bottom:1px solid rgb(255 255 255 / .09)}.footer-col h4{margin:0;padding:15px 34px 15px 0;cursor:pointer;position:relative;user-select:none;font-size:13.5px}.footer-col h4::after{display:none}.footer-col h4 .fx{position:absolute;right:4px;top:50%;width:13px;height:13px;margin-top:-6px}.footer-col h4 .fx::before,.footer-col h4 .fx::after{content:"";position:absolute;background:var(--st-crimson);border-radius:2px;transition:transform .28s ease,opacity .28s}.footer-col h4 .fx::before{left:0;top:5.5px;width:13px;height:2px}.footer-col h4 .fx::after{left:5.5px;top:0;width:2px;height:13px}.footer-col.is-open h4 .fx::after{transform:rotate(90deg);opacity:0}.footer-col ul{display:none;padding:0 0 16px}.footer-col.is-open ul{display:grid}.footer-cta__inner{text-align:center;justify-content:center}}.float-actions{position:fixed;right:20px;bottom:22px;z-index:900;display:flex;flex-direction:column;gap:12px}.st-fab{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;color:#fff;box-shadow:0 12px 30px rgb(2 8 30 / .3);transition:transform .25s;position:relative}.float-actions .st-fab{color:#fff}.st-fab:hover{transform:translateY(-4px) scale(1.05)}.st-fab svg{width:28px;height:28px}.st-fab--wa svg{width:30px;height:30px}.st-fab--wa{background:#25d366}.st-fab--call{background:linear-gradient(135deg,var(--st-crimson),var(--st-crimson-dk))}.st-fab--wa::after{content:"";position:absolute;inset:0;border-radius:50%;box-shadow:0 0 0 0 rgb(37 211 102 / .5);animation:fab-pulse 2.2s infinite}@keyframes fab-pulse{70%{box-shadow:0 0 0 16px #fff0}100%{box-shadow:0 0 0 0 #fff0}}.back-top{position:fixed;right:20px;bottom:92px;z-index:899;width:46px;height:46px;border-radius:14px;background:var(--st-navy);color:#fff;border:0;cursor:pointer;display:grid;place-items:center;opacity:0;visibility:hidden;transform:translateY(10px);transition:.3s;box-shadow:0 12px 30px rgb(2 8 30 / .3)}.back-top.is-show{opacity:1;visibility:visible;transform:none}.back-top svg{width:20px;height:20px}@media (max-width:560px){.st-fab{width:52px;height:52px}.float-actions{right:14px;bottom:16px}.back-top{right:15px;bottom:82px}}