/* =========================================================
   RPBA Footer (namespaced) – Map + Contact (no card)
   ========================================================= */

body section#rpba-footer{
  margin-top: 72px !important;
  background: #0f0f0f !important;
  color: rgba(255,255,255,.88) !important;
}

body section#rpba-footer *{
  box-sizing: border-box !important;
}

/* Wrapper */
body section#rpba-footer .rpbaF__wrap{
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 56px 18px;
}

/* Grid */
body section#rpba-footer .rpbaF__grid{
  display: grid !important;
  grid-template-columns: 1.2fr 1fr !important;
  gap: 28px !important;
  align-items: stretch !important;
}

/* Map */
body section#rpba-footer .rpbaF__map{
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
  min-height: 420px;
  background: #0b0b0b;
}

body section#rpba-footer .rpbaF__map iframe{
  width: 100% !important;
  height: 100% !important;
  min-height: 420px !important;
  border: 0 !important;
  display: block !important;
}

/* Contact area (PLAIN – no rectangle) */
body section#rpba-footer .rpbaF__panelInner--plain{
  padding: 44px 10px 10px 10px; /* less "boxed", more airy */
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Title */
body section#rpba-footer .rpbaF__title{
  margin: 0 0 12px !important;
  font-size: 44px !important;
  line-height: 1.05 !important;
  letter-spacing: 0.02em !important;
  font-weight: 300 !important;
  color: rgba(255,255,255,.92) !important;
  text-transform: uppercase !important;
}

/* Accent line */
body section#rpba-footer .rpbaF__underline{
  width: 72px;
  height: 3px;
  background: #c91b18;
  margin-bottom: 22px;
}

/* Description */
body section#rpba-footer .rpbaF__desc{
  margin: 0 0 26px !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  color: rgba(255,255,255,.78) !important;
  max-width: 62ch;
}

/* Address blocks */
body section#rpba-footer .rpbaF__twoCols{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 18px 0 20px;
}

body section#rpba-footer .rpbaF__item{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
}

body section#rpba-footer .rpbaF__icon{
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(201,27,24,.14);
  color: #fff;
  font-size: 16px;
  flex: 0 0 32px;
}

body section#rpba-footer .rpbaF__text{
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,.82);
}

/* Links list – stacked */
body section#rpba-footer .rpbaF__list{
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  margin-top: 18px;
}

body section#rpba-footer a.rpbaF__link{
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;

  padding: 12px 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.10) !important;

  color: rgba(255,255,255,.92) !important;
  text-decoration: none !important;
}

body section#rpba-footer a.rpbaF__link:hover{
  color: #c91b18 !important;
  border-bottom-color: rgba(201,27,24,.45) !important;
}

body section#rpba-footer .rpbaF__iconSm{
  width: 28px;
  height: 28px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.88);
  font-weight: 700;
  font-size: 14px;
  flex: 0 0 28px;
}

body section#rpba-footer .rpbaF__linkText{
  display: block !important;
  min-width: 0 !important;
  white-space: normal !important;
  word-break: break-word !important;
}

/* Legal – centered OUTSIDE grid */
body section#rpba-footer .rpbaF__legal{
  margin-top: 36px;
  padding-top: 18px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 14px;        /* igual à secção anterior */
  font-weight: 400;      /* ← AQUI */
  line-height: 1.6;
  color: rgba(255,255,255,.72); /* ligeiramente mais legível */
}


body section#rpba-footer .rpbaF__legalLink{
  color: rgba(255,255,255,.78) !important;
  text-decoration: none !important;
}

body section#rpba-footer .rpbaF__legalLink:hover{
  color: #c91b18 !important;
}

/* Responsive */
@media (max-width: 991px){
  body section#rpba-footer .rpbaF__wrap{
    padding: 44px 14px;
  }

  body section#rpba-footer .rpbaF__grid{
    grid-template-columns: 1fr !important;
  }

  body section#rpba-footer .rpbaF__map,
  body section#rpba-footer .rpbaF__map iframe{
    min-height: 260px !important;
  }

  body section#rpba-footer .rpbaF__panelInner--plain{
    padding: 28px 6px 6px 6px;
  }

  body section#rpba-footer .rpbaF__title{
    font-size: 32px !important;
  }

  body section#rpba-footer .rpbaF__twoCols{
    grid-template-columns: 1fr;
  }
}
