:root {
  --imc-footer-bg: #080e15;
  --imc-footer-bg-2: #111b24;
  --imc-footer-accent: #a8ef2f;
  --imc-footer-accent-2: #c1ff45;
  --imc-footer-text: rgba(255,255,255,.9);
  --imc-footer-muted: rgba(255,255,255,.65);
  --imc-footer-line: rgba(255,255,255,.09);
}

#footer.imc-footer-2026 {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 52px 0 0;
  color: var(--imc-footer-text);
  background:
    radial-gradient(circle at 15% 18%, rgba(55,141,204,.08), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(168,239,47,.16), transparent 22%),
    linear-gradient(135deg, var(--imc-footer-bg), var(--imc-footer-bg-2));
}

#footer.imc-footer-2026 a { text-decoration: none; }

#footer.imc-footer-2026 .imc-footer-2026__container {
  position: relative;
  z-index: 2;
  width: min(94%, 1500px);
  max-width: 1500px !important;
}

.imc-footer-2026__bg::before,
.imc-footer-2026__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.imc-footer-2026__bg::before {
  opacity: .32;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 62px 62px;
}
.imc-footer-2026__bg::after {
  background: linear-gradient(90deg, transparent, rgba(168,239,47,.05), transparent);
  transform: skewX(-24deg) translateX(25%);
}

/* Optional CTA is suppressed on the homepage because the homepage already has a full-width enquiry CTA above the footer. */
.imc-footer-cta {
  display: grid;
  grid-template-columns: 82px minmax(0,1fr) auto;
  align-items: center;
  gap: 26px;
  padding: 26px 30px;
  margin: 0 0 34px;
  border-radius: 24px;
  border: 1px solid rgba(168,239,47,.24);
  background: linear-gradient(135deg, rgba(8,14,20,.92), rgba(20,28,35,.83));
  box-shadow: 0 20px 44px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.04);
}
.imc-footer-cta__icon {
  width: 82px;
  height: 82px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--imc-footer-accent);
  font-size: 2rem;
  background: rgba(168,239,47,.06);
  border: 1px solid rgba(168,239,47,.24);
}
.imc-footer-eyebrow {
  margin: 0 0 8px;
  color: var(--imc-footer-accent);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .15em;
}
.imc-footer-cta h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: clamp(1.65rem,2vw,2.6rem);
  line-height: 1.08;
  font-weight: 800;
}
.imc-footer-cta p:last-child { margin: 0; color: var(--imc-footer-muted); line-height: 1.6; }
.imc-footer-cta__action { display: flex; justify-content: flex-end; }

.imc-footer-main {
  display: grid;
  grid-template-columns: minmax(235px,1.05fr) minmax(330px,1.45fr) minmax(310px,1.2fr) minmax(300px,1.25fr);
  gap: 0;
  padding: 4px 0 38px;
}

.imc-footer-column {
  min-width: 0;
  padding: 10px 30px 8px;
  border-left: 1px solid var(--imc-footer-line);
}
.imc-footer-column:first-child { border-left: 0; padding-left: 0; }
.imc-footer-column:last-child { padding-right: 0; }

.imc-footer-brandmark {
  display: inline-flex;
  margin-bottom: 16px;
}
.imc-footer-brandmark img {
  width: 92px;
  height: auto;
  border-radius: 7px;
  box-shadow: 0 10px 20px rgba(0,0,0,.24);
}
.imc-footer-column h4,
.imc-footer-column h5,
.imc-footer-social-wrap h6 { color: #fff; }
.imc-footer-column h4 {
  margin: 0 0 13px;
  max-width: 280px;
  font-size: clamp(1.35rem,1.55vw,1.75rem);
  line-height: 1.12;
  font-weight: 800;
}
.imc-footer-column h5 {
  margin: 0 0 22px;
  padding-bottom: 12px;
  position: relative;
  font-size: 1.18rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .01em;
}
.imc-footer-column h5::after,
.imc-footer-social-wrap h6::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg,var(--imc-footer-accent),rgba(168,239,47,.12));
}
.imc-footer-column p {
  margin: 0;
  color: var(--imc-footer-muted);
  font-size: .92rem;
  line-height: 1.72;
}
.imc-footer-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 17px;
  color: #fff !important;
  font-weight: 700;
  font-size: .9rem;
}
.imc-footer-inline-link i { color: var(--imc-footer-accent); }
.imc-footer-inline-link:hover { color: var(--imc-footer-accent) !important; }

.imc-footer-contact-list { display: grid; gap: 12px; }
.imc-footer-contact-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 46px minmax(0,1fr);
  gap: 13px;
  align-items: flex-start;
  padding: 13px 14px;
  border-radius: 15px;
  background: rgba(255,255,255,.025);
  border: 1px solid rgba(255,255,255,.055);
  transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.imc-footer-contact-card:hover {
  transform: translateY(-2px);
  border-color: rgba(168,239,47,.34);
  box-shadow: 0 0 0 1px rgba(168,239,47,.09),0 12px 24px rgba(0,0,0,.17);
}
.imc-footer-contact-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f170d;
  background: linear-gradient(135deg,var(--imc-footer-accent-2),#8fd923);
  box-shadow: 0 7px 18px rgba(168,239,47,.16);
}
.imc-footer-contact-card__body { min-width: 0; }
.imc-footer-contact-card strong {
  display: block;
  margin: 1px 0 4px;
  color: #fff;
  font-size: .86rem;
  font-weight: 700;
}
.imc-footer-contact-card p { font-size: .82rem; line-height: 1.55; overflow-wrap: anywhere; word-break: break-word; }
.imc-footer-contact-card p + p { margin-top: 2px; }
.imc-footer-contact-card a { color: var(--imc-footer-muted) !important; overflow-wrap: anywhere; word-break: break-word; }
.imc-footer-contact-card a:hover { color: var(--imc-footer-accent) !important; }

.imc-footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px 18px;
}
.imc-footer-links li { margin: 0; }
.imc-footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--imc-footer-muted) !important;
  font-size: .9rem;
  font-weight: 500;
}
.imc-footer-links a i { color: var(--imc-footer-accent); }
.imc-footer-links a:hover { color: var(--imc-footer-accent) !important; }

.imc-footer-social-wrap h6 {
  margin: 0 0 16px;
  font-size: 1.05rem;
  font-weight: 800;
}
.imc-footer-social-pills {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.imc-social-pill {
  min-width: 0;
  height: 56px;
  padding: 6px 14px 6px 7px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  background: rgba(5,9,13,.68);
  border: 1px solid rgba(255,255,255,.17);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
  font-size: .9rem;
  font-weight: 700;
  white-space: nowrap;
  transition: transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease;
}
.imc-social-pill__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.08rem;
}
.imc-social-pill--facebook .imc-social-pill__icon { background: #1877f2; }
.imc-social-pill--twitter .imc-social-pill__icon { background: #111; border: 1px solid rgba(255,255,255,.12); }
.imc-social-pill--instagram .imc-social-pill__icon { background: radial-gradient(circle at 30% 110%,#fdf497 0 5%,#fd5949 35%,#d6249f 62%,#285aeb 100%); }
.imc-social-pill--youtube .imc-social-pill__icon { background: #ff0033; }
.imc-social-pill:hover,
.imc-social-pill:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(168,239,47,.95);
  background: rgba(168,239,47,.07);
  box-shadow:
    0 0 0 1px rgba(168,239,47,.22),
    0 0 12px rgba(168,239,47,.34),
    0 0 24px rgba(168,239,47,.18),
    0 14px 24px rgba(0,0,0,.25);
}

.imc-footer-map-frame {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.025);
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
}
.imc-footer-map-frame iframe { display:block; width:100%; min-height:240px; }
.imc-footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 13px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: .9rem;
  transition: transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
}
.imc-footer-button--primary { color:#11190e !important; background:linear-gradient(135deg,var(--imc-footer-accent-2),#91da20); }
.imc-footer-button--secondary { color:#fff !important; background:rgba(255,255,255,.035); border-color:rgba(255,255,255,.12); }
.imc-footer-button--full { width:100%; margin-top:14px; }
.imc-footer-button:hover { transform:translateY(-2px); border-color:rgba(168,239,47,.55); box-shadow:0 0 18px rgba(168,239,47,.18); }
.imc-footer-trust-row {
  margin-top: 16px;
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--imc-footer-muted);
  font-size:.82rem;
  line-height:1.5;
}
.imc-footer-trust-row i { color:var(--imc-footer-accent); }

.imc-footer-bottom {
  min-height: 74px;
  padding: 20px 0;
  border-top: 1px solid var(--imc-footer-line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:rgba(255,255,255,.58);
  font-size:.82rem;
}
.imc-footer-bottom__right { display:flex; gap:18px; flex-wrap:wrap; }
.imc-footer-bottom__right a { color:rgba(255,255,255,.7) !important; }
.imc-footer-bottom__right a:hover { color:var(--imc-footer-accent) !important; }

@media (max-width: 1240px) {
  .imc-footer-main { grid-template-columns: repeat(2,minmax(0,1fr)); gap:0; }
  .imc-footer-column { border-left:0; border-top:1px solid var(--imc-footer-line); padding:28px; }
  .imc-footer-column:nth-child(1),.imc-footer-column:nth-child(2) { border-top:0; }
  .imc-footer-column:nth-child(even) { border-left:1px solid var(--imc-footer-line); }
  .imc-footer-column:first-child { padding-left:28px; }
  .imc-footer-column:last-child { padding-right:28px; }
}

@media (max-width: 900px) {
  #footer.imc-footer-2026 { padding-top:40px; }
  .imc-footer-cta { grid-template-columns:72px 1fr; }
  .imc-footer-cta__action { grid-column:1/-1; justify-content:flex-start; }
  .imc-footer-main { grid-template-columns:1fr; }
  .imc-footer-column,.imc-footer-column:nth-child(even),.imc-footer-column:nth-child(1),.imc-footer-column:nth-child(2) {
    border-left:0;
    border-top:1px solid var(--imc-footer-line);
    padding:26px 0;
  }
  .imc-footer-column:first-child { border-top:0; }
  .imc-footer-social-pills { max-width:520px; }
}

@media (max-width: 560px) {
  #footer.imc-footer-2026 .imc-footer-2026__container { width:min(92%,1500px); }
  .imc-footer-cta { grid-template-columns:1fr; padding:22px 18px; border-radius:20px; }
  .imc-footer-cta__icon { width:64px; height:64px; border-radius:18px; }
  .imc-footer-column h4 { font-size:1.55rem; }
  .imc-footer-links { grid-template-columns:1fr 1fr; }
  .imc-footer-social-pills { grid-template-columns:1fr; }
  .imc-social-pill { max-width:300px; }
  .imc-footer-bottom { flex-direction:column; align-items:flex-start; }
}
