.bluepremier-footer{--color-primary:#0077C8;--color-primary-dark:#005F9C;--bg:#001A2A;--bg-accent:#021F35;--text:#EAF2F6;--muted:#A9C2CF;--border:rgba(255,255,255,.12);--ring:rgba(0,119,200,.35);--radius:16px;--shadow:0 10px 30px rgba(0,0,0,.25);position:relative;width:100%;margin:0;background:var(--bg);color:var(--text);box-sizing:border-box;clear:both;overflow:hidden}.bluepremier-footer .inner{width:100%;max-width:1240px;margin:0 auto;padding:clamp(56px,6vw,90px) clamp(16px,4vw,28px) 0 clamp(16px,4vw,28px)}.bluepremier-footer::before{content:"";display:block;height:4px;background:linear-gradient(90deg,var(--color-primary),var(--color-primary-dark))}.bluepremier-footer .grid{display:grid;gap:clamp(22px,3vw,38px);grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.2fr);align-items:start}@media (max-width:980px){.bluepremier-footer .grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}@media (max-width:580px){.bluepremier-footer .grid{grid-template-columns:minmax(0,1fr)}}.bluepremier-footer .block{background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));border:1px solid var(--border);border-radius:var(--radius);padding:clamp(20px,2vw,26px)}.bluepremier-footer h3{margin:0 0 1rem 0;font-size:clamp(19px,1.4vw,22px);color:var(--color-primary);text-transform:uppercase;letter-spacing:.8px}.bluepremier-footer p{margin:0 0 12px 0}.bluepremier-footer .muted{color:var(--muted)}.bluepremier-footer ul{list-style:none;margin:0;padding:0}.bluepremier-footer li+li{margin-top:10px}.bluepremier-footer a{color:var(--text);text-decoration:none;position:relative;display:inline-block;padding:2px 0;transition:color .2s ease;word-break:break-word}.bluepremier-footer a::after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background:currentColor;opacity:.2;transform:scaleX(0);transform-origin:left;transition:transform .25s ease,opacity .25s ease}.bluepremier-footer a:hover{color:var(--color-primary)}.bluepremier-footer a:hover::after{opacity:1;transform:scaleX(1)}.bluepremier-footer a:focus-visible{box-shadow:0 0 0 4px var(--ring);border-radius:6px}.bluepremier-footer .row{display:flex;gap:10px;align-items:flex-start;flex-wrap:wrap}.bluepremier-footer .row+.row{margin-top:10px}.bluepremier-socials{display:flex;gap:12px;margin-top:14px;flex-wrap:wrap}.bluepremier-socials a{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:999px;background:var(--bg-accent);transition:transform .2s ease,border-color .2s ease,background .2s ease}.bluepremier-socials svg{width:18px;height:18px;fill:var(--muted)}.bluepremier-socials a:hover{transform:translateY(-2px);border-color:var(--color-primary);background:rgba(0,119,200,.08)}.bluepremier-socials a:hover svg{fill:var(--color-primary)}.bluepremier-news{margin-top:8px}.bluepremier-news .controls{display:flex;gap:10px}.bluepremier-news input[type=email]{flex:1;min-width:0;padding:14px 14px;border-radius:12px;border:1px solid var(--border);background:rgba(255,255,255,.06);color:var(--text)}.bluepremier-news button{padding:14px 18px;border-radius:12px;border:0;color:#fff;background:linear-gradient(180deg,var(--color-primary),var(--color-primary-dark));cursor:pointer;transition:transform .2s ease,filter .2s ease}.bluepremier-news button:hover{transform:translateY(-1px);filter:brightness(1.03)}@media (max-width:520px){.bluepremier-news .controls{flex-direction:column}.bluepremier-news button{width:100%}}.bluepremier-divider{height:1px;background:var(--border);margin:clamp(32px,4vw,48px) 0 clamp(18px,2vw,32px)}.bluepremier-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:0 clamp(16px,4vw,28px) clamp(28px,4vw,40px);color:var(--muted);font-size:14px}.bluepremier-bottom .links{display:flex;gap:18px;flex-wrap:wrap}@media (max-width:720px){.bluepremier-bottom{flex-direction:column;text-align:center}}.bluepremier-top{position:fixed;right:18px;bottom:18px;z-index:50}.bluepremier-top button{width:46px;height:46px;border-radius:999px;border:0;color:#fff;background:linear-gradient(180deg,var(--color-primary),var(--color-primary-dark));box-shadow:var(--shadow);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.bluepremier-top button:hover{transform:translateY(-2px)}