.footer-pro{
  --acc: #00b4f0;
  --border: rgba(0,0,0,.12);
  --text: rgba(0,0,0,.86);
  --muted: rgba(0,0,0,.60);
  --soft: #f6f7f9;

  width: min(92vw, 1240px);
  margin: 0 auto 0;
  padding-bottom: 0;
}

/* card unica */
.footer-pro__wrap{
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #fbfcfd, #f7f8fa);
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);

  padding: clamp(22px, 3vw, 36px);
  padding-bottom: clamp(18px, 2.2vw, 28px);
}

/* layout */
.footer-pro__grid{
  display: grid;
  grid-template-columns: 1.15fr 1.85fr;
  align-items: start;

  column-gap: clamp(14px, 2.5vw, 24px);
  row-gap: 20px;
}

/* brand */
.footer-pro__brand{
  display: grid;
  gap: 14px;
  min-width: 0;
}

.footer-pro__logo{
  display:flex;
  align-items:center;
  gap: 10px;
  color: var(--text);
}

.footer-pro__mark{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 30%, rgba(0,180,240,.55), rgba(0,180,240,.08));
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 10px 22px rgba(0,180,240,.10);
  flex: 0 0 auto;
}

.footer-pro__name{
  text-transform: uppercase;
  letter-spacing: .10em;
  font-size: .86rem;
  font-weight: 700;
}

.footer-pro__headline{
  margin: 0;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  color: var(--text);
  font-weight: 650;
  letter-spacing: .01em;
}

.footer-pro__desc{
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: .95rem;
  max-width: 70ch;
  text-wrap: pretty;
}

.footer-pro__acc{
  color: var(--acc);
  font-weight: 650;
}

/* social */
.footer-pro__social{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 2px;
}

.footer-pro__social a{
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.75);
  display:grid;
  place-items:center;
  color: rgba(0,0,0,.55);
  text-decoration:none;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, color .15s ease;
}

.footer-pro__social a:hover{
  transform: translateY(-1px);
  border-color: rgba(0,180,240,.35);
  box-shadow: 0 10px 18px rgba(0,180,240,.10);
  color: rgba(0,0,0,.80);
}
.footer-pro__social svg{ width: 18px; height: 18px; }

/* colonne link */
.footer-pro__cols{
  display: grid;
  grid-template-columns: minmax(140px, 1fr) minmax(140px, 1fr) minmax(320px, 1.5fr);
  gap: clamp(18px, 2.6vw, 34px);
  min-width: 0;
}

.footer-pro__colTitle{
  margin: 0 0 10px;
  color: rgba(0,0,0,.55);
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
  font-weight: 650;
}

.footer-pro__list{
  margin: 0;
  padding: 0;
  list-style: none;
  display:grid;
  gap: 10px;
}

.footer-pro__list a{
  color: rgba(0,0,0,.70);
  text-decoration: none;
  font-size: .95rem;
  font-weight: 550;
  line-height: 1.2;
}
.footer-pro__list a:hover{ color: rgba(0,0,0,.90); }

/* contatti compatti */
.footer-pro__meta{
  display:flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  color: rgba(0,0,0,.68);
  font-size: .95rem;
  line-height: 1.2;
}

.footer-pro__metaRow{
  display:inline-flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
  font-size: clamp(0.82rem, 0.95vw, 0.95rem);
}

.footer-pro__metaKey{
  color: rgba(0,0,0,.55);
  letter-spacing: .06em;
  text-transform: uppercase;
  flex: 0 0 auto;
  font-size: clamp(0.65rem, 0.75vw, 0.72rem);
}

.footer-pro__metaVal{
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-pro__metaVal a{
  color: rgba(0,0,0,.72);
  text-decoration: none;
  font-weight: 600;
}
.footer-pro__metaVal a:hover{ color: rgba(0,0,0,.90); }

/* barra colorata */
.footer-pro__colorbar{
  height: 6px;
  border-radius: 999px;
  margin: 16px auto 0;
  background: linear-gradient(90deg,
    rgba(0,180,240,1),
    rgba(0,180,240,.12),
    rgba(60,132,206,.55),
    rgba(48,238,226,.55),
    rgba(255,25,25,.50),
    rgba(101,0,94,.40)
  );
  opacity: .9;
}

/* riga legale */
.footer-pro__legal{
  margin-top: 14px;
  display:flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  align-items:center;
  color: rgba(0,0,0,.55);
  font-size: .9rem;
}

.footer-pro__legalLinks{
  display:flex;
  gap: 14px;
  align-items:center;
  flex-wrap: wrap;
}

.footer-pro__legalLinks a{
  color: rgba(0,0,0,.62);
  text-decoration:none;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .78rem;
}
.footer-pro__legalLinks a:hover{ color: rgba(0,0,0,.90); }

.footer-pro__lang{
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.7);
  border-radius: 999px;
  padding: 10px 12px;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(0,0,0,.70);
  outline: none;
}

/* responsive */
@media (max-width: 980px){
  .footer-pro__grid{ grid-template-columns: 1fr; }
  .footer-pro__cols{ grid-template-columns: 1fr 1fr; }
  .footer-pro__metaRow{
    flex-wrap: wrap;
    white-space: normal;
  }
}
@media (max-width: 640px){
  .footer-pro__cols{ grid-template-columns: 1fr; }
}

.footer-pro__meta--inline{
  display:flex;
  align-items:center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-pro__meta--inline .footer-pro__metaRow{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  white-space: nowrap;
}

.footer-pro__meta--inline .footer-pro__metaKey{
  margin-right: 2px;
}
