
/* Full-width footer */
.igx-footer-wrap{margin-top:0;padding:0;background:#0d1015;clear:both;width:100%}

.igx-newsletter{width:100%;background:linear-gradient(135deg,#c92f45 0%,#e44755 100%);color:#fff;box-shadow:0 12px 34px rgba(201,47,69,.14)}
.igx-newsletter-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,470px);gap:28px;align-items:center;padding-top:30px!important;padding-bottom:30px!important}
.igx-newsletter-copy{min-width:0}
.igx-newsletter h3{margin:0 0 6px;font-size:27px;line-height:1.1;letter-spacing:-.025em;font-weight:750}
.igx-newsletter p{margin:0;color:rgba(255,255,255,.84);line-height:1.7;font-size:14px}
.igx-newsletter-form{display:flex;align-items:center;gap:10px;min-width:0}
.igx-newsletter-form input{flex:1;min-width:0;height:50px;padding:0 16px;border:1px solid rgba(255,255,255,.18);border-radius:13px;background:rgba(255,255,255,.96);color:#121317;font-size:14px;box-shadow:none}
.igx-newsletter-form input:focus{outline:2px solid rgba(255,255,255,.48);outline-offset:1px}
.igx-newsletter-form button{height:50px;padding:0 18px;border:0;border-radius:13px;background:#16191f;color:#fff;font-size:13px;font-weight:800;white-space:nowrap;cursor:pointer;box-shadow:none;transition:.2s ease}
.igx-newsletter-form button:hover{transform:translateY(-1px);background:#0d0f13}

.igx-footer{margin:0;width:100%;padding:0;background:linear-gradient(180deg,#15181e 0%,#0d1015 100%);color:#fff;box-shadow:none}
.igx-footer>.container{padding-top:38px!important;padding-bottom:24px!important}
.igx-footer-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.075)}
.igx-footer-brand{min-width:0}
.igx-footer-brand-row{display:flex;align-items:center;gap:13px;min-width:0}
.igx-footer-brand-badge{width:66px;height:66px;flex:0 0 66px;border-radius:16px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);display:grid;place-items:center;overflow:hidden}
.igx-footer-brand-badge img{width:100%;height:100%;object-fit:contain;padding:7px}
.igx-footer-brand-text{min-width:0;display:flex;flex-direction:column;gap:4px}
.igx-footer-brand strong{display:block;margin:0;color:#fff;font-size:24px;line-height:1.05;letter-spacing:-.025em;word-break:break-word;font-weight:760}
.igx-footer-brand em{display:block;font-style:normal;color:#d3a83f;font-size:10px;line-height:1.5;letter-spacing:.11em;text-transform:uppercase}
.igx-footer-brand p{max-width:540px;margin:12px 0 0;color:#9ea6b1;line-height:1.75;font-size:13px}

.igx-footer-contactbar{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.igx-footer-contactbar a{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 13px;border-radius:999px;background:rgba(255,255,255,.035);color:#d9dde3;font-size:12px;border:1px solid rgba(255,255,255,.07);transition:.2s ease}
.igx-footer-contactbar a:hover{background:rgba(255,255,255,.07);color:#fff}

.igx-footer-grid{display:grid;grid-template-columns:1.15fr .9fr .9fr 1fr;gap:24px;padding:24px 0}
.igx-footer-col{min-width:0}
.igx-footer-col h3{margin:0 0 12px;color:#fff;font-size:14px;font-weight:760;letter-spacing:.01em}
.igx-footer-col a{display:block;padding:5px 0;color:#aeb5bf;font-size:13px;line-height:1.6;word-break:break-word;transition:.18s ease}
.igx-footer-col a:hover{color:#d9b44d;transform:translateX(2px)}
.igx-footer-col .footer-tree-depth-1{padding-left:12px;font-size:12px}
.igx-footer-col .footer-tree-depth-2{padding-left:24px;font-size:11px;color:#858d98}
.igx-office-card{margin-bottom:12px}
.igx-office-card strong{display:block;margin-bottom:4px;color:#fff;font-size:13px;font-weight:700}
.igx-office-card p,.igx-footer-address{margin:0;color:#878f9b;line-height:1.65;font-size:12px}

.igx-footer-socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.igx-footer-socials a{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.04);display:grid;place-items:center;border:1px solid rgba(255,255,255,.07);padding:0;transition:.2s ease}
.igx-footer-socials a:hover{background:rgba(255,255,255,.08);transform:translateY(-2px)}
.igx-footer-socials img{width:19px;height:19px;object-fit:contain}
.igx-footer-socials span{font-size:10px;font-weight:900;color:#fff;text-transform:uppercase}

.igx-footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:14px;padding-top:15px;border-top:1px solid rgba(255,255,255,.07);font-size:11px;color:#6f7783}
.igx-footer-bottom-links{display:flex;flex-wrap:wrap;gap:12px}
.igx-footer-bottom-links a{color:#818995;transition:.18s ease}
.igx-footer-bottom-links a:hover{color:#d9b44d}

@media(max-width:1100px){
  .igx-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .igx-newsletter-inner{grid-template-columns:1fr}
  .igx-newsletter-form{min-width:0}
}
@media(max-width:860px){
  .igx-footer>.container{padding-top:30px!important;padding-bottom:100px!important}
  .igx-newsletter-inner{padding-top:24px!important;padding-bottom:24px!important}
  .igx-footer-top{grid-template-columns:1fr;align-items:start}
  .igx-footer-contactbar{justify-content:flex-start}
  .igx-footer-brand-row{align-items:flex-start}
  .igx-footer-brand-badge{width:60px;height:60px;flex-basis:60px}
}
@media(max-width:560px){
  .igx-footer-wrap{padding-top:0}
  .igx-newsletter h3{font-size:23px}
  .igx-newsletter-form{flex-direction:column;align-items:stretch}
  .igx-newsletter-form button,.igx-newsletter-form input{width:100%}
  .igx-footer-grid{grid-template-columns:1fr;gap:18px}
  .igx-footer-bottom{flex-direction:column;align-items:flex-start}
  .igx-footer-brand-row{gap:10px}
  .igx-footer-brand strong{font-size:21px}
  .igx-footer-brand p{font-size:12px}
}
