@import url("css/base.css");
@import url("css/home.css");
@import url("css/metodo.css");
@import url("css/identita.css");
@import url("css/fondatori.css");
@import url("css/ambiti.css");
@import url("css/joe.css");

@import url("css/contatti.css");

@import url("css/matrice.css");

@import url("css/matrice.css");


/* SATECO CONTACTS BRANCHES START */
.sateco-contacts-branches {
  padding: 72px 0;
}

.contacts-branches-header {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.contacts-eyebrow {
  margin: 0 0 10px;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.75;
}

.contacts-branches-header h2 {
  margin: 0 0 16px;
}

.contacts-intro {
  margin: 0;
  line-height: 1.7;
  opacity: 0.9;
}

.contacts-branches-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.contact-branch-card {
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(6px);
}

.contact-branch-card h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
}

.contact-branch-card p {
  margin: 0 0 18px;
  line-height: 1.65;
  opacity: 0.88;
}

.contact-branch-link {
  color: #e9d6a7;
  font-weight: 600;
  text-decoration: none;
  word-break: break-word;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.contact-branch-link:hover {
  color: #f5e7bf;
  text-decoration: underline;
}

.contact-branch-card--general,
.contact-branch-card--highlight {
  border-color: rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.05);
}
/* SATECO CONTACTS BRANCHES END */


@media (min-width: 900px) {
  .contact-branch-card--highlight {
    transform: translateY(-4px);
  }
}

/* SATECO MINI MAPPA VIVA START */
.mini-mappa-viva {
  padding: 24px 0 56px;
}

.mini-mappa-shell {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid rgba(212, 194, 154, 0.16);
  border-radius: 28px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}

.mini-mappa-copy {
  margin-bottom: 20px;
}

.mini-mappa-eyebrow {
  margin: 0 0 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: rgba(231, 220, 198, 0.78);
}

.mini-mappa-copy h3 {
  margin: 0 0 8px;
}

.mini-mappa-copy p {
  margin: 0;
  max-width: 760px;
  color: rgba(236, 229, 217, 0.86);
}

.mini-mappa-graph {
  position: relative;
  height: 320px;
  margin: 18px 0 22px;
  border: 1px solid rgba(212, 194, 154, 0.12);
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.14), rgba(255,255,255,0.03) 22%, transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
}

.mini-orbit {
  position: absolute;
  border: 1px solid rgba(212, 194, 154, 0.12);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.orbit-1 { width: 120px; height: 120px; }
.orbit-2 { width: 220px; height: 220px; }
.orbit-3 { width: 310px; height: 310px; }

.mini-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, rgba(255,255,255,0.92), rgba(255,255,255,0.18));
  color: #1c1714;
  font-weight: 700;
  box-shadow: 0 0 26px rgba(255,255,255,0.26);
  text-decoration: none;
}

.mini-node-wrap {
  position: absolute;
}

.node-top { left: 50%; top: 30px; transform: translateX(-50%); }
.node-right-top { right: 110px; top: 95px; }
.node-right { right: 65px; top: 145px; }
.node-right-bottom { right: 110px; bottom: 68px; }
.node-bottom { left: 50%; bottom: 28px; transform: translateX(-50%); }
.node-left { left: 72px; top: 145px; }

.mini-node {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(212, 194, 154, 0.28);
  background: rgba(255,255,255,0.05);
  color: rgba(242, 234, 222, 0.92);
  font-size: 0.95rem;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}

.mini-node.is-active {
  background: rgba(126, 184, 146, 0.18);
  border-color: rgba(126, 184, 146, 0.52);
  box-shadow: 0 0 0 1px rgba(126, 184, 146, 0.18), 0 0 22px rgba(126, 184, 146, 0.14);
}

.mini-mappa-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.mini-mappa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(212, 194, 154, 0.28);
  color: #f3eadf;
  background: rgba(255,255,255,0.05);
}

.mini-mappa-btn--solid {
  color: #2a211c;
  background: #efe2cf;
  border-color: rgba(239,226,207,0.75);
}

@media (max-width: 900px) {
  .mini-mappa-graph {
    height: 380px;
  }

  .node-right-top { right: 34px; top: 88px; }
  .node-right { right: 14px; top: 145px; }
  .node-right-bottom { right: 32px; bottom: 72px; }
  .node-left { left: 18px; top: 145px; }

  .mini-node {
    font-size: 0.88rem;
    padding: 0 14px;
  }
}

@media (max-width: 640px) {
  .mini-mappa-shell {
    padding: 20px;
  }

  .mini-mappa-graph {
    height: 420px;
  }

  .node-top { top: 20px; }
  .node-bottom { bottom: 20px; }
  .node-left { left: 10px; top: 160px; }
  .node-right-top { right: 10px; top: 84px; }
  .node-right { right: 4px; top: 156px; }
  .node-right-bottom { right: 10px; bottom: 76px; }

  .mini-node {
    min-height: 38px;
    font-size: 0.8rem;
    padding: 0 12px;
  }
}
/* SATECO MINI MAPPA VIVA END */


.mini-node:hover {
  border-color: rgba(212, 194, 154, 0.46);
  background: rgba(255,255,255,0.09);
  transform: translateY(-1px);
}

.mini-center:hover {
  box-shadow: 0 0 32px rgba(255,255,255,0.34);
}
