/* Ikon Digitals Foundation Freeze v0.9.0
   Non-destructive stabilization only. */

/* The homepage already ends with its distinctive brass CTA. Do not repeat
   the same sales ask again in the global pre-footer conversion band. */
body.home .footer-v6 .footer-conversion{display:none!important}

/* Keep the global footer stable at browser zoom levels and prevent grid items
   from forcing the logo/navigation outside the content container. */
.footer.footer-v6{overflow:hidden}
.footer-v6 .container,.footer-main-v6,.footer-brand-v6,.footer-column{min-width:0;box-sizing:border-box}
.footer-main-v6{grid-template-columns:minmax(190px,1.16fr) repeat(5,minmax(112px,.78fr));gap:24px}
.footer-brand-v6 img{display:block;max-width:165px;width:100%;height:auto;object-fit:contain}
.footer-brand-v6 p{overflow-wrap:anywhere}
.footer-v6 a{overflow-wrap:anywhere}

/* Prevent sticky header overlap when users follow homepage anchors. */
.home section[id],.home [id="results"],.home [id="services"],.home [id="process"],.home [id="insights"]{scroll-margin-top:112px}

/* Make proof links visibly interactive and keep panels robust at intermediate widths. */
.ikon-v7-proof-link{display:inline-flex;align-items:center;min-height:42px;text-underline-offset:4px}
.ikon-v7-proof-panel>*{min-width:0}
.ikon-v7-proof-client p,.ikon-v7-proof-metric small{overflow-wrap:anywhere}

@media(max-width:1100px){
  .footer-main-v6{grid-template-columns:1.25fr repeat(3,minmax(0,1fr));gap:28px 24px}
  .footer-main-v6 .footer-brand-v6{grid-row:span 2}
}
@media(max-width:900px){
  .footer-main-v6{grid-template-columns:1.3fr 1fr 1fr}
  .footer-main-v6 .footer-brand-v6{grid-column:1/-1;grid-row:auto}
}
@media(max-width:640px){
  .footer-main-v6{grid-template-columns:1fr 1fr}
  .footer-main-v6 .footer-brand-v6{grid-column:1/-1}
}
