.atl-cif {
  padding: 5rem 1.5rem;
  background: #fff;
}
@media (min-width: 768px) {
  .atl-cif {
    padding: 6rem 1.5rem;
  }
}

.atl-cif__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 1024px) {
  .atl-cif__grid {
    grid-template-columns: 5fr 7fr;
    gap: 4rem;
  }
}
@media (min-width: 1280px) {
  .atl-cif__grid {
    gap: 5rem;
  }
}

.atl-cif__aside-title {
  color: #353452;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
}

.atl-cif__aside-text {
  color: rgba(53, 52, 82, 0.75); /* a11y-fix: era 0.6, contrasto 3.61:1 sotto 4.5:1 AA */
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 2.5rem;
}

.atl-cif__contacts {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.atl-cif__contact {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.atl-cif__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.04);
  color: #137777;
  flex-shrink: 0;
}

.atl-cif__contact-label {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #353452;
  margin: 0 0 0.35rem;
}

.atl-cif__contact-value {
  color: rgba(53, 52, 82, 0.7);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.atl-cif__contact-value a {
  display: inline-flex; /* mobile-fix: area di tocco >=44px [TAP-025] */
  align-items: center;
  min-height: 44px;
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.atl-cif__contact-value a:hover {
  color: #137777;
}

.atl-cif__divisions {
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.atl-cif__divisions-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #137777;
  margin-bottom: 0.5rem;
}
.atl-cif__divisions-head h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #353452;
  letter-spacing: -0.01em;
  margin: 0;
}

.atl-cif__divisions-text {
  color: rgba(53, 52, 82, 0.75); /* a11y-fix: era 0.6, contrasto 3.61:1 sotto 4.5:1 AA */
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 0 1rem;
}

.atl-cif__divisions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) {
  .atl-cif__divisions-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.atl-cif__division {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.015);
  text-decoration: none;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.atl-cif__division:hover {
  border-color: #137777;
  background: #fff;
}

.atl-cif__division-label {
  font-size: 0.75rem; /* mobile-fix: era 0.65rem (10.4px) [FONT-001,FONT-002] */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #137777;
}

.atl-cif__division-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #353452;
}

.atl-cif__division-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #137777;
  border-bottom: 1px solid #137777;
  padding-bottom: 0.2rem;
  width: fit-content;
}

.atl-cif__card {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 24px;
  padding: 2rem;
}
@media (min-width: 768px) {
  .atl-cif__card {
    padding: 2.5rem;
  }
}

.atl-cif__card-title {
  color: #353452;
  font-size: clamp(1.375rem, 3.5vw, 1.875rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
}

.atl-cif__card-subtitle {
  color: rgba(53, 52, 82, 0.75); /* a11y-fix: era 0.6, contrasto 3.55:1 sotto 4.5:1 AA */
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 2rem;
}
