/* assets/css/sur-footer.css */
.nmSurFooter, .nmSurFooter * { box-sizing: border-box; }

.nmSurFooter{
  margin-top: 22px;
  padding: 18px 0 8px;
  position: relative;
  overflow-x: clip;
}

/* Fond plus “joyeux”, moins bloc */
.nmSurFooter::before{
  content:"";
  position:absolute;
  inset:-140px -80px auto -80px;
  height: 340px;
  background:
    radial-gradient(600px 260px at 15% 25%, rgba(19,153,255,.14), transparent 60%),
    radial-gradient(520px 240px at 85% 35%, rgba(22,136,74,.12), transparent 62%),
    radial-gradient(520px 260px at 50% 110%, rgba(0,76,84,.10), transparent 62%);
  pointer-events:none;
  z-index:0;
}

.nmSurFooter__inner{
  width:100%;
  max-width:1120px;
  margin:0 auto;
  padding:0 16px;
  position:relative;
  z-index:1;
}

.nmSurFooter__panel{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 14px;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(15,43,70,.10);
  box-shadow: 0 18px 46px rgba(0,0,0,.07);
  backdrop-filter: blur(6px);
}

.nmSurFooter__left{ min-width:0; }
.nmSurFooter__right{ min-width:0; display:flex; align-items:center; }

.nmSurFooter__brand{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  min-width:0;
}

.nmSurFooter__logo{
  width: 56px;
  height:auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 14px rgba(0,0,0,.08));
}

.nmSurFooter__brandTitle{
  font-weight: 900;
  color: #0F2B46;
  letter-spacing: -.01em;
}

.nmSurFooter__brandDesc{
  margin-top: 4px;
  color: rgba(0,0,0,.74);
  font-size: 13.5px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.nmSurFooter__mini{
  margin-top: 10px;
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
}

.nmSurFooter__pill{
  display:inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  color:#0F2B46;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(15,43,70,.12);
  box-shadow: 0 10px 20px rgba(0,0,0,.05);
}

.nmSurFooter__copy{
  margin-top: 10px;
  color: rgba(0,0,0,.62);
  font-size: 12.5px;
}

.nmSurFooter__cols{
  width:100%;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.nmSurFooter__colTitle{
  font-weight: 900;
  color:#0F2B46;
  margin-bottom: 8px;
}

.nmSurFooter__item{
  color: rgba(0,0,0,.74);
  font-size: 13.5px;
  line-height: 1.6;
  overflow-wrap:anywhere;
}

.nmSurFooter__label{
  font-weight: 900;
  color:#0F2B46;
}

.nmSurFooter__link{
  display:block;
  text-decoration:none;
  color: rgba(0,0,0,.76);
  font-weight: 800;
  padding: 6px 0;
  overflow-wrap:anywhere;
}
.nmSurFooter__link:hover{
  color:#0F2B46;
  text-decoration: underline;
}

.nmSurFooter__divider{
  margin: 14px auto 0;
  height: 1px;
  max-width: 980px;
  background: linear-gradient(90deg, transparent, rgba(15,43,70,.16), transparent);
}

/* Responsive */
@media (max-width: 980px){
  .nmSurFooter__panel{ grid-template-columns: 1fr; }
  .nmSurFooter__cols{ grid-template-columns: 1fr; }
  .nmSurFooter__right{ align-items:stretch; }
}

@media (max-width: 640px){
  .nmSurFooter__inner{ padding: 0 12px; }
  .nmSurFooter__panel{
    padding: 12px;
    border-radius: 20px;
    text-align: center;
  }
  .nmSurFooter__brand{
    justify-content:center;
    text-align:center;
  }
  .nmSurFooter__mini{ justify-content:center; }
}
